You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #27 from gamosoft/features/various-fixes
- dependencies pinned to concrete version numbers to avoid issues
- when dragging a note with a blank/space in the name, link is now created correctly escaping the text
- deleting the only note in a folder will not attempt to delete the parent folder anymore
Copy file name to clipboardExpand all lines: docs/index.html
+58-7Lines changed: 58 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
<!-- Primary Meta Tags -->
8
8
<title>NoteDiscovery - Your Self-Hosted Knowledge Base</title>
9
9
<metaname="title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
10
-
<metaname="description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source. Write, organize, and discover your notes with markdown support.">
11
-
<metaname="keywords" content="note taking, markdown editor, self-hosted, knowledge base, open source, privacy, notes app, docker, second brain, obsidian alternative">
10
+
<metaname="description" content="A lightweight, privacy-focused Markdown note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.">
11
+
<metaname="keywords" content="note taking, markdown editor, self-hosted, knowledge base, open source, privacy, notes app, docker, second brain, obsidian alternative, notion, evernote, onenote, latex, mermaid, diagrams, math equations">
<metaproperty="og:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
20
-
<metaproperty="og:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
20
+
<metaproperty="og:description" content="A lightweight, privacy-focused Markdown note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.">
<metaname="twitter:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
31
-
<metaname="twitter:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
31
+
<metaname="twitter:description" content="A lightweight, privacy-focused note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.">
<p>A lightweight, privacy-focused note-taking application that puts you in complete control of your knowledge base. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
512
+
<p>A lightweight, privacy-focused note-taking application with powerful features: LaTeX math equations, Mermaid diagrams, code highlighting, and more. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
513
513
<ahref="https://github.com/gamosoft/NoteDiscovery" class="cta-button">Get Started on GitHub →</a>
514
514
</div>
515
515
</div>
@@ -550,6 +550,24 @@ <h3>Lightning Fast</h3>
550
550
<p>Instant search and navigation. Works offline, always responsive.</p>
551
551
</div>
552
552
553
+
<divclass="feature">
554
+
<divclass="feature-icon">🧮</div>
555
+
<h3>LaTeX Math</h3>
556
+
<p>Beautiful equation rendering with MathJax. Perfect for scientific notes.</p>
557
+
</div>
558
+
559
+
<divclass="feature">
560
+
<divclass="feature-icon">📊</div>
561
+
<h3>Diagrams</h3>
562
+
<p>Create flowcharts, mind maps, and diagrams with Mermaid syntax.</p>
563
+
</div>
564
+
565
+
<divclass="feature">
566
+
<divclass="feature-icon">💻</div>
567
+
<h3>Code Highlighting</h3>
568
+
<p>Syntax highlighting for popular coding languages. Developer-friendly notes.</p>
569
+
</div>
570
+
553
571
<divclass="feature">
554
572
<divclass="feature-icon">📂</div>
555
573
<h3>Simple Storage</h3>
@@ -559,7 +577,7 @@ <h3>Simple Storage</h3>
559
577
<divclass="feature">
560
578
<divclass="feature-icon">🎨</div>
561
579
<h3>Beautiful Themes</h3>
562
-
<p>Multiple built-in themes with full customization support.</p>
580
+
<p>8 built-in themes with dark/light modes and full customization.</p>
@@ -671,10 +721,11 @@ <h2>Ready to Get Started?</h2>
671
721
"@context": "https://schema.org",
672
722
"@type": "SoftwareApplication",
673
723
"name": "NoteDiscovery",
674
-
"description": "A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.",
724
+
"description": "A lightweight, Obsidian and Evernote alternative, privacy-focused Markdown note-taking application with LaTeX math, Mermaid diagrams, and code highlighting. Self-hosted, free, and open source.",
675
725
"url": "https://www.notediscovery.com",
676
726
"applicationCategory": "ProductivityApplication",
677
727
"operatingSystem": "Linux, Windows, macOS",
728
+
"featureList": "Markdown editor, LaTeX math equations, Mermaid diagrams, Code syntax highlighting, Dark mode, Plugin system, Internal wiki links, HTML export, Full-text search, Self-hosted, Obsidian, Evernote, Notion, Onenote, Second brain",
0 commit comments