You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ English | [中文说明](./README_ZH-CN.md) | [Русский](./README_RU.md)
13
13
## Highlights
14
14
15
15
-**Easy to use:** Use *Monaco* kernel, optimize for Markdown editing, and have the same editing experience as VSCode.
16
-
-**Powerful:** Support version control; Applets, runnable code blocks, tables, PlantUML, Drawio, macro replacements, etc., can be embedded in the document; support for [OpenAI](https://openai.com) auto completion.
16
+
-**Powerful:** Support version control; Applets, runnable code blocks, tables, PlantUML, Drawio, macro replacements, etc., can be embedded in the document; support for AI Copilot.
17
17
-**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.
18
18
-**Plug-in extension:** Support users to write their own plug-ins to expand the functionality of the editor.
19
19
-**Encryption supported:** Use encryption to save private files such as account number, and the password can be set separately for each file.
@@ -63,7 +63,7 @@ For more information on how to use the following functions, please see [characte
63
63
-**Macro replacement:** support for embedded JavaScript expressions to dynamically replace document content
64
64
-**Image hosting service:** support [PicGo](https://picgo.github.io/PicGo-Doc/) image hosting service
65
65
-**OpenAI:** support for [OpenAI](https://openai.com) auto completion
66
-
-**Custom plug-ins:** support writing JavaScript plug-ins to expand editor functionality. The plug-in is placed in the `home directory/plugins`. Refer to [plug-in Development Guide](./help/PLUGIN.md)
66
+
-**Custom plug-ins:** support writing JavaScript plug-ins to #expand editor functionality. The plug-in is placed in the `home directory/plugins`. Refer to [plug-in Development Guide](./help/PLUGIN.md)
67
67
68
68
## Screenshots
69
69
@@ -76,14 +76,16 @@ For more information on how to use the following functions, please see [characte
Copy file name to clipboardExpand all lines: README_RU.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
## Особенности
15
15
16
16
-**Простота использования:** Используется ядро *Monaco*, оптимизированное для редактирования в формате Markdown, и возможности редактирования такие же, как у VSCode.
17
-
-**Мощный:** Поддержка контроля версий; в документ можно встраивать апплеты, запускаемые блоки кода, таблицы, PlantUML, Drawio, макрозамены и т.д.; поддержка автодополнения [OpenAI](https://openai.com).
17
+
-**Мощный:** Поддержка контроля версий; в документ можно встраивать апплеты, запускаемые блоки кода, таблицы, PlantUML, Drawio, макрозамены и т.д.; поддержка автодополнения AI Copilot.
18
18
-**Высокая совместимость:** Данные сохраняются в виде локальных файлов Markdown, а функции расширения реализованы в оригинальном синтаксисе Markdown, насколько это возможно.
19
19
-**Расширение плагинов:** Поддержка пользователей в написании собственных плагинов для расширения функциональности редактора.
20
20
-**Поддержка шифрования:** Используйте шифрование для сохранения приватных файлов, таких как номер счета, а пароль может быть установлен отдельно для каждого файла.
Copy file name to clipboardExpand all lines: help/FEATURES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ Type '/' in the editor to get prompts
70
70
*[W3C]: World Wide Web Consortium
71
71
The HTML specification is maintained by the W3C.
72
72
+ Wiki Link: Supports using `[[filename#anchor|display text]]` or `[[filename:line,column|display text]]` syntax to link documents, such as [[README#Highlights|Features]][[README:3,4]]
73
+
+ Tags: #Markdown #Help
73
74
74
75
## Github Alerts
75
76
@@ -633,6 +634,7 @@ variable name | type | description
633
634
`headingNumber` | `boolean` | whether to enable the page title serial number
634
635
`wrapCode` | `boolean` | whether to enable code wrapping
635
636
`enableMacro` | `boolean` | whether to enable macro replacement
`defaultPreviewer` | `string` | The default previewer for the document, some extensions may provide a special preview interface. Such as *<ahref="javascript: ctx.showExtensionManager('@yank-note/extension-reveal-js')">Reveal.js extension</a>*
0 commit comments