mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 17:05:48 +00:00
Add a bundled plugin that opens a dialog with a textarea where each line becomes a task. Includes project selector (defaults to inbox), due date picker (defaults to today), draft auto-save via persistDataSynced, and project theme color indicator. Also extends the plugin API with dueDay support on PluginCreateTaskData, raised button option on DialogButtonCfg, and default form element theming in the plugin dialog component.
21 lines
465 B
JSON
21 lines
465 B
JSON
{
|
|
"name": "Brain Dump",
|
|
"id": "brain-dump",
|
|
"manifestVersion": 1,
|
|
"version": "1.0.0",
|
|
"minSupVersion": "13.0.0",
|
|
"description": "Quickly capture many tasks at once. Each line becomes a task.",
|
|
"author": "Super Productivity",
|
|
"permissions": [
|
|
"getAllProjects",
|
|
"addTask",
|
|
"showSnack",
|
|
"openDialog",
|
|
"persistDataSynced",
|
|
"loadSyncedData"
|
|
],
|
|
"hooks": [],
|
|
"iFrame": false,
|
|
"isSkipMenuEntry": true,
|
|
"icon": "icon.svg"
|
|
}
|