feat: change app name to MarkText and update spec test results (#2795)

This commit is contained in:
Ran Luo 2021-12-25 21:28:18 +08:00 committed by GitHub
parent 2ed5a85012
commit 2287780248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 3537 additions and 4693 deletions

20
.github/CHANGELOG.md vendored
View File

@ -188,7 +188,7 @@ v0.15.1 is an unplanned release to fix a XSS security vulnerability.
- Added portable zip archive for both x86 and x64 Windows. - Added portable zip archive for both x86 and x64 Windows.
- Changed `viewToggleFullScreen` and `windowCloseWindow` key bindings to `windowToggleFullScreen` and `fileCloseWindow`. - Changed `viewToggleFullScreen` and `windowCloseWindow` key bindings to `windowToggleFullScreen` and `fileCloseWindow`.
- Removed `viewChangeFont` key binding. - Removed `viewChangeFont` key binding.
- Mark Text is now single-instance application on Linux and Windows too. - MarkText is now single-instance application on Linux and Windows too.
**:cactus:Feature** **:cactus:Feature**
@ -199,7 +199,7 @@ v0.15.1 is an unplanned release to fix a XSS security vulnerability.
- add tab scrolling and drag&drop (#953) - add tab scrolling and drag&drop (#953)
- Support to replace the root folder in a window - Support to replace the root folder in a window
- Second-instance files and directories via command-line are opened in the best window - Second-instance files and directories via command-line are opened in the best window
- Mark Text can use a default directory that is automatically opened during startup (#711) - MarkText can use a default directory that is automatically opened during startup (#711)
- New CLI flags: `--disable-gpu`, `-n,--new-window` and `--user-data-dir` - New CLI flags: `--disable-gpu`, `-n,--new-window` and `--user-data-dir`
- Find in files use ripgrep as searcher. - Find in files use ripgrep as searcher.
- You can know automatically save your document after a predefined intervall. - You can know automatically save your document after a predefined intervall.
@ -294,7 +294,7 @@ foo<section>bar</section>zar
- Making images display smaller (#659) - Making images display smaller (#659)
- Open local markdown file when you click on it in another tab (#359) - Open local markdown file when you click on it in another tab (#359)
- Clicking a link should open it in the browser (#425) - Clicking a link should open it in the browser (#425)
- Support maxOS `dark mode`, when you change `mode dark or light` in system, Mark Text will change its theme. - Support maxOS `dark mode`, when you change `mode dark or light` in system, MarkText will change its theme.
- Add new themes: Ulysses Light, Graphite Light, Material Dark and One Dark. - Add new themes: Ulysses Light, Graphite Light, Material Dark and One Dark.
- Watch file changed in tabs and show a notice(autoSave is `false`) or update the file(autoSave is `true`) - Watch file changed in tabs and show a notice(autoSave is `false`) or update the file(autoSave is `true`)
- Support input inline Ruby charactors as raw html (#257) - Support input inline Ruby charactors as raw html (#257)
@ -327,7 +327,7 @@ foo<section>bar</section>zar
- Fix dark preview box background color (#587) - Fix dark preview box background color (#587)
- Use white PDF background color (#583) - Use white PDF background color (#583)
- Fix document printing - Fix document printing
- Restore default Mark Text style after exporting/printing - Restore default MarkText style after exporting/printing
- Prevent enter key as language identifier (#569) - Prevent enter key as language identifier (#569)
- Allow pasting text into the code block language text-box (#553) - Allow pasting text into the code block language text-box (#553)
- Fixed a crash when opening a directory with an unknown file extension - Fixed a crash when opening a directory with an unknown file extension
@ -373,7 +373,7 @@ foo<section>bar</section>zar
- Fixed list parse error [more info](https://github.com/marktext/marktext/issues/831#issuecomment-477719256) - Fixed list parse error [more info](https://github.com/marktext/marktext/issues/831#issuecomment-477719256)
- Fixed source code mode tab switching - Fixed source code mode tab switching
- Fixed source code mode to preview switching - Fixed source code mode to preview switching
- Mark Text didn't remove highlight when I delete the markdown symbol like * or `. (#893) - MarkText didn't remove highlight when I delete the markdown symbol like * or `. (#893)
- After delete ``` at the beginning to paragraph by backspace, then type other text foo, the color will be strange, if you type 1. bar. error happened. (#892) - After delete ``` at the beginning to paragraph by backspace, then type other text foo, the color will be strange, if you type 1. bar. error happened. (#892)
- Fix highlight error in code block (#545 #890) - Fix highlight error in code block (#545 #890)
- Fix files sorting in folder (#438) - Fix files sorting in folder (#438)
@ -565,7 +565,7 @@ foo<section>bar</section>zar
**:notebook_with_decorative_cover:Note** **:notebook_with_decorative_cover:Note**
You need uninstall the old version of Mark Text before install version 0.10.21, because we changed the AppId when build. You need uninstall the old version of MarkText before install version 0.10.21, because we changed the AppId when build.
**:cactus:Feature** **:cactus:Feature**
@ -638,9 +638,9 @@ You need uninstall the old version of Mark Text before install version 0.10.21,
**:cactus:Feature** **:cactus:Feature**
- Add user preferences in `Mark Text menu`, the shoutcut is `CmdorCtrl + ,`, you can set the default `theme` and `autoSave`. - Add user preferences in `MarkText menu`, the shoutcut is `CmdorCtrl + ,`, you can set the default `theme` and `autoSave`.
- Add `autoSave` to `file menu`, the default value is in `preferences.md` which you can open in `Mark Text menu`. #45 - Add `autoSave` to `file menu`, the default value is in `preferences.md` which you can open in `MarkText menu`. #45
- Add drag and drop to open Markdown file with Mark Text @fxha - Add drag and drop to open Markdown file with MarkText @fxha
- User setting: fontSize, lineHeight, color in realtime mode. - User setting: fontSize, lineHeight, color in realtime mode.
- Move your file to other folder @DXXL - Move your file to other folder @DXXL
- Rename filename - Rename filename
@ -652,7 +652,7 @@ You need uninstall the old version of Mark Text before install version 0.10.21,
**:beetle:Bug fix** **:beetle:Bug fix**
- fix: prevent open image or file directly when drag and drop over Mark Text #42 - fix: prevent open image or file directly when drag and drop over MarkText #42
- fix: set theme to all the open window not just the active one. - fix: set theme to all the open window not just the active one.
- fix: set correct application menu offset on windows #44 - fix: set correct application menu offset on windows #44
- fix: Missing preferences menu in Linux and Windows. @fxha - fix: Missing preferences menu in Linux and Windows. @fxha

View File

@ -1,4 +1,4 @@
<!-- Attention: please fill in the issue in the template format, including but not limited to: detailed description, reproduction steps, expected results, actual results, error screenshots (not required), Mark Text and operation system version. If an issue is marked as `more detail`, stating that the issue is opened and no content has been added after one week and will be closed, thanks for your cooperation. --> <!-- Attention: please fill in the issue in the template format, including but not limited to: detailed description, reproduction steps, expected results, actual results, error screenshots (not required), MarkText and operation system version. If an issue is marked as `more detail`, stating that the issue is opened and no content has been added after one week and will be closed, thanks for your cooperation. -->
<!-- 注意:请按照 template 格式填写 issue包括但不仅限于详尽的描述、重现步骤、期望结果、实际结果、错误截图非必须、Mark Text 和 操作系统版本型号或版本号,如果一个 issue 被标记为 `more detail`,说明 issue 填写不完整,一周后仍未补充任何内容,将被关闭,谢谢合作 --> <!-- 注意:请按照 template 格式填写 issue包括但不仅限于详尽的描述、重现步骤、期望结果、实际结果、错误截图非必须、Mark Text 和 操作系统版本型号或版本号,如果一个 issue 被标记为 `more detail`,说明 issue 填写不完整,一周后仍未补充任何内容,将被关闭,谢谢合作 -->
@ -28,5 +28,5 @@
### Versions ### Versions
- Mark Text: - MarkText:
- Operating system: - Operating system:

View File

@ -36,5 +36,5 @@ about: Create a bug report to help us improve
### Versions ### Versions
- Mark Text version: - MarkText version:
- Operating system: - Operating system:

View File

@ -1,6 +1,6 @@
--- ---
name: Feature Request name: Feature Request
about: Suggest an idea for Mark Text about: Suggest an idea for MarkText
--- ---
### Describe your feature request ### Describe your feature request

View File

@ -1,6 +1,6 @@
--- ---
name: Question name: Question
about: Ask a question about Mark Text about: Ask a question about MarkText
--- ---
### Question description ### Question description

View File

@ -1,6 +1,6 @@
> **This documentation is outdated, based on the original readme from 22 June 2018!** > **This documentation is outdated, based on the original readme from 22 June 2018!**
<p align="center"><img src="../../static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="../../static/logo-small.png" alt="marktext" width="100" height="100"></p>
<h1 align="center">MarkText</h1> <h1 align="center">MarkText</h1>

View File

@ -1,6 +1,6 @@
> **This documentation is outdated, based on the original readme from 14 April 2018!** > **This documentation is outdated, based on the original readme from 14 April 2018!**
<p align="center"><img src="../../static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="../../static/logo-small.png" alt="marktext" width="100" height="100"></p>
<h1 align="center">MarkText</h1> <h1 align="center">MarkText</h1>

View File

@ -1,6 +1,6 @@
> **This documentation is outdated, based on the original readme from 1 October 2018!** > **This documentation is outdated, based on the original readme from 1 October 2018!**
<p align="center"><img src="../../static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="../../static/logo-small.png" alt="marktext" width="100" height="100"></p>
<h1 align="center">MarkText</h1> <h1 align="center">MarkText</h1>

View File

@ -1,4 +1,4 @@
<p align="center"><img src="../../static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="../../static/logo-small.png" alt="marktext" width="100" height="100"></p>
<h1 align="center">MarkText</h1> <h1 align="center">MarkText</h1>

View File

@ -1,4 +1,4 @@
<p align="center"><img src="../../static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="../../static/logo-small.png" alt="marktext" width="100" height="100"></p>
<h1 align="center">MarkText</h1> <h1 align="center">MarkText</h1>
<div align="center"> <div align="center">

View File

@ -1,29 +1,29 @@
## Test Result ## Test Result
Total test 649 examples, and failed 0 examples: Total test 652 examples, and failed 0 examples:
| Section | Failed/Total | Percentage | | Section | Failed/Total | Percentage |
|:-------------------------------------:|:-------------:|:-------------:| |:-------------------------------------:|:-------------:|:-------------:|
| Tabs | 0/11 | 100.00% | | Tabs | 0/11 | 100.00% |
| Backslash escapes | 0/13 | 100.00% |
|Entity and numeric character references| 0/17 | 100.00% |
| Precedence | 0/1 | 100.00% | | Precedence | 0/1 | 100.00% |
| Thematic breaks | 0/19 | 100.00% | | Thematic breaks | 0/19 | 100.00% |
| ATX headings | 0/18 | 100.00% | | ATX headings | 0/18 | 100.00% |
| Setext headings | 0/27 | 100.00% | | Setext headings | 0/27 | 100.00% |
| Indented code blocks | 0/12 | 100.00% | | Indented code blocks | 0/12 | 100.00% |
| Fenced code blocks | 0/29 | 100.00% | | Fenced code blocks | 0/29 | 100.00% |
| HTML blocks | 0/43 | 100.00% | | HTML blocks | 0/44 | 100.00% |
| Link reference definitions | 0/28 | 100.00% | | Link reference definitions | 0/27 | 100.00% |
| Paragraphs | 0/8 | 100.00% | | Paragraphs | 0/8 | 100.00% |
| Blank lines | 0/1 | 100.00% | | Blank lines | 0/1 | 100.00% |
| Block quotes | 0/25 | 100.00% | | Block quotes | 0/25 | 100.00% |
| List items | 0/48 | 100.00% | | List items | 0/48 | 100.00% |
| Lists | 0/26 | 100.00% | | Lists | 0/26 | 100.00% |
| Inlines | 0/1 | 100.00% | | Inlines | 0/1 | 100.00% |
| Backslash escapes | 0/13 | 100.00% |
|Entity and numeric character references| 0/17 | 100.00% |
| Code spans | 0/22 | 100.00% | | Code spans | 0/22 | 100.00% |
| Emphasis and strong emphasis | 0/131 | 100.00% | | Emphasis and strong emphasis | 0/131 | 100.00% |
| Links | 0/87 | 100.00% | | Links | 0/90 | 100.00% |
| Images | 0/22 | 100.00% | | Images | 0/22 | 100.00% |
| Autolinks | 0/19 | 100.00% | | Autolinks | 0/19 | 100.00% |
| Raw HTML | 0/21 | 100.00% | | Raw HTML | 0/21 | 100.00% |

File diff suppressed because it is too large Load Diff