From 3fa5e3dd3bb7354ad3c19d8224180bb571bbad29 Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Mon, 6 Apr 2026 13:02:22 +0200 Subject: [PATCH] better docs --- README.md | 2 +- documentation/FEATURES.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bf17a7..c4f23e1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put - 📱 **Responsive** - Works on desktop, tablet, and mobile - 📂 **Simple Storage** - Plain markdown files in folders - 🧮 **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 - ⭐ **Favorites** - Star your most-used notes for instant access - 📑 **Outline Panel** - Navigate headings with click-to-jump TOC diff --git a/documentation/FEATURES.md b/documentation/FEATURES.md index 2833198..950be8a 100644 --- a/documentation/FEATURES.md +++ b/documentation/FEATURES.md @@ -12,7 +12,6 @@ - **Copy code blocks** - One-click copy button on hover - **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)) -- **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)) ### Media Support @@ -34,6 +33,13 @@ - **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 +### 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 ### Graph View