upgrade to 3.0

This commit is contained in:
Kathleen Fitzpatrick
2024-10-14 19:27:15 -04:00
parent e8f8a543de
commit 655ad0ded8
1988 changed files with 47081 additions and 263 deletions

View File

@@ -0,0 +1,34 @@
{
"lightStyle": "minimal-light",
"darkStyle": "minimal-dark",
"lightScheme": "minimal-default-light",
"darkScheme": "minimal-default-dark",
"editorFont": "",
"lineHeight": 1.7,
"lineWidth": 50,
"lineWidthWide": 60,
"maxWidth": 88,
"textNormal": 17,
"textSmall": 13,
"imgGrid": false,
"imgWidth": "img-default-width",
"tableWidth": "table-default-width",
"iframeWidth": "iframe-default-width",
"mapWidth": "map-default-width",
"chartWidth": "chart-default-width",
"colorfulHeadings": false,
"colorfulFrame": false,
"colorfulActiveStates": false,
"trimNames": true,
"labeledNav": false,
"fullWidthMedia": true,
"bordersToggle": true,
"minimalStatus": true,
"focusMode": false,
"underlineInternal": true,
"underlineExternal": true,
"folding": true,
"lineNumbers": false,
"readableLineLength": true,
"devBlockWidth": false
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings",
"version": "7.5.0",
"minAppVersion": "1.1.9",
"description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false
}

View File

@@ -0,0 +1 @@
/* Empty */

View File

@@ -0,0 +1,25 @@
{
"extensions": [
"ts",
"js",
"py",
"css",
"c",
"cpp",
"go",
"rs",
"java",
"lua",
"php",
"xml",
"njk"
],
"folding": true,
"lineNumbers": true,
"wordWrap": true,
"minimap": true,
"semanticValidation": true,
"syntaxValidation": true,
"themeColor": "AUTO",
"fontSize": 16
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "vscode-editor",
"name": "VSCode Editor",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Edit Code Files like VSCode.",
"author": "sunxvming",
"authorUrl": "https://github.com/sunxvming",
"fundingUrl": "https://www.buymeacoffee.com/sunxvming",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long