better docs
This commit is contained in:
parent
80797f9cfe
commit
3fa5e3dd3b
|
|
@ -62,7 +62,7 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put
|
||||||
- 📱 **Responsive** - Works on desktop, tablet, and mobile
|
- 📱 **Responsive** - Works on desktop, tablet, and mobile
|
||||||
- 📂 **Simple Storage** - Plain markdown files in folders
|
- 📂 **Simple Storage** - Plain markdown files in folders
|
||||||
- 🧮 **Math Support** - LaTeX/MathJax for beautiful equations
|
- 🧮 **Math Support** - LaTeX/MathJax for beautiful equations
|
||||||
- 📄 **HTML Export** - Share notes as standalone HTML files
|
- 📄 **HTML Export & Print** - Export notes as standalone HTML or print
|
||||||
- 🕸️ **Graph View** - Interactive visualization of connected notes
|
- 🕸️ **Graph View** - Interactive visualization of connected notes
|
||||||
- ⭐ **Favorites** - Star your most-used notes for instant access
|
- ⭐ **Favorites** - Star your most-used notes for instant access
|
||||||
- 📑 **Outline Panel** - Navigate headings with click-to-jump TOC
|
- 📑 **Outline Panel** - Navigate headings with click-to-jump TOC
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
- **Copy code blocks** - One-click copy button on hover
|
- **Copy code blocks** - One-click copy button on hover
|
||||||
- **LaTeX/Math rendering** - Beautiful mathematical equations with MathJax (see [MATHJAX.md](MATHJAX.md))
|
- **LaTeX/Math rendering** - Beautiful mathematical equations with MathJax (see [MATHJAX.md](MATHJAX.md))
|
||||||
- **Mermaid diagrams** - Create flowcharts, sequence diagrams, and more (see [MERMAID.md](MERMAID.md))
|
- **Mermaid diagrams** - Create flowcharts, sequence diagrams, and more (see [MERMAID.md](MERMAID.md))
|
||||||
- **HTML Export** - Export notes as standalone HTML files with embedded images
|
|
||||||
- **Public Sharing** - Share notes via token-based URLs with optional QR code for mobile (see [SHARING.md](SHARING.md))
|
- **Public Sharing** - Share notes via token-based URLs with optional QR code for mobile (see [SHARING.md](SHARING.md))
|
||||||
|
|
||||||
### Media Support
|
### Media Support
|
||||||
|
|
@ -34,6 +33,13 @@
|
||||||
- **Hide system folders** - Toggle to hide `_attachments`, `_templates` and other underscore-prefixed folders from sidebar
|
- **Hide system folders** - Toggle to hide `_attachments`, `_templates` and other underscore-prefixed folders from sidebar
|
||||||
- **Tab inserts tab** - Toggle to make Tab key insert a tab character in the editor instead of changing focus
|
- **Tab inserts tab** - Toggle to make Tab key insert a tab character in the editor instead of changing focus
|
||||||
|
|
||||||
|
### Export & Print
|
||||||
|
- **HTML Export** - Download notes as standalone HTML files with all styling, images, diagrams, and math embedded
|
||||||
|
- **Print Preview** - Open note in new tab with Print/Close buttons for easy printing
|
||||||
|
- **Self-contained** - Exported files work offline with no dependencies
|
||||||
|
- **Theme-aware** - Export uses your current theme for consistent appearance
|
||||||
|
- **Full rendering** - MathJax equations, Mermaid diagrams, and syntax highlighting included
|
||||||
|
|
||||||
## 🔗 Linking & Discovery
|
## 🔗 Linking & Discovery
|
||||||
|
|
||||||
### Graph View
|
### Graph View
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue