mirror of
https://github.com/purocean/yn.git
synced 2026-08-30 17:47:18 +08:00
e9731f08a6
Agent-Logs-Url: https://github.com/purocean/yn/sessions/423ca3b8-9674-4d0f-98d1-bc1fd5c33c5d Co-authored-by: purocean <7115690+purocean@users.noreply.github.com>
1.5 KiB
1.5 KiB
Markmap Test
This document tests Markmap (interactive mind map) rendering in Yank Note.
Note
: Requires the
@yank-note/extension-markmapextension.
Using {.markmap} Class on List
- Yank Note{.markmap}
- Editing
- Markdown syntax
- Code highlighting
- Auto-completion
- Preview
- Real-time rendering
- Diagrams
- Math formulas
- Organization
- Wiki links
- Tags
- TOC
- Extensions
- Mermaid
- ECharts
- Draw.io
- Editing
Software Architecture Markmap
- Application Architecture{.markmap}
- Frontend
- Vue.js
- TypeScript
- CSS/SCSS
- Backend
- Electron
- Node.js
- File System API
- Plugins
- markdown-it
- KaTeX
- PrismJS
- Build
- Vite
- electron-builder
- Frontend
Using Markmap Code Block
# Learning Path
## Frontend
### HTML
### CSS
### JavaScript
#### React
#### Vue
#### Angular
## Backend
### Node.js
### Python
### Go
## DevOps
### Docker
### Kubernetes
### CI/CD
Full Document Markmap
To render the entire document as a markmap, add this to the front matter:
---
defaultPreviewer: 'Markmap'
---
Notes
- Add
{.markmap}class to a list root item for inline markmap - Use
markmapcode block for standalone markmaps - Set
defaultPreviewer: 'Markmap'to render entire document as markmap - Markmaps are interactive: zoom, pan, expand/collapse nodes