A hackable markdown note application for programmers Download | Try it Online >>>
English | 中文说明
[toc]{level: [2]}
- Easy to use: Use Monaco kernel, optimize for Markdown editing, and have the same editing experience as VSCode.
- Powerful: Support version control; 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.
- For more extendable, Yank Note sacrifices security protection (command execution, arbitrary file reading and writing). If you want to use it to open a foreign Markdown file,
⚠️ be sure to carefully identify whether the content of the file is trustworthy⚠️ . - The encryption and decryption of encrypted files are both completed at the front end. Please be sure to remember your password. Once the password is lost, it can only be cracked violently.
The core goal of V3 is to refactor the code to improve application robustness, expansibility, and Markdown rendering performance.
- Build with Vite
- Optimize the performance of Markdown rendering, and support the extension of Vue component mode
- Refactor Electron code
- Refactor business logic, and decouple components
- Improve the documentation of custom plug-in
- Enhance document retrieval and citation experience
- Refactor the shortcut key processing layer, and support custom shortcut keys
- Other unfinished functions of V2
- Add mobile application