From abac0985bc9aad1c63e980238a425eccae97601d Mon Sep 17 00:00:00 2001 From: Yuri Karamian Date: Sat, 21 Feb 2026 23:38:56 +0100 Subject: [PATCH] Update README to v1.1.5, add screenshots --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e74d807..b449d6d 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,6 @@ A local markdown note-taking app built with Tauri, SvelteKit, and Rust. Your notes are stored as standard Markdown files on your local filesystem. No cloud, no lock-in. -![Editor](https://cdn.helixnotes.com/assets/screenshots/screenshot-1.png) -![Settings](https://cdn.helixnotes.com/assets/screenshots/screenshot-2.png) -![Graph View](https://cdn.helixnotes.com/assets/screenshots/screenshot-3.png) -![AI Actions](https://cdn.helixnotes.com/assets/screenshots/screenshot-4.png) - ## Download (v1.1.5) ### Linux @@ -97,6 +92,13 @@ pnpm tauri dev pnpm tauri build ``` +## Screenshots + +![Editor](https://cdn.helixnotes.com/assets/screenshots/screenshot-1.png) +![Settings](https://cdn.helixnotes.com/assets/screenshots/screenshot-2.png) +![Graph View](https://cdn.helixnotes.com/assets/screenshots/screenshot-3.png) +![AI Actions](https://cdn.helixnotes.com/assets/screenshots/screenshot-4.png) + ## License [AGPL-3.0](https://codeberg.org/ArkHost/HelixNotes/src/branch/main/LICENSE)