updated info
This commit is contained in:
parent
0957dfc6a4
commit
9f43bafbf6
20
README.md
20
README.md
|
|
@ -1,5 +1,12 @@
|
||||||
# 📝 NoteDiscovery
|
# 📝 NoteDiscovery
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> Your Self-Hosted Knowledge Base
|
> Your Self-Hosted Knowledge Base
|
||||||
|
|
||||||
🌐 **[Visit the official website](https://www.notediscovery.com)**
|
🌐 **[Visit the official website](https://www.notediscovery.com)**
|
||||||
|
|
@ -20,6 +27,14 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put
|
||||||
- **Teams** looking for a self-hosted alternative to commercial apps
|
- **Teams** looking for a self-hosted alternative to commercial apps
|
||||||
- **Anyone** who values simplicity, speed, and ownership
|
- **Anyone** who values simplicity, speed, and ownership
|
||||||
|
|
||||||
|
|
||||||
|
## 💖 Thanks for using NoteDiscovery!
|
||||||
|
If this project has been useful to you, consider supporting its development, it truly makes a difference!
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://ko-fi.com/gamosoft"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Buy Me a Coffee at ko-fi.com"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## ✨ Why NoteDiscovery?
|
## ✨ Why NoteDiscovery?
|
||||||
|
|
||||||
### vs. Commercial Apps (Notion, Evernote, Obsidian Sync)
|
### vs. Commercial Apps (Notion, Evernote, Obsidian Sync)
|
||||||
|
|
@ -46,6 +61,7 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put
|
||||||
- 🧮 **Math Support** - LaTeX/MathJax for beautiful equations
|
- 🧮 **Math Support** - LaTeX/MathJax for beautiful equations
|
||||||
- 📄 **HTML Export** - Share notes as standalone HTML files
|
- 📄 **HTML Export** - Share notes as standalone HTML files
|
||||||
- 🕸️ **Graph View** - Interactive visualization of connected notes
|
- 🕸️ **Graph View** - Interactive visualization of connected notes
|
||||||
|
- ⭐ **Favorites** - Star your most-used notes for instant access
|
||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
|
|
@ -253,10 +269,6 @@ volumes:
|
||||||
|
|
||||||
Then access them at `http://localhost:8000` - the docs will appear as a `docs/` folder in the file browser!
|
Then access them at `http://localhost:8000` - the docs will appear as a `docs/` folder in the file browser!
|
||||||
|
|
||||||
## 💖 Support Development
|
|
||||||
|
|
||||||
If you find NoteDiscovery useful, consider [☕ buying me a coffee](https://ko-fi.com/gamosoft) to help keep the project going. Every bit helps with new features, bug fixes, and improvements. Thank you!
|
|
||||||
|
|
||||||
## 🤝 Contributing
|
## 🤝 Contributing
|
||||||
|
|
||||||
**Before submitting a pull request**, especially for major changes, please:
|
**Before submitting a pull request**, especially for major changes, please:
|
||||||
|
|
|
||||||
|
|
@ -844,6 +844,12 @@
|
||||||
<p>8 built-in themes with dark/light modes and full customization.</p>
|
<p>8 built-in themes with dark/light modes and full customization.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="feature animate-on-scroll">
|
||||||
|
<div class="feature-icon">⭐</div>
|
||||||
|
<h3>Favorites</h3>
|
||||||
|
<p>Star your most-used notes for instant access from the sidebar.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="feature animate-on-scroll">
|
<div class="feature animate-on-scroll">
|
||||||
<div class="feature-icon">🔌</div>
|
<div class="feature-icon">🔌</div>
|
||||||
<h3>Extensible</h3>
|
<h3>Extensible</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue