Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Memos View

likemuuxilikemuuxi331 downloads

A flomo-inspired memos stream built from your daily notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates14

A flomo-inspired memos stream plugin for Obsidian. It turns your daily notes (or yearly files) into a beautiful, searchable, and filterable memo timeline — all stored locally in your vault as plain Markdown.

Features

  • Memo stream view — A dedicated view that displays all your memos in a chronological stream, grouped by day.
  • Quick capture — Write and save memos directly from the composer. New memos are appended to today's daily note (or yearly file) as timestamped list items.
  • Daily notes & yearly files — Choose between storing memos in daily note files (YYYY-MM-DD.md) or yearly files (YYYY.md) organized by date headings.
  • Heatmap calendar — A GitHub-style contribution heatmap in the sidebar shows your memo activity over the past 12 weeks. Hover to preview, click to filter.
  • Tag tree — A collapsible nested tag tree in the sidebar for quick tag-based filtering.
  • Search — Full-text search across memo content, source file names, and tags with highlighted matches.
  • Sort & filter — Sort by created or edited time. Filter by status (active, archived, deleted) or by view (today, this week, to-do, has tags, has image, has link).
  • Pin, archive, delete — Pin important memos to the top, archive completed ones, or soft-delete memos. Permanently purge deleted memos when ready.
  • Inline editing — Double-click any memo card to edit it inline, or use the "Edit" action from the context menu.
  • Random walk — Discover forgotten memos with a random walk modal that surfaces a random memo from your collection.
  • Quote — Quote any memo into the composer as a callout block.
  • Rich composer — Formatting toolbar with bold, italic, strikethrough, task lists, bullet lists, numbered lists, and image insertion. Selection toolbar appears when text is selected.
  • Wikilink autocomplete — Type [[ to search and insert wikilinks to files, headings, paragraphs, and blocks. Supports # anchor navigation.
  • Tag autocomplete — Type # to get tag suggestions from your existing memos.
  • Image paste — Paste images from clipboard directly into memos. They are saved as attachments and embedded automatically.
  • Share as image — Generate beautiful shareable images from any memo with 6 built-in card styles (Daily, Ticket, Phone, Memo, Clean, Plain). Copy to clipboard or save as PNG.
  • Bound file — Bind a specific file so that opening it automatically switches to the Memos view.
  • i18n — English and Simplified Chinese UI translations.

Commands

Command Description
Open memos view Opens the Memos view in the active leaf
Refresh memos view Reloads all memos from daily notes
Random walk memo Opens a random memo in a modal

Settings

Setting Description
Display name Shown in the sidebar header of the Memos view
Timestamp format Pattern for memo timestamps (e.g. HH:mm, HH:mm:ss)
Bound file When this file is opened, the editor leaf switches to the Memos view
Memo storage mode Store memos in daily notes (YYYY-MM-DD.md) or yearly files (YYYY.md)

How memos are stored

Memos are stored as timestamped list items in your Markdown files, so they remain fully compatible with Obsidian's native editing and search.

Daily note example (2025-05-27.md):

- 09:15 Had an idea for the new feature #project/idea
  Some additional thoughts here.
- 14:30 Meeting notes with the team
  - Discussed roadmap
  - Agreed on timeline

Yearly file example (2025.md):

# 2025

## 2025-05-27 周二

- 09:15 Had an idea for the new feature #project/idea
- 14:30 Meeting notes with the team

Status markers (archived, deleted, pinned) are stored inline using Obsidian's property syntax:

- 09:15 Some memo content [pinned::20250527101500]

Installation

From Obsidian Community Plugins

  1. Open Settings → Community plugins
  2. Disable Restricted mode if prompted
  3. Click Browse and search for "Memos View"
  4. Click Install, then Enable

Manual installation

  1. Download main.js, styles.css, and manifest.json from the latest release
  2. Copy them to <vault>/.obsidian/plugins/memos-view/
  3. Enable the plugin in Settings → Community plugins

Development

npm install
npm run dev
  • npm run dev — Start esbuild in watch mode
  • npm run build — Production build

Support

If you find this plugin helpful, consider supporting the author:

License

MIT

HealthExcellent
ReviewCaution
About
Explore the Obsidian plugin API with a sample that adds a ribbon icon showing a notice, a command to open a modal, and a plugin settings tab. Register global click and interval handlers that log events to the console for testing and development.
DatesEditing
Details
Current version
0.4.0
Last updated
Last week
Created
4 months ago
Updates
14 releases
Downloads
331
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
likemuuxilikemuuxi
github.com/likemuuxi
GitHublikemuuxi
  1. Community
  2. Plugins
  3. Dates
  4. Memos View

Related plugins

Advanced Tables

Improved table navigation, formatting, and manipulation.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

Outliner

Work with your lists like in Workflowy or Roam Research.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Creases

Tools for effectively folding Markdown sections.

Full Calendar Remastered

Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action!

LanguageTool Integration

advanced spell/grammar checks with the help of language-tool.

MetaEdit

Manage your metadata.