Lynx3x200 downloadsCapture fleeting thoughts into your daily notes with a lively memo feed.
Capture fleeting thoughts straight into your daily notes. Every memo is a card block in your own note files — no private database.
English | 中文
Rememo is a memo plugin for Obsidian: a heavily rewritten fork of Obsidian-Memos. All memos live inside your daily notes — plain Markdown, readable and editable at any time, yours to keep.
![]() Task mode — the two-segment slider next to the send button turns what you type into a task card |
![]() Tag filter — click any tag to filter the feed |
![]() Recycle bin — deleted cards stay in your note and can be restored |
![]() References — replies are reference cards, gathered under the memo they answer |
**The rest of the feed** — quote blocks, inline formatting (`**bold**`, `*italic*`, code), wikilinks, tag chips, finished tasks and plain lists all render from your own Markdown.
==highlights==, #tag and [[wikilink]] autocomplete. Press Enter or Ctrl/Cmd+Enter to send.- [ ] to create a task; tick the checkbox on the card to complete it. A two-segment slider next to the send button switches between plain memos and tasks — and follows the card's type when you edit it.deletedAt marker, and can be restored or permanently removed from the recycle bin; optional auto-clean purges entries older than the retention period.From the community plugin directory — search for “Rememo” in Settings → Community plugins → Browse.
Manually — copy main.js, styles.css and manifest.json into <your vault>/.obsidian/plugins/rememo/, then enable Rememo in Settings → Community plugins.
Requires Obsidian 1.7.2 or newer.
Your memos are safe. Rememo reads the memos that are already inside your daily notes — it never moves, rewrites or deletes anything on its own.
One thing to know: memos written by the old Memos plugin use an older line format, and Rememo only renders the new card-block format. So right after you install, your existing memos won't appear in the feed yet — they are still sitting in your files, untouched.
To bring them back, run the built-in migration:
.rememo-backup/, so you can always restore by hand.What the migration does — and only inside the section under your memo heading:
Your existing settings keep working: the Memo heading defaults to ## Memo, the same heading the old plugin wrote to.
## Memo by default). New memos are written under this heading; if the file doesn't have it yet, Rememo creates it.## Memo
- 14:32:15 ^a1b2c3
Plain text with **bold**, `code`, #tag, [[wikilink]] or ![[image]] —
blank lines start new paragraphs, full Markdown works
- [x] 14:40:00 ^d4e5f6
A task card — ticking the box writes back to the heading line
- 14:45:00 deletedAt: 2026-09-05 14:45:00 ^g7h8i9
A deleted card — still in place, restorable from the recycle bin
A card block is a heading line - [ ]? HH:mm:ss [deletedAt: …] ^id with the body indented by 4 spaces below it; the ^id is maintained by Obsidian itself. The old single-line format (body on the heading line) is no longer rendered — use Data health check → migrate whole file to convert it (backups are made automatically).
## Memo.Enter inserts a newline, Ctrl/Cmd+Enter sends. On: reversed.HH:mm:ss.pnpm install
pnpm build # produces main.js + styles.css
Copy the artifacts into your vault's plugin folder and reload the plugin in Obsidian (do a full restart if changes don't show up).
Built on top of Obsidian-Memos by Boninall (Quorafind), with design inspiration from memos and flomo.