Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purocean/yn
A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.
https://github.com/purocean/yn
chatgpt drawio editor electron gemini koa2 markdown markdown-editor markdown-it mermaid monaco-editor notebook openai plantuml reveal-js revealjs vscode vue
Last synced: 3 days ago
JSON representation
A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.
- Host: GitHub
- URL: https://github.com/purocean/yn
- Owner: purocean
- License: agpl-3.0
- Created: 2018-01-29T05:30:00.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-24T15:46:54.000Z (19 days ago)
- Last Synced: 2024-11-26T03:04:36.840Z (17 days ago)
- Topics: chatgpt, drawio, editor, electron, gemini, koa2, markdown, markdown-editor, markdown-it, mermaid, monaco-editor, notebook, openai, plantuml, reveal-js, revealjs, vscode, vue
- Language: TypeScript
- Homepage: https://yank-note.com
- Size: 32.1 MB
- Stars: 5,651
- Watchers: 56
- Forks: 882
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - purocean/yn - A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement. (TypeScript)
- awesome-chatgpt - purocean/yn - Yank Note is a highly extensible Markdown editor that offers features such as version control, AI completion, and code snippet running. It provides a user-friendly interface for regular users. (ChatGPT-based applications / Other sdk/libraries)
- StarryDivineSky - purocean/yn
- my-awesome - purocean/yn - editor,markdown-it,mermaid,monaco-editor,notebook,openai,plantuml,reveal-js,revealjs,vscode,vue pushed_at:2024-12 star:5.7k fork:0.9k A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement. (TypeScript)
README
# Yank Note
A **highly extensible** Markdown editor, designed for productivity. **[Download](https://github.com/purocean/yn/releases)** | **[Try it Online >>>](https://demo.yank-note.com/)**
[![Download](./help/mas_en.svg?.inline)](https://apps.apple.com/cn/app/yank-note/id1551528618) [Not recommended](https://github.com/purocean/yn/issues/65#issuecomment-1065799677)
English | [中文说明](./README_ZH-CN.md) | [Русский](./README_RU.md)
[toc]{level: [2]}
![Screenshot](./help/1.png)
## Highlights
- **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; support for [OpenAI](https://openai.com) auto completion.
- **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
- 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.## Characteristic functions
For more information on how to use the following functions, please see [characteristic functions description](./help/FEATURES.md)
- **Sync scrolling:** the editing area and the preview area scroll synchronously, and the preview area can be scrolled independently
- **Outline:** quickly jump to the corresponding location of the document through the directory outline in the preview area
- **Version Control:** Support backtracking document history versions
- **Encryption:** files ending with `.c.md` are treated as encrypted files
- **Auto-save:** automatically save files after editing, with orange title bar reminder for unsaved files (encrypted documents are not automatically saved)
- **Editing:** automatic completion of list
- **Paste images:** you can quickly paste pictures from the clipboard and insert them as files or Base64
- **Embed attachments:** you can add attachments to the document and click to open them in the operating system.
- **Code running:** support to run JavaScript, PHP, nodejs, Python, bash code
- **To-do list:** support to display the to-do progress in the document. Click to quickly switch the to-do status.
- **Quickly Open:** you can use shortcut key to open the file switch panel to quickly open files, tagged files, and full-text search for file contents.
- **Integrated terminal:** support to open the terminal in the editor to quickly switch the current working directory
- **LaTeX:** support LaTeX expression
- **Style:** Markdown uses GitHub styles and features
- **Repository:** multiple data locations can be defined for document classification
- **External link conversion:** convert external link or Base64 pictures into local pictures
- HTML resolving:you can use HTML code directly in the document, or use shortcut keys to copy and paste HTML to Markdown
- **Multiple formats export:** the backend uses pandoc as converter
- **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 Applets:** document supports embedded HTML Applets
- **Embed PlantUML graphics:** document supports embedded plantUML graphics
- **Embed drawio graphics:** document supports embedded drawio graphics
- **Embed ECharts graphics:** document supports embedded Echarts graphics
- **Embed Mermaid graphics:** document supports embedded Mermaid graphics
- **Embed Luckysheet tables:** document supports embedded Luckysheet tables
- **Mind map:** nested list can be displayed in the form of a mind map
- **Element attribute writing:** any attribute of an element can be customized
- **Table enhancement:** support table title with multiple lines of text, list and other features
- **Document link:** support to link other documents in the document and jump to each other
- **Footnote:** support writing footnotes in the document
- **Custom container:** support custom containers similar to VuePress default themes
- **Macro replacement:** support for embedded JavaScript expressions to dynamically replace document content
- **Image hosting service:** support [PicGo](https://picgo.github.io/PicGo-Doc/) image hosting service
- **OpenAI:** support for [OpenAI](https://openai.com) auto completion
- **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)## Screenshots
![Screenshot](./help/6.png)
![Screenshot](./help/7.png)
![Screenshot](./help/2.png)
![Screenshot](./help/3.png)
![Screenshot](./help/4.png)
![Screenshot](./help/5.png)## Changelogs
### [v3.77.1](https://github.com/purocean/yn/releases/tag/v3.77.1) 2024-11-24
[Windows](https://github.com/purocean/yn/releases/download/v3.77.1/Yank-Note-win-x64-3.77.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.77.1/Yank-Note-mac-arm64-3.77.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.77.1/Yank-Note-mac-x64-3.77.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.77.1/Yank-Note-linux-x86_64-3.77.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.77.1/Yank-Note-linux-amd64-3.77.1.deb)
1. feat: Implement a repository indexing mechanism, and add a feature to view document backlinks.
2. feat: Automatically rename duplicate images when uploading.
3. feat: Download network images while preserving the original filenames as much as possible.
4. feat: Support remote mode for PicGo image uploads; if the API interface address contains a `key` parameter, it is considered to be in remote mode.
5. feat: Support dragging and dropping files from the operating system into the warehouse.
6. feat: Optimize the processing of text snippets for selected text.
7. feat: Add a configuration for "Enable trigger suggestion lightbulb."
8. feat: Optimize the performance of the directory tree when opening large warehouses.
9. fix: Fix the issue where the editor still automatically adds numbers when closing an ordered list with auto-complete numbers.
10. fix: Fix the issue where the settings panel might not open through the tray menu on Windows.
11. fix: Fix the exception issue with loading PlantUML image cache.
12. fix: Fix the issue of not being able to display `file://` protocol images in the "pop-up preview" window.
13. fix: Fix the error caused by reading disconnected symbolic link files.
14. fix: Fix the issue where the export PDF setting for scaling ratio does not take effect.
15. fix: Fix the issue with automatic path calculation when opening files outside the warehouse.
16. plugin: Add the `VIEW_BEFORE_RENDER` hook.
17. plugin: Add the `ctx.repo` module.
18. plugin: Add the `ctx.indexer` module.[More release notes](https://github.com/purocean/yn/releases)
## Supports
Wechat Group