first commit

This commit is contained in:
Kathleen Fitzpatrick
2024-04-15 08:50:35 -04:00
parent 2fa7b25bf8
commit 0f57f997be
24 changed files with 56696 additions and 0 deletions

View File

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

1369
.obsidian/plugins/vscode-editor/main.js vendored Normal file

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
}

4616
.obsidian/plugins/vscode-editor/styles.css vendored Normal file

File diff suppressed because one or more lines are too long