No description
Find a file
addison e2da70c1fe docs(readme): update roadmap (#2)
Co-authored-by: exe.dev user <exedev@kwila-notebook.exe.xyz>
Reviewed-on: kwila/notebook#2
2026-05-13 06:24:45 -04:00
assets docs: add logo theme colors 2026-05-06 08:56:30 +00:00
scripts feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
src feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
static/assets feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
.gitignore feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
AGENTS.md docs: tighten readme wording 2026-05-06 09:01:18 +00:00
justfile feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
LICENSE chore: initial project setup 2026-05-06 04:35:59 -04:00
package-lock.json feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
package.json feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
README.md docs(readme): update roadmap (#2) 2026-05-13 06:24:45 -04:00
svelte.config.js feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
tsconfig.json feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00
vite.config.ts feat: basic markdown editor (#1) 2026-05-06 06:13:34 -04:00

Kwila Notebook logo

Kwila Notebook

A local-first markdown editor built with SvelteKit and OverType.

kwila-notebook.exe.xyz

What's included

  • SvelteKit app shell
  • OverType markdown editor with toolbar
  • live preview and mobile-friendly editing behavior
  • local draft persistence in the browser
  • just recipes for running, testing, and installing a systemd service

Storage model

  • notes are edited as markdown
  • the first version stores the draft locally in the browser
  • the service runs the built app on port 8000

Planned Work

  • Git-based version history and synchronization
  • Mobile-friendly interface
  • Desktop web experience
  • File attachments
  • Mermaid diagrams
  • Note organization and search
  • Offline support
  • Backlinks and references

Principles

Kwila Notebook favors:

  • permanence over trends
  • clarity over complexity
  • ownership over platforms
  • simple tools that age well

Development

just run
just test
just deploy

License

See LICENSE for license terms.