liqiuyue9597212 downloadsA flomo-style quick capture and card view for your vault.
Flomo-style quick capture and card view for Obsidian. Jot down ideas in seconds, browse them as cards, filter by tags, and rediscover forgotten thoughts with random review.
All data is stored as local Markdown files — your data, your rules.
https://github.com/Liqiuyue9597/quick-memos| Category | Feature |
|---|---|
| Capture | Quick capture view with Ctrl+Enter to save |
| Capture | Tag suggestions — recent and frequent tags shown first |
| Capture | Wikilink support — type [[ to search and insert note links |
| Capture | Image attachment (iOS Photos / desktop file picker) |
| Capture | Mood and source metadata (optional) |
| Browse | Card waterfall view with heatmap stats |
| Browse | Filter by tag, date, or keyword |
| Browse | Random review (dice button) |
| Export | Share memo as PNG card image |
| Export | Export filtered memos to Obsidian Canvas |
| Integration | Right-click any text → Save as Memo |
| Integration | ![[memo]] transclusion renders as styled card |
| Integration | iOS Shortcuts via obsidian://memo-view |
| Import | One-click Flomo HTML import with timestamps and tags |
| Command | Description |
|---|---|
Memos: Quick capture |
Open the capture view |
Memos: Open Memos view |
Open the card waterfall view |
| Key | Action |
|---|---|
Ctrl/Cmd + Enter |
Save memo (in capture view) |
[[ |
Open note search for wikilink insertion |
Memos: Quick captureCtrl+Enter or click SaveCreate a home screen shortcut to open Quick Memos directly:
obsidian://memo-view.zip).html filefile/ into your vault's attachment folderImport preserves original timestamps, extracts #tags into frontmatter, marks memos with source: "flomo", and deduplicates on re-import.
| Setting | Default | Description |
|---|---|---|
| Save folder | Memos |
Where memo files are stored |
| Fixed tag | Off | Auto-add a tag to every new memo |
| Enable mood | Off | Show mood emoji picker in capture view |
| Enable source | Off | Show source label picker in capture view |
| Show author name | Off | Display author on exported images |
| Show branding | On | Display "Quick Memos for Obsidian" on exported images |
Each memo is a standalone Markdown file:
---
created: 2026-03-14T14:30:00.000Z
type: memo
tags:
- idea
- project
mood: "\U0001f4a1"
source: "thought"
---
Had a great idea for a new feature today! #excited
All memos have type: memo in frontmatter, making them easy to query with Dataview.
This plugin makes no network requests. All data stays local in your vault.
Where are memos saved?
In the configured save folder (default Memos/). Each memo is a standalone .md file.
Does it work on mobile? Yes. The card view opens automatically on mobile. The capture view adapts to virtual keyboards. iOS users can set up Shortcuts for one-tap access.
How do I back up my memos? Memos are regular Markdown files. Sync with Obsidian Sync, iCloud, Dropbox, or Git.
Can I use this with Dataview?
Yes. Query type: memo in frontmatter. With mood/source enabled, those fields are also available.
npm install # Install dependencies
npm run dev # Dev mode with hot reload
npm run build # Production build
npm run test # Run tests
npm run lint # Lint (matches Obsidian Community Portal checks)