Skip to content

Commit

Permalink
docs: update word
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Dec 11, 2021
1 parent b0ddd25 commit 55f428c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ English | [中文说明](./README_ZH-CN.md)

## Highlights

- **Easy to use**Use *Monaco* kernel, optimize for Markdown editing, and have the same editing experience as VSCode.
- **Powerful**:Widgets, runnable code blocks, tables, Plantuml, Drawio, macro replacements, etc., can be embedded in the document.
- **High compatibility**Data is saved as local Markdown files, and the extension functions are implemented in the original syntax of Markdown as far as possible.
- **Plug-in extension**Support users to write their own plug-ins to expand the functionality of the editor.
- **Encryption supported**Use encryption to save private files such as account number, and the password can be set separately for each file.
- **Easy to use:** Use *Monaco* kernel, optimize for Markdown editing, and have the same editing experience as VSCode.
- **Powerful:** Applets, runnable code blocks, tables, Plantuml, Drawio, macro replacements, etc., can be embedded in the document.
- **High compatibility:** Data is saved as local Markdown files, and the extension functions are implemented in the original syntax of Markdown as far as possible.
- **Plug-in extension:** Support users to write their own plug-ins to expand the functionality of the editor.
- **Encryption supported:** Use encryption to save private files such as account number, and the password can be set separately for each file.

## Attention

Expand Down Expand Up @@ -63,7 +63,7 @@ For more information on how to use the following functions, please see [characte
- **TOC:** write `[toc]{type:** "ol", level:** [1,2,3]}` to generate TOC where you need to generate a directory
- **Edit table cell:** double-click a table cell to quickly edit
- **Copy title link:** copy title link path to the clipboard for easy insertion into other files
- **Embedded Widgets:** document supports embedded HTML widgets
- **Embedded Applets:** document supports embedded HTML Applets
- **Embed Plantuml graphics:** you need to install Java and graphviz
- **Embed drawio graphics:** document supports embedded drawio graphics
- **Embed ECharts graphics:** document supports embeded Echarts graphics
Expand Down
6 changes: 3 additions & 3 deletions help/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ REM --run--
1. Support to select a piece of code in the editor and press `Shift + Alt/Option + R` to run the command directly in the terminal. No need to copy and paste.
1. Switch the working directory of the terminal to the current directory: `right-click directory`

## Widgets
## Applets

Support to embed HTML widgets in documents.
Support to embed HTML applets in documents.

The first line of the HTML code block needs to contain the string `--applet--`, and the remaining strings are used as the title of the widget.
The first line of the HTML code block needs to contain the string `--applet--`, and the remaining strings are used as the title of the applet.

The example is as follows:

Expand Down
4 changes: 2 additions & 2 deletions src/share/i18n/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const data = {
'desc': 'Yank Note is open-source, I\'ve been constantly updating it since 2018. It consumes my energy and money (such as the annual Apple developer account subscription). Now a paid premium version is available. If you need advanced features or want to support my development, you can buy a license.',
'free-desc': 'For most users',
'premium-desc': 'More features',
'free-list': 'Basic Editing\nGraphic Embedding\nRun Code Snippet\nHTML Widgets\nEncryption\nIntegrated Terminal',
'premium-list': 'Basic Editing\nGraphic Embedding\nRun Code Snippet\nHTML Widgets\nEncryption\nIntegrated Terminal\nMacro Replacement\nDark Mode',
'free-list': 'Basic Editing\nGraphic Embedding\nRun Code Snippet\nHTML Applets\nEncryption\nIntegrated Terminal',
'premium-list': 'Basic Editing\nGraphic Embedding\nRun Code Snippet\nHTML Applets\nEncryption\nIntegrated Terminal\nMacro Replacement\nDark Mode',
},
'buy': {
'buy': 'Buy',
Expand Down

0 comments on commit 55f428c

Please sign in to comment.