Flash Memo

by ydhawesome
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Capture fleeting thoughts instantly. Each memo is a standalone file, displayed in a timeline view.

Reviews

No reviews yet.

Stats

stars
0
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Flash Memo — Obsidian Plugin

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.

Features

  • Instant capture — type and hit Ctrl+Enter (or Cmd+Enter on Mac)
  • One file per memo — filename derived from the first line of content
  • Timeline view — memos grouped by date, newest first
  • Tag support — use #tag inline or the tag input bar; tags written to frontmatter
  • Sort controls — sort by created or modified time, ascending or descending
  • Search — real-time filter across all memo content
  • Open / Delete actions on hover

How it works

Memos 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.

Installation

From Obsidian Community Plugins (pending approval)

Settings → Community Plugins → Browse → search Flash Memo

Manual

  1. Download main.js, manifest.json, styles.css from the latest release
  2. Copy them into <your-vault>/.obsidian/plugins/flash-memo/
  3. Enable the plugin in Settings → Community Plugins

Development

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

License

MIT © ydhawesome