added demo links
This commit is contained in:
parent
3103d4fbf9
commit
6e1cd00490
|
|
@ -5,6 +5,9 @@ on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
# Can be triggered manually
|
# Can be triggered manually
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
# Scheduled reset (daily at midnight UTC)
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *' # Daily at midnight UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
restart-space:
|
restart-space:
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
🌐 **[Visit the official website](https://www.notediscovery.com)**
|
🌐 **[Visit the official website](https://www.notediscovery.com)**
|
||||||
|
|
||||||
|
🚀 **[Try the Live Demo](https://gamosoft-notediscovery.hf.space)** — *Contents reset daily, for demonstration purposes only*
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
|
||||||
|
|
@ -232,6 +232,14 @@
|
||||||
content: "▶ ";
|
content: "▶ ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.demo-notice {
|
||||||
|
margin-top: 1rem;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
color: #6b7280;
|
||||||
|
font-style: italic;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
.features {
|
.features {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||||
|
|
@ -681,9 +689,10 @@
|
||||||
<h2>Take Control of Your Notes</h2>
|
<h2>Take Control of Your Notes</h2>
|
||||||
<p>A lightweight, privacy-focused note-taking application with powerful features: LaTeX math equations, Mermaid diagrams, smart tags, custom templates, code highlighting, and more. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
|
<p>A lightweight, privacy-focused note-taking application with powerful features: LaTeX math equations, Mermaid diagrams, smart tags, custom templates, code highlighting, and more. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
|
||||||
<div class="cta-buttons">
|
<div class="cta-buttons">
|
||||||
<a href="https://demo.notediscovery.com" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
<a href="https://gamosoft-notediscovery.hf.space" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
||||||
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">Get Started on GitHub →</a>
|
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">Get Started on GitHub →</a>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -956,9 +965,10 @@
|
||||||
<h2>Ready to Get Started?</h2>
|
<h2>Ready to Get Started?</h2>
|
||||||
<p>Join the self-hosting community and take back control of your notes today.</p>
|
<p>Join the self-hosting community and take back control of your notes today.</p>
|
||||||
<div class="cta-buttons">
|
<div class="cta-buttons">
|
||||||
<a href="https://demo.notediscovery.com" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
<a href="https://gamosoft-notediscovery.hf.space" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
||||||
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">View on GitHub →</a>
|
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">View on GitHub →</a>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue