Files
bramses-highly-opinionated-…/.obsidian/plugins/quickadd/data.json
2022-12-15 13:56:27 -06:00

184 lines
5.4 KiB
JSON

{
"choices": [
{
"id": "7b164c2a-2d52-47cd-8785-7084c4b085f6",
"name": "Add to Project Scratchpad",
"type": "Macro",
"command": true,
"macroId": "1a5a9861-b1b8-49dc-8d31-54735fa12c29"
},
{
"id": "ac457949-03eb-4bdb-b6c2-b79781d35a8a",
"name": "Create New Project",
"type": "Macro",
"command": true,
"macroId": "b53688cc-61d5-4e31-906a-66915bec0925"
},
{
"id": "3b57f446-784e-41ce-9a02-381074bfa525",
"name": "Add to Project Kanban",
"type": "Macro",
"command": true,
"macroId": "84ef441e-4dd5-4349-a811-be48fe49ab9f"
},
{
"id": "0a8d7591-c4b6-43ad-8692-ea6f3d23aa1d",
"name": "Add Kanban to Weekly",
"type": "Macro",
"command": true,
"macroId": "8b7ed685-74c3-454b-ba8c-961c60a985af"
}
],
"macros": [
{
"name": "Add to Project Scratchpad",
"id": "1a5a9861-b1b8-49dc-8d31-54735fa12c29",
"commands": [
{
"name": "quick-add-projects-folder-variables",
"type": "UserScript",
"id": "14bc73f8-8b77-4b89-837d-df4829da8c5d",
"path": "_scripts/quick-add-projects-folder-variables.js",
"settings": {}
},
{
"name": "quick-add-file-filter",
"type": "UserScript",
"id": "877ba274-dc6e-4539-a980-604a29ee5163",
"path": "_scripts/quick-add-file-filter.js",
"settings": {}
},
{
"name": "Capture - Add to Scratchpad",
"type": "NestedChoice",
"id": "4c65d716-1b43-4341-888c-82380e98c55b",
"choice": {
"id": "9a56d0cc-132b-44f6-89c9-b62a00bf824c",
"name": "Capture - Add to Scratchpad",
"type": "Capture",
"command": false,
"appendLink": false,
"captureTo": "{{VALUE:notes}}",
"captureToActiveFile": false,
"createFileIfItDoesntExist": {
"enabled": false,
"createWithTemplate": false,
"template": ""
},
"format": {
"enabled": true,
"format": "{{value}} - [[{{date}}]]"
},
"insertAfter": {
"enabled": false,
"after": "",
"insertAtEnd": false,
"createIfNotFound": false,
"createIfNotFoundLocation": "top"
},
"prepend": true,
"task": false,
"openFileInNewTab": {
"enabled": false,
"direction": "vertical",
"focus": true
},
"openFile": false,
"openFileInMode": "default"
}
}
],
"runOnStartup": false
},
{
"name": "Create New Project",
"id": "b53688cc-61d5-4e31-906a-66915bec0925",
"commands": [
{
"name": "quick-add-create-project-folder",
"type": "UserScript",
"id": "b9f1c2c3-3951-44dc-beb8-751eee444e0c",
"path": "_scripts/quick-add-create-project-folder.js",
"settings": {}
}
],
"runOnStartup": false
},
{
"name": "Add to Project Kanban",
"id": "84ef441e-4dd5-4349-a811-be48fe49ab9f",
"commands": [
{
"name": "quick-add-projects-folder-kanban-variables",
"type": "UserScript",
"id": "3446b88d-28b8-49b3-baa3-abea6891be53",
"path": "_scripts/quick-add-projects-folder-kanban-variables.js",
"settings": {}
},
{
"name": "quick-add-file-filter",
"type": "UserScript",
"id": "c4e72220-c315-4a83-979d-363da357ca61",
"path": "_scripts/quick-add-file-filter.js",
"settings": {}
},
{
"name": "Capture",
"type": "NestedChoice",
"id": "9b5ab62c-8ca9-416d-87a3-4a2dfe4c80a1",
"choice": {
"id": "9233a927-0f0d-492b-a516-a046d33aadb3",
"name": "Capture",
"type": "Capture",
"command": false,
"appendLink": false,
"captureTo": "{{VALUE:notes}}",
"captureToActiveFile": false,
"createFileIfItDoesntExist": {
"enabled": false,
"createWithTemplate": false,
"template": ""
},
"format": {
"enabled": true,
"format": "{{date}} - {{value}}"
},
"insertAfter": {
"enabled": true,
"after": "## To Do",
"insertAtEnd": false,
"createIfNotFound": false,
"createIfNotFoundLocation": "top"
},
"prepend": false,
"task": true,
"openFileInNewTab": {
"enabled": false,
"direction": "vertical",
"focus": true
},
"openFile": false,
"openFileInMode": "default"
}
}
],
"runOnStartup": false
},
{
"name": "Add Kanban to Weekly Note",
"id": "8b7ed685-74c3-454b-ba8c-961c60a985af",
"commands": [
{
"name": "make-weekly-kanban",
"type": "UserScript",
"id": "bc15efb1-5a5f-4df0-84b4-7758c9873b2d",
"path": "_scripts/make-weekly-kanban.js",
"settings": {}
}
],
"runOnStartup": false
}
],
"inputPrompt": "single-line",
"devMode": false
}