name16 downloadsA quick capture modal that standardizes your scratchpad into a single inbox file.
A quick capture plugin for Obsidian that standardizes your thoughts into a single inbox file.
Dump thoughts from anywhere; the plugin auto-formats them as tasks, notes, ideas, or logs with proper metadata. No folders, no complexity—just one Memopad.md file that's easy to process later with Tasks, Dataview, or manual review.
- [ ] markdown for compatibility with task pluginsmain.js, manifest.json, and styles.css from the latest releasememopad in your vault's .obsidian/plugins/ directorymemopad folderType naturally and Memopad will format your entry:
| You type | Memopad saves |
|---|---|
fix login bug tomorrow |
- [ ] [task:personal] fix login bug 📅 2025-12-28 |
note: interesting article about AI |
- [note] interesting article about AI |
idea: plugin for daily quotes |
- [idea] plugin for daily quotes |
log: finished the report |
- [log] finished the report |
work: review PR for auth service |
- [ ] [task:work] review PR for auth service |
Start your input with a type or category to override auto-detection:
note: — Create a note entryidea: — Create an idea entrylog: — Create a log entrytask: — Create a task entrywork: — Create a work task (or any custom category name)personal: — Create a personal taskMemopad automatically detects tasks when your input starts with action words:
fix, call, email, send, buy, finish, complete, review, check, update, create, make, write, schedule, book, meet, submit, prepare, clean, organize
These keywords are configurable in settings.
Tasks are automatically categorized based on keywords in your input:
| Keywords detected | Category |
|---|---|
| jira, meeting, standup, client, deploy, pr, sprint, ticket, slack, report | work |
| home, family, gym, doctor, shopping, groceries | personal |
Categories and their keywords are fully configurable in settings.
Memopad understands relative dates and converts them to 📅 YYYY-MM-DD format:
| You write | Result |
|---|---|
today |
Today's date |
tomorrow |
Tomorrow's date |
yesterday |
Yesterday's date |
tuesday |
Next Tuesday |
next friday |
The upcoming Friday |
this wednesday |
This week's Wednesday |
next week |
Next Monday |
in 3 days |
3 days from now |
in 2 weeks |
14 days from now |
in 1 month |
1 month from now |
Example: call dentist next tuesday → - [ ] [task:personal] call dentist 📅 2025-12-30
Entries are saved to Memopad.md (configurable) organized by date:
# Memopad Inbox
## 2025-12-27
- [ ] [task:work] review PR for auth service 📅 2025-12-30
- [ ] [task:personal] call mum tomorrow 📅 2025-12-28
- [note] interesting article about AI agents
- [idea] plugin for daily quotes
## 2025-12-26
- [log] finished quarterly report
- [ ] [task:work] deploy hotfix 📅 2025-12-27
Memopad.md)personal)Comma-separated list of words that trigger task detection when they appear at the start of your input.
Comma-separated list of entry types (e.g., note, idea, log, task).
Add, edit, or remove categories. Each category has:
[task:name] and as an explicit prefixCtrl+Shift+M for instant access| Key | Action |
|---|---|
Enter |
Capture and close |
Shift+Enter |
New line |
Escape |
Cancel and close |
0BSD