Skip to content

Noted — A local-first, open-source markdown note-taking app with a live editor, filesystem browser, and full offline support. No accounts, no cloud—your notes stay on your device.

License

Notifications You must be signed in to change notification settings

thomasgauvin/noted

Repository files navigation

Noted

A local-first markdown note-taking app built with React and Remirror. Write, organize, and edit markdown notes directly in your file system with zero server dependencies.

Try it now →

Features

  • Local-first: All notes stored in your filesystem—no cloud account required
  • Live markdown editor: Real-time editing with Remirror WYSIWYG support
  • File browser: Organize notes in folders with drag-and-drop support
  • Image support: Embed local images with relative path resolution
  • Frontmatter support: YAML frontmatter extraction and preservation
  • Unsaved changes tracking: Visual indicator for modified files
  • Responsive design: Works on desktop and mobile (sidebar toggles on mobile)
  • Zero dependencies for file access (uses native File System Access API)

Quick Start

npm install
npm run dev

Select a local folder to save your notes, then start writing.

Browser Support

Requires Chrome, Edge, or Opera (desktop versions). Uses the File System Access API.

Tech Stack

  • React 18 — UI framework
  • Remirror — Markdown editor
  • Tailwind CSS — Styling
  • TypeScript — Type safety
  • Vite — Build tool
  • Radix UI — Accessible components

Project Status

Early development. Core features (create, read, update, delete, rename, move files) are functional.

About

Noted — A local-first, open-source markdown note-taking app with a live editor, filesystem browser, and full offline support. No accounts, no cloud—your notes stay on your device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published