Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

key-notes

A super simple, minimal native desktop markdown notes app. Limited to 10 notes, stored locally.

Features

  • Markdown preview (live render)
  • Mermaid diagram support
  • Keyboard shortcuts
  • Local file storage (plain .md files)

Quick start

pip3 install pywebview
python3 main.py

Keyboard shortcuts

ActionShortcut
SaveCmd/Ctrl + S
Zoom inCmd/Ctrl + =
Zoom outCmd/Ctrl + -
Reset zoomCmd/Ctrl + 0
IndentTab

How it works

The app uses pywebview to open a native desktop window pointing at a built-in HTTP server. Notes are stored as .md files in a notes/ folder (created automatically on first run with starter content).

Stack

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages