Compare commits

...
5 Commits
Author SHA1 Message Date
molly ec6e9e42c4 Updated plugins 2026-08-28 07:41:10 -04:00
molly de7113097e New Resource : Lists 2026-08-24 06:51:17 -04:00
molly 2b3e04e0ff Plugins updated second commit 2026-08-22 10:07:25 -04:00
molly 4ed9986b1f Updated plugins 2026-08-02 11:13:54 -04:00
molly af98eddc3b Configured attachments to save in subfolder 2026-08-01 16:42:04 -04:00
32 changed files with 93815 additions and 1185 deletions
+1
View File
@@ -16,6 +16,7 @@ logs
!00*/ !00*/
91 Clippings/**/* 91 Clippings/**/*
92 Uncategorized Notes/**/*
.obsidian/workspace.json .obsidian/workspace.json
.obsidian/plugins/obsidian-icon-folder/data.json .obsidian/plugins/obsidian-icon-folder/data.json
+2 -1
View File
@@ -3,5 +3,6 @@
"trashOption": "local", "trashOption": "local",
"promptDelete": false, "promptDelete": false,
"alwaysUpdateLinks": true, "alwaysUpdateLinks": true,
"showInlineTitle": true "showInlineTitle": true,
"attachmentFolderPath": "./~Attachments"
} }
+2 -2
View File
@@ -7,9 +7,9 @@
"gitea-cards", "gitea-cards",
"pdf-plus", "pdf-plus",
"cmdr", "cmdr",
"sheet-plus",
"unicode-search", "unicode-search",
"quickadd", "quickadd",
"obsidian-icon-folder", "obsidian-icon-folder",
"obsidian-markmind" "obsidian-markmind",
"sheet-plus"
] ]
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "cmdr", "id": "cmdr",
"name": "Commander", "name": "Commander",
"version": "0.5.7", "version": "0.5.8",
"minAppVersion": "1.4.4", "minAppVersion": "1.4.4",
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.", "description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
"author": "jsmorabito & phibr0", "author": "jsmorabito & phibr0",
+1 -1
View File
@@ -80,7 +80,7 @@
"explorer": true, "explorer": true,
"path": true "path": true
}, },
"settingsTab": "file_explorer", "settingsTab": "general",
"supportedFileTypes": [ "supportedFileTypes": [
"md", "md",
"canvas", "canvas",
+29 -1
View File
@@ -6,6 +6,11 @@
"phoneFooterSafeAreaPadding": false, "phoneFooterSafeAreaPadding": false,
"tabletFooterSafeAreaPadding": false, "tabletFooterSafeAreaPadding": false,
"folder": "Excalidraw", "folder": "Excalidraw",
"libraryFolderPath": "Excalidraw/Libraries",
"libraryFileName": "local-library",
"libraryStorageMode": "vault",
"libraryMigrationStatus": "not-required",
"libraryMigrationSnoozeUntil": 0,
"cropFolder": "", "cropFolder": "",
"annotateFolder": "", "annotateFolder": "",
"embedUseExcalidrawFolder": false, "embedUseExcalidrawFolder": false,
@@ -131,8 +136,31 @@
"mdFontColor": "Black", "mdFontColor": "Black",
"mdBorderColor": "Black", "mdBorderColor": "Black",
"mdCSS": "", "mdCSS": "",
"markdownImageSettings": {
"defaults": {
"width": 500,
"paddingBottom": 10,
"fontFamily": "Cascadia",
"fontColor": "Black",
"border": {
"enabled": false,
"color": "Black"
},
"css": "",
"transclusion": {
"enabled": false,
"fontFamily": "Cascadia",
"fontColor": "Black",
"border": {
"enabled": false,
"color": "Black"
},
"css": ""
}
}
},
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"previousRelease": "2.25.3", "previousRelease": "2.26.4",
"showReleaseNotes": true, "showReleaseNotes": true,
"excalidrawMasteryPromoCollapsed": false, "excalidrawMasteryPromoCollapsed": false,
"compareManifestToPluginVersion": true, "compareManifestToPluginVersion": true,
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.25.3", "version": "2.26.4",
"minAppVersion": "1.8.7", "minAppVersion": "1.8.7",
"description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.", "description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "obsidian-markmind", "id": "obsidian-markmind",
"name": "Markmind", "name": "Markmind",
"version": "3.5.6", "version": "3.5.8",
"minAppVersion": "0.9.12", "minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.", "description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark", "author": "Mark",
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,8 +1,8 @@
{ {
"id": "obsidian-meta-bind-plugin", "id": "obsidian-meta-bind-plugin",
"name": "Meta Bind", "name": "Meta Bind",
"version": "1.4.15", "version": "1.5.1",
"minAppVersion": "1.10.0", "minAppVersion": "1.13.1",
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.", "description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
"author": "Moritz Jung", "author": "Moritz Jung",
"authorUrl": "https://www.moritzjung.dev/", "authorUrl": "https://www.moritzjung.dev/",
File diff suppressed because one or more lines are too long
+149 -23
View File
@@ -704,6 +704,42 @@
"kind": "prompt" "kind": "prompt"
} }
}, },
{
"id": "263d7a83-ef63-469a-8dda-32b5d82c9fc5",
"name": "Create⸬Resource⸬List",
"type": "Template",
"command": false,
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Resources/Resource⸬List.md",
"fileNameFormat": {
"enabled": true,
"format": "~Resources/Resource.md"
},
"discoverExistingNotesBeforeCreate": false,
"folder": {
"enabled": true,
"folders": [],
"chooseWhenCreatingNote": false,
"createInSameFolderAsActiveFile": true,
"chooseFromSubfolders": false
},
"appendLink": {
"enabled": true,
"placement": "replaceSelection",
"requireActiveFile": false,
"linkType": "link"
},
"copyLinkToClipboard": false,
"openFile": true,
"fileOpening": {
"location": "tab",
"direction": "vertical",
"mode": "default",
"focus": true
},
"fileExistsBehavior": {
"kind": "prompt"
}
},
{ {
"id": "e23397f4-549d-4e80-9420-98e40e9087fd", "id": "e23397f4-549d-4e80-9420-98e40e9087fd",
"name": "Create⸬Resource⸬Report-Software", "name": "Create⸬Resource⸬Report-Software",
@@ -1003,13 +1039,18 @@
"inputPrompt": "single-line", "inputPrompt": "single-line",
"persistInputPromptDrafts": true, "persistInputPromptDrafts": true,
"useSelectionAsCaptureValue": true, "useSelectionAsCaptureValue": true,
"searchNestedChoices": true,
"templateFolderLauncherRow": "bottom",
"devMode": false, "devMode": false,
"templateFolderPath": "99 Toolkit/Templates", "templateFolderPaths": [
"99 Toolkit/Templates"
],
"announceUpdates": "major", "announceUpdates": "major",
"version": "2.12.3", "version": "2.23.0",
"globalVariables": {}, "globalVariables": {},
"onePageInputEnabled": false, "onePageInputEnabled": false,
"disableOnlineFeatures": true, "disableOnlineFeatures": true,
"enableUriCallbacks": false,
"enableRibbonIcon": false, "enableRibbonIcon": false,
"showCaptureNotification": true, "showCaptureNotification": true,
"showInputCancellationNotification": false, "showInputCancellationNotification": false,
@@ -1052,29 +1093,74 @@
"name": "gpt-4", "name": "gpt-4",
"maxTokens": 8192 "maxTokens": 8192
}, },
{
"name": "gpt-4-32k",
"maxTokens": 32768
},
{
"name": "gpt-4-1106-preview",
"maxTokens": 128000
},
{ {
"name": "gpt-4-turbo", "name": "gpt-4-turbo",
"maxTokens": 128000 "maxTokens": 128000
}, },
{ {
"name": "gpt-4o", "name": "gpt-4o",
"maxTokens": 128000 "maxTokens": 128000,
"maxOutputTokens": 16384,
"supportsTemperature": true
}, },
{ {
"name": "gpt-4o-mini", "name": "gpt-4o-mini",
"maxTokens": 128000 "maxTokens": 128000,
"maxOutputTokens": 16384,
"supportsTemperature": true
},
{
"name": "gpt-5.5",
"maxTokens": 1050000,
"maxOutputTokens": 128000,
"supportsTemperature": false
},
{
"name": "gpt-5.4",
"maxTokens": 1050000,
"maxOutputTokens": 128000,
"supportsTemperature": false
},
{
"name": "gpt-5.4-mini",
"maxTokens": 400000,
"maxOutputTokens": 128000,
"supportsTemperature": false
},
{
"name": "gpt-5.4-nano",
"maxTokens": 400000,
"maxOutputTokens": 128000,
"supportsTemperature": false
},
{
"name": "gpt-4.1",
"maxTokens": 1047576,
"maxOutputTokens": 32768,
"supportsTemperature": true
},
{
"name": "gpt-4.1-mini",
"maxTokens": 1047576,
"maxOutputTokens": 32768,
"supportsTemperature": true
},
{
"name": "o3",
"maxTokens": 200000,
"maxOutputTokens": 100000,
"supportsTemperature": false
},
{
"name": "o4-mini",
"maxTokens": 200000,
"maxOutputTokens": 100000,
"supportsTemperature": false
} }
], ],
"autoSyncModels": false, "autoSyncModels": true,
"modelSource": "modelsDev" "modelSource": "modelsDev",
"id": "openai"
}, },
{ {
"name": "Gemini", "name": "Gemini",
@@ -1082,20 +1168,57 @@
"apiKey": "", "apiKey": "",
"models": [ "models": [
{ {
"name": "gemini-1.5-pro", "name": "gemini-3.5-flash",
"maxTokens": 1000000 "maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
}, },
{ {
"name": "gemini-1.5-flash", "name": "gemini-3.1-pro-preview",
"maxTokens": 1000000 "maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
}, },
{ {
"name": "gemini-1.5-flash-8b", "name": "gemini-3.1-flash-lite",
"maxTokens": 1000000 "maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
},
{
"name": "gemini-3-pro-preview",
"maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
},
{
"name": "gemini-3-flash-preview",
"maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
},
{
"name": "gemini-2.5-pro",
"maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
},
{
"name": "gemini-2.5-flash",
"maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
},
{
"name": "gemini-2.5-flash-lite",
"maxTokens": 1048576,
"maxOutputTokens": 65536,
"supportsTemperature": true
} }
], ],
"autoSyncModels": false, "autoSyncModels": true,
"modelSource": "modelsDev" "modelSource": "modelsDev",
"id": "gemini"
} }
] ]
}, },
@@ -1112,6 +1235,9 @@
"migrateFileOpeningSettings": true, "migrateFileOpeningSettings": true,
"backfillFileOpeningDefaults": true, "backfillFileOpeningDefaults": true,
"setProviderModelDiscoveryMode": true, "setProviderModelDiscoveryMode": true,
"migrateProviderApiKeysToSecretStorage": true "migrateProviderApiKeysToSecretStorage": true,
"migrateToMultipleTemplateFolders": true,
"refreshStaleDefaultModelSeeds": true,
"pinAiModelRefs": true
} }
} }
+400 -82
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,8 +1,8 @@
{ {
"id": "quickadd", "id": "quickadd",
"name": "QuickAdd", "name": "QuickAdd",
"version": "2.12.3", "version": "2.23.0",
"minAppVersion": "1.11.4", "minAppVersion": "1.13.0",
"description": "Quickly add new pages or content to your vault.", "description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann", "author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com", "authorUrl": "https://bagerbach.com",
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -2,10 +2,11 @@
"showSheetButton": "true", "showSheetButton": "true",
"folder": "/", "folder": "/",
"fileLocationMode": "current-sub", "fileLocationMode": "current-sub",
"fileSubFolder": "Sheets", "fileSubFolder": "~Sheets",
"excelFilenamePrefix": "Excel ", "excelFilenamePrefix": "Excel ",
"excelFilenameDateTime": "DD-MM_MMM-YYYY HH.mm.ss", "excelFilenameDateTime": "DD-MM_MMM-YYYY HH.mm.ss",
"sheetHeight": "300", "sheetHeight": "300",
"sheetHeightMode": "auto",
"rowHeight": "25", "rowHeight": "25",
"colWidth": "100", "colWidth": "100",
"authorizationCode": "", "authorizationCode": "",
@@ -14,7 +15,7 @@
"numberFormatLocal": "en", "numberFormatLocal": "en",
"mobileRenderMode": "desktop", "mobileRenderMode": "desktop",
"darkModal": "dark", "darkModal": "dark",
"isBigSheet": "false", "isBigSheet": "true",
"fontFolder": "", "fontFolder": "",
"selectedFontName": "" "selectedFontName": ""
} }
+497 -866
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "sheet-plus", "id": "sheet-plus",
"name": "Sheet Plus", "name": "Sheet Plus",
"version": "2.12.11", "version": "2.13.0",
"minAppVersion": "1.5.11", "minAppVersion": "1.5.11",
"description": "Create Excel-like spreadsheets and easily embed them in Markdown.", "description": "Create Excel-like spreadsheets and easily embed them in Markdown.",
"author": "ljcoder", "author": "ljcoder",
File diff suppressed because one or more lines are too long
+10 -34
View File
@@ -1,43 +1,19 @@
{ {
"data_version": 2,
"command_timeout": 5, "command_timeout": 5,
"templates_folder": "99 Toolkit/Templates", "templates_folder": "99 Toolkit/Templates",
"templates_pairs": [ "templates_pairs": [],
[ "trigger_on_file_creation_mode": "folder",
"",
""
]
],
"trigger_on_file_creation": false,
"auto_jump_to_cursor": false, "auto_jump_to_cursor": false,
"enable_system_commands": false, "jump_to_cursor_after_file_name": false,
"shell_path": "", "shell_path": "",
"user_scripts_folder": "", "user_scripts_folder": "",
"enable_folder_templates": true, "folder_templates": [],
"folder_templates": [ "file_templates": [],
{
"folder": "",
"template": ""
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true, "syntax_highlighting": true,
"syntax_highlighting_mobile": false, "syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [ "enabled_templates_hotkeys": [],
"" "startup_templates": [],
], "intellisense_render": "1",
"startup_templates": [ "ignore_folders_on_creation": []
""
],
"intellisense_render": 1,
"ignore_folders_on_creation": [
{
"folder": ""
}
]
} }
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,9 +1,9 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "2.20.6", "version": "2.25.0",
"description": "Advanced templating and automation using handlebars-like syntax.", "description": "Advanced templating and automation using handlebars-like syntax.",
"minAppVersion": "1.12.2", "minAppVersion": "1.13.0",
"author": "SilentVoid", "author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13", "authorUrl": "https://github.com/SilentVoid13",
"fundingUrl": { "fundingUrl": {
+5 -61
View File
@@ -1,69 +1,8 @@
.templater_search {
width: calc(100% - 20px);
}
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.templater_donating {
margin: 10px;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div, .templater-prompt-div,
.templater-multisuggester-div { .templater-multisuggester-div {
display: flex; display: flex;
} }
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input, .templater-prompt-input,
.templater-multisuggester-input { .templater-multisuggester-input {
flex-grow: 1; flex-grow: 1;
@@ -80,6 +19,11 @@ textarea.templater-prompt-input {
height: 10rem; height: 10rem;
} }
.templater-ignore-folder-modal .modal-content input[type="text"],
.templater-startup-template-modal .modal-content input[type="text"] {
width: 100%;
}
textarea.templater-prompt-input:focus { textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent); border-color: var(--interactive-accent);
} }
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "unicode-search", "id": "unicode-search",
"name": "Unicode Search", "name": "Unicode Search",
"version": "0.7.3", "version": "0.7.4",
"minAppVersion": "1.8.7", "minAppVersion": "1.8.7",
"description": "Search and insert Unicode characters into your editor", "description": "Search and insert Unicode characters into your editor",
"author": "BambusControl", "author": "BambusControl",
File diff suppressed because one or more lines are too long
@@ -0,0 +1,17 @@
<%*
let title = await tp.system.prompt("Title");
let description = await tp.system.prompt("Description");
-%>
---
Type: Resource
Resource Type: List
Title: <% title %>
Description: <% description %>
Status:
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
---
<%* await tp.file.rename("Resource⸬List-" + tp.date.now("DDMMYYYYHHMMSS")) %>
# <% title %>