Skip to content

ghostface2232/Noten

Repository files navigation

Noten

Noten

Noten_Screenshot

License Release Platform

A clean, fast and modern local-first Markdown note-taking app for Windows. Powered by Tiptap, edited as WYSIWYM with Markdown as the on-disk format.

Download

Download noten-setup.exe from GitHub Releases for a fresh installation.

Features

  • WYSIWYM Markdown editor - A persistent Tiptap surface that becomes editable when a document is ready, backed by Markdown on disk
  • Local-first autosave - Notes stay on disk and save automatically; choose the app directory or a local/cloud-synced folder
  • Slash commands - Type / to insert headings, lists, code blocks, images, tables, Mermaid diagrams, and more
  • Wiki links - Type [[ to link or create notes; links keep following notes when they are renamed
  • Anchor links - Link to a heading in the same note with [text](#heading-slug); typing # in the link editor suggests headings, additional # characters filter by heading depth, clicking jumps to the target, and a broken target shows a notice
  • Table of contents - Toggleable heading outline panel with click-to-jump, current-heading highlight, and keyboard navigation
  • Focus mode - Dim everything except the block you are writing, with the editor chrome tucked away
  • Tables - Insert with a grid picker, resize columns in-place, and edit rows/columns from the table bubble toolbar
  • Mermaid diagrams - Render Mermaid code blocks inline, collapse source, and export diagrams as SVG or PNG
  • Image support - Drag & drop, paste, resize with corner handles, and drag to reorder
  • Note management - Sidebar with grouping, pinned notes, color labels/filtering, multi-select, drag-and-drop group assignment, group reordering, full-text search, and context menus
  • Recently deleted - Soft-delete with immediate undo, restore, and 14-day retention
  • File import - Import Markdown and text files as managed Noten notes
  • Shared folder sync - Use OneDrive, Dropbox, or another synced folder to share notes across PCs with metadata merge and conflict backups
  • Multi-window - Open notes in separate windows with real-time cross-window sync
  • Customizable writing - Light, dark, or system theme; font, wrapping, spacing, spellcheck, sorting, and optional pinned editor chrome
  • Mica theme - Native Windows 11 Mica material
  • Export - Save notes as Markdown or PDF; save Mermaid diagrams as SVG or PNG

Tech Stack

Core

Editor

  • Tiptap v3 with @tiptap/markdown - WYSIWYM editor over Markdown

Design

Keyboard Shortcuts

Global

Action Shortcut
New note Ctrl+N
New window Ctrl+Shift+N
Import Markdown/text files Ctrl+O
Show toolbar / status bar Click editor / scroll up / top of document
Find in document Ctrl+F
Find and replace Ctrl+H
Go to line Ctrl+G
Table of contents Ctrl+Shift+O
Focus mode F8
Undo / redo Ctrl+Z / Ctrl+Y
Edit link Ctrl+K
Strike-through Ctrl+Shift+X

Sidebar (when sidebar is focused)

Action Shortcut
Rename Ctrl+R / F2
Duplicate Ctrl+D
Export Ctrl+E
Pin / unpin Ctrl+Alt+P
Copy content Ctrl+Alt+C
Delete Delete

Development

Development requires Windows, Node.js 24 (the CI version), and the stable Rust toolchain.

npm ci
npm run tauri:dev
npm run check

npm run tauri:dev prepares maintenance-helper.exe in Tauri resources and then starts tauri dev. npm run check runs typecheck, lint, and tests.

Treat .\scripts\build-release.ps1 as a local smoke test only. Real release installers are built and signed by GitHub Actions after a v* tag is pushed.

Documentation

License

MIT

© 2026 Mingwan Bae

About

A clean, fast and modern note app for Windows.

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors