added link to website

This commit is contained in:
Gamosoft 2025-11-24 11:46:40 +01:00
parent 5c19286204
commit d14028e727
2 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,8 @@
> Your Self-Hosted Knowledge Base > Your Self-Hosted Knowledge Base
🌐 **[Visit the official website](https://www.notediscovery.com)**
## What is NoteDiscovery? ## What is NoteDiscovery?
NoteDiscovery is a **lightweight, self-hosted 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. NoteDiscovery is a **lightweight, self-hosted 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.

View File

@ -997,6 +997,17 @@
<span x-text="notes.length"></span> notes <span x-text="notes.length"></span> notes
<span class="mx-1">·</span> <span class="mx-1">·</span>
<span x-text="'v' + appVersion"></span> <span x-text="'v' + appVersion"></span>
<span class="mx-1">·</span>
<a
href="https://www.notediscovery.com"
target="_blank"
rel="noopener noreferrer"
class="hover:underline"
style="color: var(--accent-primary);"
title="Visit NoteDiscovery website"
>
Website
</a>
</div> </div>
</div> </div>
</div> </div>