Voyager Note
Your ultimate second brain, synced locally

Organize your ideas with
blazing speed.

Voyager Note is a minimal, secure markdown organizer powered by local SQLite database. Experience instant note loading, live previews, syntax highlighting, task checkboxes, and binary image uploads.

voyager-workspace // draft.md
# My Voyage Notes

**Goal**: Build a markdown editor.

- [x] Live side-by-side editing

- [ ] Upload holiday snapshots

```javascript
const notes = db.select();
```

My Voyage Notes

Goal: Build a markdown editor.

Live side-by-side editing

Upload holiday snapshots

const notes = db.select();

Everything you need for clean thoughts

We've built a fully equipped second brain for markdown writing, local speed, and aesthetic organization.

Syntax Highlighting

Format and color code blocks automatically with GitHub Dark stylesheet styles powered by highlight.js.

Interactive Checkboxes

Check list items directly from the HTML preview panel. Svelte handles source toggling and updates the database instantly.

Local Image Uploads

Drag-and-drop or select pictures from your local drive. They are saved in Svelte static folder and dynamically loaded.

Safe DOM Highlight

Keyword searches highlight text safely through recursive DOM TreeWalker parsing without breaking HTML tags.

Encrypted Authentication

Multi-user account routing protection with secure PBKDF2 credential hashing and session storage cookie tokens.

Clean SQLite Core

Your data resides in a lightweight relational file. Fast startup, local zero-network latency, and hassle-free backups.

© 2026 Voyager Note. All rights reserved. Powered by SvelteKit & SQLite.