ydhawesome108 downloadsCapture fleeting thoughts instantly. Each memo is a standalone file, displayed in a timeline view.
Capture fleeting thoughts instantly. Every memo lives in its own file.
Flash Memo adds a sidebar panel to Obsidian for quick, frictionless note capture. Unlike daily-notes-based tools, each memo is saved as a standalone Markdown file — fully searchable, linkable, and portable.
Ctrl+Enter (or Cmd+Enter on Mac)#tag inline or the tag input bar; tags written to frontmatterMemos are stored in a memos/ folder inside your vault. Each file gets a YAML frontmatter with date and tags:
---
date: "2026-06-15 10:30:00"
tags: ["idea", "work"]
---
Your memo content here.
Settings → Community Plugins → Browse → search Flash Memo
main.js, manifest.json, styles.css from the latest release<your-vault>/.obsidian/plugins/flash-memo/No build step required — the plugin is plain JavaScript.
git clone https://github.com/ydhawesome/flash-memo
# copy the folder into your vault's .obsidian/plugins/ and enable it
MIT © ydhawesome