Added more plugins and tweaked some settings

This commit is contained in:
2026-07-23 14:49:30 -04:00
parent b2958c50eb
commit 641bbb348f
20 changed files with 81141 additions and 11 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"showSheetButton": "true",
"folder": "/",
"fileLocationMode": "current-sub",
"fileSubFolder": "Sheets",
"excelFilenamePrefix": "Excel ",
"excelFilenameDateTime": "DD-MM_MMM-YYYY HH.mm.ss",
"sheetHeight": "300",
"rowHeight": "25",
"colWidth": "100",
"authorizationCode": "",
"embedLinkShowFooter": "false",
"embedLinkOpenMode": "split-right",
"numberFormatLocal": "en",
"mobileRenderMode": "desktop",
"darkModal": "dark",
"isBigSheet": "false",
"fontFolder": "",
"selectedFontName": ""
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "sheet-plus",
"name": "Sheet Plus",
"version": "2.12.11",
"minAppVersion": "1.5.11",
"description": "Create Excel-like spreadsheets and easily embed them in Markdown.",
"author": "ljcoder",
"authorUrl": "https://github.com/ljcoder2015",
"fundingUrl": "https://ko-fi.com/ljcoder",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long