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
+35-8Lines changed: 35 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ English | [中文说明](./README_ZH-CN.md) | [Русский](./README_RU.md)
12
12
13
13
## Highlights
14
14
15
+
-**AI Assistant:****Supports AI Copilot for text completion, generation, and image generation (compatible with OpenAI, Ollama, Gemini, Kimi, Tongyi Qianwen, Flux.1, etc.); supports OpenCode AI Agent for intelligent coding assistance.**
15
16
-**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 AI Copilot.
17
+
-**Powerful:** Support version control; Applets, runnable code blocks, tables, PlantUML, Drawio, macro replacements, etc., can be embedded in the document.
17
18
-**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
19
-**Plug-in extension:** Support users to write their own plug-ins to expand the functionality of the editor.
19
20
-**Encryption supported:** Use encryption to save private files such as account number, and the password can be set separately for each file.
@@ -62,8 +63,7 @@ For more information on how to use the following functions, please see [characte
62
63
-**Custom container:** support custom containers similar to VuePress default themes
63
64
-**Macro replacement:** support for embedded JavaScript expressions to dynamically replace document content
64
65
-**Image hosting service:** support [PicGo](https://picgo.github.io/PicGo-Doc/) image hosting service
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,13 +76,40 @@ For more information on how to use the following functions, please see [characte
1. feat: Add MCP integration, including the local MCP endpoint, settings switch, repository listing, user action execution, Markdown feature documentation, document export, and main window reload
91
+
2. feat: Support `.mdx` and `.markdown` files as Markdown documents, including editor language mode and preview
92
+
3. feat: Improve HTML export with optional code line numbers, copy buttons, and better rendered resource waiting
93
+
4. feat: Support fallback handling for absolute-path image attachments and external image paths
94
+
5. feat: Support localizing `file://` images when converting images to local assets
95
+
6. feat: Show dot files in the repository tree by default
96
+
7. fix: Improve terminal text selection colors in light mode
97
+
8. fix: Fix creating new folders when the requested path ends with a trailing slash
98
+
9. fix: Avoid loading syntax-highlight fonts on unsupported Windows versions
99
+
10. test: Add Markdown feature test documents and Draw.io sample fixtures
100
+
11. chore(deps): Update dependencies including `koa`, `lodash`, `lodash-es`, `node-forge`, `rollup`, `undici`, `uuid`, `yaml`, and security-related transitive packages
Copy file name to clipboardExpand all lines: README_RU.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,9 @@
13
13
14
14
## Особенности
15
15
16
+
-**Помощник AI:****Поддержка AI Copilot для автодополнения текста, генерации текста и изображений (совместимость с OpenAI, Ollama, Gemini, Kimi, Tongyi Qianwen, Flux.1 и др.); поддержка OpenCode AI Agent для интеллектуальной помощи в программировании.**
16
17
-**Простота использования:** Используется ядро *Monaco*, оптимизированное для редактирования в формате Markdown, и возможности редактирования такие же, как у VSCode.
17
-
-**Мощный:** Поддержка контроля версий; в документ можно встраивать апплеты, запускаемые блоки кода, таблицы, PlantUML, Drawio, макрозамены и т.д.; поддержка автодополнения AI Copilot.
18
+
-**Мощный:** Поддержка контроля версий; в документ можно встраивать апплеты, запускаемые блоки кода, таблицы, PlantUML, Drawio, макрозамены и т.д.
18
19
-**Высокая совместимость:** Данные сохраняются в виде локальных файлов Markdown, а функции расширения реализованы в оригинальном синтаксисе Markdown, насколько это возможно.
19
20
-**Расширение плагинов:** Поддержка пользователей в написании собственных плагинов для расширения функциональности редактора.
20
21
-**Поддержка шифрования:** Используйте шифрование для сохранения приватных файлов, таких как номер счета, а пароль может быть установлен отдельно для каждого файла.
@@ -63,7 +64,6 @@
63
64
-**Пользовательский контейнер:** поддержка пользовательских контейнеров, аналогичных VuePress по умолчанию темы
64
65
-**Макросы:** поддержка встроенных выражений JavaScript для динамической замены содержимого документа
65
66
-**Служба хостинга изображений:** поддержка службы хостинга изображений [PicGo](https://picgo.github.io/PicGo-Doc/)
66
-
-**OpenAI:** поддержка автодополнения [OpenAI](https://openai.com)
67
67
-**Пользовательские плагины:** поддержка написания плагинов JavaScript для расширения функциональности редактора. Плагин находится в `home directory/plugins`. См. [руководство по разработке плагинов](./help/PLUGIN.md)
0 commit comments