From 2738d64c2657bc7684540ef7d4395495e65facec Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Fri, 9 Jan 2026 12:35:48 +0100 Subject: [PATCH] changed landing page and features doc --- docs/index.html | 66 +++++++++++---------------------------- documentation/FEATURES.md | 20 ++++++++++++ 2 files changed, 38 insertions(+), 48 deletions(-) diff --git a/docs/index.html b/docs/index.html index 16d1081..6b02042 100644 --- a/docs/index.html +++ b/docs/index.html @@ -353,7 +353,7 @@ animation: fadeInScale 0.6s ease-out forwards; } - /* Stagger animation delays for feature cards */ + /* Stagger animation delays for feature cards (5 rows × 3 cols = 15 cards) */ .feature.animated:nth-child(1) { animation-delay: 0s; } .feature.animated:nth-child(2) { animation-delay: 0.1s; } .feature.animated:nth-child(3) { animation-delay: 0.2s; } @@ -367,6 +367,8 @@ .feature.animated:nth-child(11) { animation-delay: 0.25s; } .feature.animated:nth-child(12) { animation-delay: 0.35s; } .feature.animated:nth-child(13) { animation-delay: 0.2s; } + .feature.animated:nth-child(14) { animation-delay: 0.3s; } + .feature.animated:nth-child(15) { animation-delay: 0.4s; } .screenshot-section { margin: 4rem 0 3rem 0; @@ -832,12 +834,6 @@

No subscriptions, no hidden fees. Free and open source forever.

-
-
🚀
-

Lightning Fast

-

Instant search and navigation. Works offline, always responsive.

-
-
🧮

LaTeX Math

@@ -868,12 +864,6 @@

Create from custom templates with dynamic placeholders. Meeting notes, journals, and more.

-
-
🔗
-

Wikilinks

-

Link notes with [[double brackets]] Obsidian-style. Jump to sections with [[note#heading]] anchors.

-
-
🕸️

Graph View

@@ -909,6 +899,18 @@

Extensible

Plugin system lets you add custom features and integrations.

+ +
+
📲
+

Install as App

+

Progressive Web App (PWA) - install on desktop or mobile for a native experience.

+
+ +
+
🌍
+

Multi-Language

+

Built-in translations for English, Spanish, German, and French. Easy to add more.

+
@@ -946,38 +948,6 @@
-
- 🌙 -
- Dark Mode - Easy on the eyes -
-
- -
- 💻 -
- Self-Hosted - You own your data -
-
- -
- 🔗 -
- Wikilinks - [[Link notes]] Obsidian-style -
-
- -
- 🕸️ -
- Graph View - Visualize note connections -
-
-
🖼️
@@ -1011,10 +981,10 @@
- ⚙️ + 🔗
- Properties Panel - View frontmatter metadata at a glance + Wikilinks + [[Link notes]] Obsidian-style
diff --git a/documentation/FEATURES.md b/documentation/FEATURES.md index 2f1a20a..1a8287d 100644 --- a/documentation/FEATURES.md +++ b/documentation/FEATURES.md @@ -318,12 +318,32 @@ Full immersive distraction-free writing experience: - **Easy exit** - Press `Esc`, click exit button, or use shortcut again - **State preserved** - Returns to your previous view mode on exit +## 📱 Progressive Web App (PWA) + +NoteDiscovery can be installed as a standalone app on your device: + +- **Install as app** - Add to home screen on mobile, or install via browser on desktop +- **Standalone mode** - Runs without browser chrome for a native app feel + +### How to Install +- **Desktop (Chrome/Edge)**: Click the install icon in the address bar, or Menu → "Install NoteDiscovery" +- **Android**: Chrome Menu → "Add to Home Screen" +- **iOS**: Safari Share → "Add to Home Screen" + +## 🌍 Internationalization + +- **Multiple languages** - English, Spanish, German, French built-in +- **Easy to add** - Drop JSON files in `locales/` folder +- **Instant switch** - Change language in Settings without reload +- **Community translations** - Contributions welcome! + ## 🚀 Performance - **Instant loading** - No lag, no loading spinners - **Efficient caching** - Smart local storage - **Minimal resources** - Runs on modest hardware - **No bloat** - Focused on what matters +- **Lightweight** - No heavy frameworks ---