A simple note-taking browser extension for Chromium-based browsers (Chrome, Edge) that saves notes directly to your Obsidian vault as Markdown files.

- Side Panel Interface - Opens as a side panel when clicking the extension icon
- Quick Note-Taking - Create and save notes instantly
- Obsidian Compatible - Saves as plain
.mdfiles - Privacy First - All notes stored locally on your machine
- No Cloud - Your notes never leave your computer
Coming soon
- Download or clone this repository
- Open Chrome/Edge and go to
chrome://extensionsoredge://extensions - Enable Developer mode (toggle in top-right)
- Click Load unpacked
- Select the extension folder
- Click the extension icon in your browser toolbar to open the side panel
- Type your note in the text area
- Give your note a title (optional - defaults to "untitled-note")
- Click Save - select your Obsidian vault folder
- Your note is saved as a
.mdfile!
The folder selection is remembered for subsequent saves.
Notes are saved as plain Markdown files:
My Note Title.md
Obsidian automatically uses the filename as the note title.
storage- Remembers your last used foldersidePanel- Enables side panel interface
No web page access, no data collection, no cloud sync.
- XSS protected (no innerHTML with user input)
- Filename sanitization
- Content Security Policy enabled
- No remote code execution
- Manifest V3
- File System Access API
- Vanilla JavaScript
Made for Obsidian users who want quick note capture directly from the browser.