diff --git a/README.md b/README.md index 1739673..bb6ddf1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put - 📂 **Simple Storage** - Plain markdown files in folders - 🧮 **Math Support** - LaTeX/MathJax for beautiful equations - 📄 **HTML Export** - Share notes as standalone HTML files +- 🕸️ **Graph View** - Interactive visualization of connected notes ## 🚀 Quick Start diff --git a/docs/index.html b/docs/index.html index b23d273..bf3f16f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ NoteDiscovery - Your Self-Hosted Knowledge Base - + @@ -586,6 +586,12 @@

Link notes with [[double brackets]] Obsidian-style. Broken links shown dimmed.

+
+
🕸️
+

Graph View

+

Interactive visualization of connected notes. Drag to explore relationships.

+
+
📂

Simple Storage

@@ -664,6 +670,14 @@
+
+ 🕸️ +
+ Graph View + Visualize note connections +
+
+
🖼️
@@ -759,7 +773,7 @@ "url": "https://www.notediscovery.com", "applicationCategory": "ProductivityApplication", "operatingSystem": "Linux, Windows, macOS", - "featureList": "Markdown editor, Wikilinks, LaTeX math equations, Mermaid diagrams, Code syntax highlighting, Dark mode, Plugin system, Internal links, Properties panel, HTML export, Full-text search, Self-hosted, Obsidian, Evernote, Notion, Onenote, Second brain", + "featureList": "Markdown editor, Wikilinks, Graph view, LaTeX math equations, Mermaid diagrams, Code syntax highlighting, Dark mode, Plugin system, Internal links, Properties panel, HTML export, Full-text search, Self-hosted, Obsidian, Evernote, Notion, Onenote, Second brain", "offers": { "@type": "Offer", "price": "0", diff --git a/documentation/FEATURES.md b/documentation/FEATURES.md index db1fb86..78887d6 100644 --- a/documentation/FEATURES.md +++ b/documentation/FEATURES.md @@ -28,6 +28,12 @@ ## 🔗 Linking & Discovery +### Graph View +- **Interactive graph** - Visualize all your notes and their connections +- **Navigate with mouse** - Drag to pan, scroll to zoom, double-click nodes to open notes +- **Multiple link types** - See wikilinks and markdown links distinguished by color +- **Theme-aware** - Graph colors adapt to your current theme + ### Internal Links - **Wikilinks** - `[[Note Name]]` Obsidian-style syntax for quick linking - **Wikilinks with display text** - `[[Note Name|Click here]]` to customize link text