diff --git a/README.md b/README.md index 5352963..cfdddc8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HelixNotes [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://codeberg.org/ArkHost/HelixNotes/src/branch/main/LICENSE) -[![Latest Release](https://img.shields.io/badge/release-v1.2.9-green)](https://codeberg.org/ArkHost/HelixNotes/releases) +[![Latest Release](https://img.shields.io/badge/release-v1.3.0-green)](https://codeberg.org/ArkHost/HelixNotes/releases) [![Website](https://img.shields.io/badge/web-helixnotes.com-purple)](https://helixnotes.com) [![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20Windows%20%7C%20macOS%20%7C%20Android-lightgrey)]() @@ -10,7 +10,7 @@ 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. -## Download (v1.2.9) +## Download (v1.3.0) ### Linux @@ -86,23 +86,23 @@ curl -fsSL https://repo.arkhost.com/gpg.key | sudo gpg --dearmor -o /usr/share/k #### AppImage (Arch, Fedora 43+, openSUSE Tumbleweed) -[Download AppImage](https://download.helixnotes.com/releases/v1.2.9/HelixNotes_1.2.9_amd64.AppImage) +[Download AppImage](https://download.helixnotes.com/releases/v1.3.0/HelixNotes_1.3.0_amd64.AppImage) #### .deb (manual) -[Download .deb](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.2.9/HelixNotes_1.2.9_amd64.deb) (Ubuntu 22.04+) +[Download .deb](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.0/HelixNotes_1.3.0_amd64.deb) (Ubuntu 22.04+) ### Windows -[Download Installer](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.2.9/HelixNotes_1.2.9_x64-setup.exe) (Windows 10/11) +[Download Installer](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.0/HelixNotes_1.3.0_x64-setup.exe) (Windows 10/11) ### macOS -[Download .dmg](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.2.9/HelixNotes_1.2.9_x64.dmg) (Intel, runs on Apple Silicon via Rosetta) +[Download .dmg](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.0/HelixNotes_1.3.0_x64.dmg) (Intel, runs on Apple Silicon via Rosetta) ### Android -[Download APK](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.2.9/HelixNotes_1.2.9_android.apk) +[Download APK](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.0/HelixNotes_1.3.0_android.apk) --- @@ -111,19 +111,22 @@ All releases: [codeberg.org/ArkHost/HelixNotes/releases](https://codeberg.org/Ar ## Features - Markdown editor with toolbar, slash commands, source mode, code highlighting +- **Tasks view**: aggregate `- [ ]` checklists from across all notes, set priority and due dates, work in a list or a calendar (drag a task to reschedule) - `[[Wiki-links]]` and graph view -- Full-text search (Tantivy) -- Outline panel, daily notes with calendar view, tags, drag-and-drop +- Full-text search (Tantivy), CJK-aware for Chinese, Japanese, and Korean +- Outline panel, daily notes with calendar view, tags with autocomplete, drag-and-drop - Live KaTeX math editor (`/math`, `/imath`) with modal preview, double-click to edit - Mermaid diagrams (opt-in render, copy as PNG, save as PNG/SVG) +- Insert date/time (`/date`, `/time`, `/now`), color swatches (`/color`), configurable week start - Manual notebook sorting (drag to reorder above, into, or below) - External `.md` viewer mode with import-to-vault flow - PDF preview, Obsidian import, "Show in File Manager" -- AI writing tools (Ollama / Anthropic / OpenAI) +- AI writing tools (Ollama / OpenAI-compatible / Anthropic / OpenAI) +- **Optional WebDAV sync** to your own server (Nextcloud, ownCloud, a NAS): manual or automatic, with keep-both conflict copies - Version history with diffs, automatic backups - Multi-window, file associations, focus mode, view mode -- Themes, accent colors, fonts -- Local files, no cloud +- Themes (light, dark, and 6 palettes), accent colors, fonts, 80-200% interface scale +- Local plain-text files, no company cloud Full documentation: [helixnotes.com/docs](https://helixnotes.com/docs.html) @@ -158,9 +161,9 @@ 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) +![Tasks calendar](https://cdn.helixnotes.com/assets/screenshots/screenshot-2.png) +![Daily notes](https://cdn.helixnotes.com/assets/screenshots/screenshot-4.png) +![Themes](https://cdn.helixnotes.com/assets/screenshots/screenshot-6.png) ## License