Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions dbludeau.TodoistNoteplanSync/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"plugin.changelog": "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/NotePlan/plugins/blob/main/dbludeau.TodoistNoteplanSync/CHANGELOG.md",
"plugin.commands": [
{
"note": "================== COMMMANDS ========================"
"note": "================== COMMMANDS ========================",
"type": "separator"
},
{
"name": "todoist sync everything",
Expand Down Expand Up @@ -109,7 +110,8 @@
],
"plugin.settings": [
{
"note": "================== SETTINGS ========================"
"note": "================== SETTINGS ========================",
"type": "separator"
},
{
"COMMENT": "Plugin settings documentation: https://help.noteplan.co/article/123-plugin-configuration",
Expand Down Expand Up @@ -185,7 +187,8 @@
"type": "separator"
},
{
"note": "================== TODOIST TEAMS SETTINGS ========================"
"note": "================== TODOIST TEAMS SETTINGS ========================",
"type": "separator"
},
{
"type": "heading",
Expand All @@ -206,7 +209,8 @@
"default": false
},
{
"note": "================== DEBUGGING SETTINGS ========================"
"note": "================== DEBUGGING SETTINGS ========================",
"type": "separator"
},
{
"NOTE": "DO NOT CHANGE THE FOLLOWING SETTINGS; ADD YOUR SETTINGS ABOVE ^^^",
Expand Down
9 changes: 6 additions & 3 deletions deleteme.testPluginDownload/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"commandMigrationMessage": "@eduard we are pretending commands from this plugin have been migrated to the Task Sorting plugin. You should click 'Yes' below. The plugin will install, but this script execution will crash, so you won't see anything after you click the 'Yes' button, though you can see the new plugin (Task Sorting) has been installed.",
"plugin.commands": [
{
"note": "================== COMMMANDS ========================"
"note": "================== COMMMANDS ========================",
"type": "separator"
},
{
"name": "Test onInstallOrUpdate",
Expand All @@ -28,7 +29,8 @@
],
"plugin.settings": [
{
"note": "================== SETTINGS ========================"
"note": "================== SETTINGS ========================",
"type": "separator"
},
{
"COMMENT": "Plugin settings documentation: https://help.noteplan.co/article/123-plugin-configuration",
Expand All @@ -42,7 +44,8 @@
"COMMENT": "This is for use by the editSettings helper function. PluginID must match the plugin.id in the top of this file"
},
{
"note": "================== DEBUGGING SETTINGS ========================"
"note": "================== DEBUGGING SETTINGS ========================",
"type": "separator"
},
{
"NOTE": "DO NOT CHANGE THE FOLLOWING SETTINGS; ADD YOUR SETTINGS ABOVE ^^^",
Expand Down
9 changes: 6 additions & 3 deletions dwertheimer.Forms/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"plugin.changelog": "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/NotePlan/plugins/blob/main/dwertheimer.Forms/CHANGELOG.md",
"plugin.commands": [
{
"note": "================== COMMMANDS ========================"
"note": "================== COMMMANDS ========================",
"type": "separator"
},
{
"name": "Open Template Form",
Expand Down Expand Up @@ -170,7 +171,8 @@
],
"plugin.settings": [
{
"note": "================== SETTINGS ========================"
"note": "================== SETTINGS ========================",
"type": "separator"
},
{
"COMMENT": "Plugin settings documentation: https://help.noteplan.co/article/123-plugin-configuration",
Expand All @@ -191,7 +193,8 @@
"default": true
},
{
"note": "================== DEBUGGING SETTINGS ========================"
"note": "================== DEBUGGING SETTINGS ========================",
"type": "separator"
},
{
"NOTE": "DO NOT CHANGE THE FOLLOWING SETTINGS; ADD YOUR SETTINGS ABOVE ^^^",
Expand Down
6 changes: 4 additions & 2 deletions dwertheimer.TaskAutomations/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@
},
{
"DELETE_ME_IN_FUTURE": "vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
"DELETE_ME_IN_FUTURE2": "Task Sorter settings to be removed in a future release"
"DELETE_ME_IN_FUTURE2": "Task Sorter settings to be removed in a future release",
"type": "separator"
},
{
"type": "separator"
Expand Down Expand Up @@ -419,7 +420,8 @@
},
{
"DELETE_ME_IN_FUTURE3": "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^",
"DELETE_ME_IN_FUTURE4": "Task Sorter settings to be removed in a future release"
"DELETE_ME_IN_FUTURE4": "Task Sorter settings to be removed in a future release",
"type": "separator"
},
{
"type": "separator"
Expand Down
12 changes: 8 additions & 4 deletions dwertheimer.TaskSorting/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"plugin.changelog": "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/NotePlan/plugins/blob/main/dwertheimer.TaskSorting/CHANGELOG.md",
"plugin.commands": [
{
"note": "================== COMMMANDS ========================"
"note": "================== COMMMANDS ========================",
"type": "separator"
},
{
"name": "Sort tasks on the page",
Expand Down Expand Up @@ -195,7 +196,8 @@
],
"plugin.settings": [
{
"note": "================== SETTINGS ========================"
"note": "================== SETTINGS ========================",
"type": "separator"
},
{
"COMMENT": "Plugin settings documentation: https://help.noteplan.co/article/123-plugin-configuration",
Expand Down Expand Up @@ -362,7 +364,8 @@
"required": true
},
{
"note": "================== HEADING CUSTOMIZATION ========================"
"note": "================== HEADING CUSTOMIZATION ========================",
"type": "separator"
},
{
"type": "heading",
Expand Down Expand Up @@ -433,7 +436,8 @@
"required": false
},
{
"note": "================== DEBUGGING SETTINGS ========================"
"note": "================== DEBUGGING SETTINGS ========================",
"type": "separator"
},
{
"NOTE": "DO NOT CHANGE THE FOLLOWING SETTINGS; ADD YOUR SETTINGS ABOVE ^^^",
Expand Down
3 changes: 2 additions & 1 deletion np.CallbackURLs/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"required": true
},
{
"note": "================== DEBUGGING SETTINGS ========================"
"note": "================== DEBUGGING SETTINGS ========================",
"type": "separator"
},
{
"NOTE": "DO NOT CHANGE THE FOLLOWING SETTINGS; ADD YOUR SETTINGS ABOVE ^^^",
Expand Down
6 changes: 4 additions & 2 deletions np.TOC/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"plugin.changelog": "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/NotePlan/plugins/blob/main/np.TOC/CHANGELOG.md",
"plugin.commands": [
{
"note": "================== COMMMANDS ========================"
"note": "================== COMMMANDS ========================",
"type": "separator"
},
{
"name": "insert TOC",
Expand All @@ -38,7 +39,8 @@
],
"plugin.settings": [
{
"note": "================== SETTINGS ========================"
"note": "================== SETTINGS ========================",
"type": "separator"
},
{
"COMMENT": "Plugin settings documentation: https://help.noteplan.co/article/123-plugin-configuration",
Expand Down
24 changes: 16 additions & 8 deletions shared.AI/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@
"plugin.changelog": "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/NotePlan/plugins/blob/main/shared.AI/CHANGELOG.md",
"plugin.commands": [
{
"note": "================== COMMMANDS ========================"
"note": "================== COMMMANDS ========================",
"type": "separator"
},
{
"name": "NotePlan AI: Check Version",
"description": "Update + Check Version",
"jsFunction": "versionCheck"
},
{
"note": "************************************ CHAT ****************************************"
"note": "************************************ CHAT ****************************************",
"type": "separator"
},
{
"name": "NotePlan AI: Insert Chat",
Expand Down Expand Up @@ -63,7 +65,8 @@
]
},
{
"note": "************************************ SUMMARIZE ****************************************"
"note": "************************************ SUMMARIZE ****************************************",
"type": "separator"
},
{
"name": "Summarize Note/Selection",
Expand All @@ -73,7 +76,8 @@
"arguments": []
},
{
"note": "************************************ RESEARCH ****************************************"
"note": "************************************ RESEARCH ****************************************",
"type": "separator"
},
{
"name": "NotePlan AI: Research",
Expand Down Expand Up @@ -127,7 +131,8 @@
"arguments": []
},
{
"note": "************************************ IMAGES ****************************************"
"note": "************************************ IMAGES ****************************************",
"type": "separator"
},
{
"name": "NotePlan AI: Images",
Expand All @@ -140,7 +145,8 @@
"arguments": []
},
{
"note": "************************************ INTRO WIZARD ****************************************"
"note": "************************************ INTRO WIZARD ****************************************",
"type": "separator"
},
{
"name": "NotePlan AI: Update Plugin Settings",
Expand Down Expand Up @@ -322,7 +328,8 @@
"arguments": []
},
{
"note": "************************************ UNUSED/DEPRECATED ****************************************"
"note": "************************************ UNUSED/DEPRECATED ****************************************",
"type": "separator"
},
{
"name": "OpenAI: Test Connection",
Expand All @@ -336,7 +343,8 @@
],
"plugin.settings": [
{
"note": "================== SETTINGS ========================"
"note": "================== SETTINGS ========================",
"type": "separator"
},
{
"type": "hidden",
Expand Down