No description
Find a file
ArtemisLin 2da1324d08 1.0.2: 回退 localStorage 迁移(App#saveLocalStorage 需要比 1.7.2 更新的 API 版本)
上一版把 localStorage 迁到 App#saveLocalStorage/loadLocalStorage 想消 warning,
反而触发 no-unsupported-api Error(该 API 晚于 minAppVersion 1.7.2 进入公开 typings)。
回退为 localStorage(仅 warning 不阻塞),minAppVersion 稳定在 1.7.2。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 07:13:10 -04:00
assets 发布准备:英文 README 重写 + 界面截图 2026-07-15 04:12:05 -04:00
.editorconfig chore: import memo-lite source from D:\CursorP\memo-lite as baseline 2026-05-16 10:30:49 -04:00
.eslintignore chore: import memo-lite source from D:\CursorP\memo-lite as baseline 2026-05-16 10:30:49 -04:00
.eslintrc chore: import memo-lite source from D:\CursorP\memo-lite as baseline 2026-05-16 10:30:49 -04:00
.gitignore 发布准备:内部协作文档与本地开发脚本移出仓库 2026-07-15 03:50:40 -04:00
.npmrc chore: import memo-lite source from D:\CursorP\memo-lite as baseline 2026-05-16 10:30:49 -04:00
card-templates.ts N3 分享卡片:4 款模板 + 文字定制 + 关键词高亮 + 13 色背景 + 装饰引号 2026-05-25 22:40:33 -04:00
cm-tag-highlight.ts 阶段 1:CM6 重写输入框,修复光标漂移核心 bug 2026-05-17 08:49:37 -04:00
editor.ts N7 Task 4: 草稿暂存 + 文件流 vault 全局标签补全 + #tag 高亮 2026-07-15 03:50:15 -04:00
esbuild.config.mjs chore: import memo-lite source from D:\CursorP\memo-lite as baseline 2026-05-16 10:30:49 -04:00
file-flow.ts 1.0.1: 官方自动审核整改(4 类 Error 清零) 2026-07-15 05:13:25 -04:00
LICENSE N7 Task 2 + 审核修复 + 发布合规整改 2026-07-15 01:37:55 -04:00
main.ts 1.0.1: 官方自动审核整改(4 类 Error 清零) 2026-07-15 05:13:25 -04:00
manifest.json 1.0.2: 回退 localStorage 迁移(App#saveLocalStorage 需要比 1.7.2 更新的 API 版本) 2026-07-15 07:13:10 -04:00
memo-manager.ts N7 Task 2 + 审核修复 + 发布合规整改 2026-07-15 01:37:55 -04:00
package-lock.json N3 分享卡片:4 款模板 + 文字定制 + 关键词高亮 + 13 色背景 + 装饰引号 2026-05-25 22:40:33 -04:00
package.json 1.0.2: 回退 localStorage 迁移(App#saveLocalStorage 需要比 1.7.2 更新的 API 版本) 2026-07-15 07:13:10 -04:00
README.md 发布准备:英文 README 重写 + 界面截图 2026-07-15 04:12:05 -04:00
settings.ts N7 Task 4: 草稿暂存 + 文件流 vault 全局标签补全 + #tag 高亮 2026-07-15 03:50:15 -04:00
share-modal.ts 1.0.1: 官方自动审核整改(4 类 Error 清零) 2026-07-15 05:13:25 -04:00
styles.css 1.0.1: 官方自动审核整改(4 类 Error 清零) 2026-07-15 05:13:25 -04:00
tag-suggestion.ts 1.0.1: 官方自动审核整改(4 类 Error 清零) 2026-07-15 05:13:25 -04:00
tsconfig.json chore: import memo-lite source from D:\CursorP\memo-lite as baseline 2026-05-16 10:30:49 -04:00
version-bump.mjs chore: import memo-lite source from D:\CursorP\memo-lite as baseline 2026-05-16 10:30:49 -04:00
versions.json 1.0.2: 回退 localStorage 迁移(App#saveLocalStorage 需要比 1.7.2 更新的 API 版本) 2026-07-15 07:13:10 -04:00
view.ts 1.0.2: 回退 localStorage 迁移(App#saveLocalStorage 需要比 1.7.2 更新的 API 版本) 2026-07-15 07:13:10 -04:00

Memo Lite

A lightweight memo plugin for Obsidian. Capture fleeting notes and ideas quickly, organize them with tags, review them with an activity heatmap, and share them as image cards.

Note: The plugin UI is currently Chinese-only. An English UI is on the roadmap.

Features

  • 📝 Quick capture — jot down ideas without breaking your workflow
  • 🏷️ Tags — organize memos with #tags; autocomplete suggests existing tags as you type, with live highlighting
  • 📊 Activity heatmap — GitHub-style visualization of your writing habit; click a day to filter memos
  • 🔍 Instant search — search all memos as you type
  • 📌 Pin — keep important memos on top
  • 🖼️ Share as image card — turn any memo into a polished PNG (4 templates × 13 backgrounds), download or copy to clipboard
  • 🔢 Word count — per-memo statistics from the card menu
  • ✏️ In-place editing — double-click a memo to edit; a card menu offers share / edit / pin / delete
  • 📋 Templates — optionally create memos from your Obsidian templates
  • 📁 File Flow — a quick note-to-file creator: register up to 5 target folders, type a title (live filename preview) and body, and save straight to a standalone .md file. Tag autocomplete draws from all tags in your vault (including nested paths), and unsaved drafts survive view close and app restart

Screenshots

Tag flow

Share card

File flow

Data & privacy

  • Memos are stored as plain Markdown files inside your vault (default folder Memos/, configurable) with lightweight HTML-comment IDs — they remain fully readable, searchable, and syncable by Obsidian itself
  • Uninstalling the plugin never deletes your notes; there is nothing to export because everything already lives in your vault
  • The plugin makes no network requests and collects no telemetry; image cards are rendered entirely locally
  • Desktop only for now (isDesktopOnly: true)

Installation

From the Community plugins directory

  1. Open Settings → Community plugins and make sure Restricted mode is off
  2. Click Browse, search for Memo Lite
  3. Install and enable

Manual installation

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create the folder <your-vault>/.obsidian/plugins/memo-lite/ and put the three files inside
  3. Reload Obsidian and enable the plugin in Settings → Community plugins

Usage

  1. Click the feather icon in the ribbon (or run the command Memo Lite: 打开视图)
  2. Type your thought in the input box, use #tags to categorize, then hit the save button
  3. Filter memos by tag, by heatmap day, or with the search box
  4. Double-click a memo to edit it; use the card menu for share / pin / delete / word count
  5. Optional: enable File Flow in settings to quickly create standalone notes in your favorite folders

中文说明

Memo Lite 是一个轻量级的 Obsidian 笔记插件:随手记录灵感,用 #标签 分类,用热力图回顾记录习惯,一键把 memo 生成分享卡片。

核心功能:快速记录 / 标签自动补全与高亮 / GitHub 风格活跃度热力图(点击某天可筛选)/ 即时搜索 / 置顶 / 分享卡片4 模板 × 13 背景,下载或复制 PNG/ 字数统计 / 双击编辑 / 模板支持 / 文件流——注册常用文件夹(最多 5 个),填标题(实时文件名预览)写正文,直接生成独立 .md 文件;正文标签补全来自整个 vault 的所有标签(含嵌套路径),未保存内容自动暂存草稿、重启不丢。

数据与隐私:所有 memo 以纯 Markdown 存在你的 vault 里(默认 Memos/ 文件夹,可改),卸载插件笔记不丢;插件不发起任何网络请求、无遥测;目前仅支持桌面端,界面为中文。

使用:点击侧边栏羽毛图标打开视图 → 输入框记录想法(# 触发标签补全)→ 保存。设置里可开启文件流。

License

MIT © ArtemisLin