Plugins updated second commit

This commit is contained in:
2026-08-22 10:07:25 -04:00
parent 4ed9986b1f
commit 2b3e04e0ff
21 changed files with 93222 additions and 588 deletions
+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",
+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.7", "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",
+1 -1
View File
@@ -1010,7 +1010,7 @@
"99 Toolkit/Templates" "99 Toolkit/Templates"
], ],
"announceUpdates": "major", "announceUpdates": "major",
"version": "2.21.0", "version": "2.22.0",
"globalVariables": {}, "globalVariables": {},
"onePageInputEnabled": false, "onePageInputEnabled": false,
"disableOnlineFeatures": true, "disableOnlineFeatures": true,
+143 -140
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "quickadd", "id": "quickadd",
"name": "QuickAdd", "name": "QuickAdd",
"version": "2.21.0", "version": "2.22.0",
"minAppVersion": "1.13.0", "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",
+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": ""
} }
+384 -384
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.13", "version": "2.12.15",
"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
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "2.24.3", "version": "2.25.0",
"description": "Advanced templating and automation using handlebars-like syntax.", "description": "Advanced templating and automation using handlebars-like syntax.",
"minAppVersion": "1.13.0", "minAppVersion": "1.13.0",
"author": "SilentVoid", "author": "SilentVoid",
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,29 @@
Just putting things down to get them down.
- 3D printer filament - 102L tote? or something smaller/half size
- Faerie Lights - Small rubbermaid
- Sound equipment (storage) - Small rubbermaid
- Sound equipment (Cables) (Entertainment Unit) - Small rubbermaid
- Entertainment Unit loose electronics - Medium rubbermaid
- Fan,Humidifier,Air Purifier,etc. - 102L tote
- Hard drives - small rubbermaid
- Books - Medium Rubbermaid
- Binders - Medium Rubbermaid
- Kitchen Cutlery - Small rubbermaid
- Plates/Bowls/Mugs/etc. - Medium rubbermaid
- Pots & Pans - 102L Tote
- Kitchen Appliances - 102L Tote
- Canned/Bagged goods - Large Rubbermaid
- Blankets/Bedding/Pillows/etc - 2x Large Rubbermaid
- Electric Trinkets - 3x small rubbermaid
- Stuffies - 2x Large rubbermaid
# Costing
5x - Small Rubbermaid - 11L - [Canadian Tire](https://www.canadiantire.ca/en/pdp/rubbermaid-roughneck-stackable-storage-box-with-lid-11-l-blue-1428066p.html?rq=rubbermaid+tote) - $10ea
5x - Medium Rubbermaid - 38L - [Canadian Tire](https://www.canadiantire.ca/en/pdp/rubbermaid-roughneck-stackable-storage-box-with-lid-38-l-blue-0422964p.html?rq=rubbermaid+tote) - $16ea
5x - Large Rubbermaid - 53L - [Canadian Tire](https://www.canadiantire.ca/en/pdp/rubbermaid-roughneck-stackable-storage-box-with-lid-53-l-blue-0423080p.html?rq=rubbermaid+tote) - $17ea
3x - 102L Tote 2pk - 102L - [Canadian Tire](https://www.canadiantire.ca/en/pdp/mastercraft-heavy-duty-plastic-storage-box-container-102-l-black-2-pk-4990163p.html?rq=102L+tote) - $25ea