diff --git a/README.md b/README.md index 5dfe423bd..19ff08345 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/help/FEATURES.md b/help/FEATURES.md index 648dcbc47..b57546b18 100644 --- a/help/FEATURES.md +++ b/help/FEATURES.md @@ -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: diff --git a/src/share/i18n/languages/en.ts b/src/share/i18n/languages/en.ts index fa5c68d45..375507308 100644 --- a/src/share/i18n/languages/en.ts +++ b/src/share/i18n/languages/en.ts @@ -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',