mbp-oskar.lan 2025-5-10:22:1:5
This commit is contained in:
parent
2cd056b158
commit
e15ce96cff
6
.obsidian/community-plugins.json
vendored
6
.obsidian/community-plugins.json
vendored
@ -12,7 +12,9 @@
|
|||||||
"lazy-plugins",
|
"lazy-plugins",
|
||||||
"vault-size-history",
|
"vault-size-history",
|
||||||
"obsidian42-brat",
|
"obsidian42-brat",
|
||||||
"mysnippets-plugin",
|
|
||||||
"dynamic-outline",
|
"dynamic-outline",
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"cmdr",
|
||||||
|
"math-in-callout",
|
||||||
|
"floating-toc"
|
||||||
]
|
]
|
9
.obsidian/plugins/cmdr/data.json
vendored
9
.obsidian/plugins/cmdr/data.json
vendored
@ -4,7 +4,14 @@
|
|||||||
"debug": false,
|
"debug": false,
|
||||||
"editorMenu": [],
|
"editorMenu": [],
|
||||||
"fileMenu": [],
|
"fileMenu": [],
|
||||||
"leftRibbon": [],
|
"leftRibbon": [
|
||||||
|
{
|
||||||
|
"id": "obsidian-git:push",
|
||||||
|
"icon": "lucide-github",
|
||||||
|
"name": "Git: Commit-and-sync",
|
||||||
|
"mode": "any"
|
||||||
|
}
|
||||||
|
],
|
||||||
"rightRibbon": [],
|
"rightRibbon": [],
|
||||||
"titleBar": [],
|
"titleBar": [],
|
||||||
"statusBar": [],
|
"statusBar": [],
|
||||||
|
604
.obsidian/plugins/code-styler/data.json
vendored
604
.obsidian/plugins/code-styler/data.json
vendored
@ -1,604 +0,0 @@
|
|||||||
{
|
|
||||||
"themes": {
|
|
||||||
"Default": {
|
|
||||||
"settings": {
|
|
||||||
"codeblock": {
|
|
||||||
"lineNumbers": true,
|
|
||||||
"unwrapLines": true,
|
|
||||||
"wrapLinesActive": false,
|
|
||||||
"curvature": 4
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"highlight": true,
|
|
||||||
"activeLine": false
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"title": {
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": false,
|
|
||||||
"textItalic": true
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"display": "none",
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": true,
|
|
||||||
"textItalic": false
|
|
||||||
},
|
|
||||||
"languageIcon": {
|
|
||||||
"display": "none",
|
|
||||||
"displayColour": true
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepository": true,
|
|
||||||
"displayVersion": true,
|
|
||||||
"displayTimestamp": true
|
|
||||||
},
|
|
||||||
"fontSize": 14,
|
|
||||||
"foldPlaceholder": ""
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLine": false,
|
|
||||||
"activeEditorLine": false
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"syntaxHighlight": true,
|
|
||||||
"style": true,
|
|
||||||
"fontWeight": 4,
|
|
||||||
"curvature": 6,
|
|
||||||
"paddingVertical": 5,
|
|
||||||
"paddingHorizontal": 5,
|
|
||||||
"marginHorizontal": 0,
|
|
||||||
"titleFontWeight": 8
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"gradientHighlights": false,
|
|
||||||
"gradientHighlightsColourStop": "70%",
|
|
||||||
"languageBorderColour": false,
|
|
||||||
"languageBorderWidth": 5,
|
|
||||||
"iconSize": 28
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"colours": {
|
|
||||||
"light": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--text-faint",
|
|
||||||
"activeTextColour": "--text-muted"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"title": {
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#00FFFF",
|
|
||||||
"displayVersionColour": "#FF00FF",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "--color-base-30"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "--color-base-30",
|
|
||||||
"activeEditorLineColour": "--color-base-20",
|
|
||||||
"defaultColour": "--text-highlight-bg",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal",
|
|
||||||
"activeTextColour": "--code-normal",
|
|
||||||
"titleTextColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dark": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--text-faint",
|
|
||||||
"activeTextColour": "--text-muted"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"title": {
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#00FFFF",
|
|
||||||
"displayVersionColour": "#FF00FF",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "--color-base-30"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "--color-base-30",
|
|
||||||
"activeEditorLineColour": "--color-base-20",
|
|
||||||
"defaultColour": "--text-highlight-bg",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal",
|
|
||||||
"activeTextColour": "--code-normal",
|
|
||||||
"titleTextColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Solarized": {
|
|
||||||
"settings": {
|
|
||||||
"codeblock": {
|
|
||||||
"lineNumbers": true,
|
|
||||||
"unwrapLines": true,
|
|
||||||
"wrapLinesActive": false,
|
|
||||||
"curvature": 4
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"highlight": true,
|
|
||||||
"activeLine": false
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"title": {
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": false,
|
|
||||||
"textItalic": true
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"display": "none",
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": true,
|
|
||||||
"textItalic": false
|
|
||||||
},
|
|
||||||
"languageIcon": {
|
|
||||||
"display": "none",
|
|
||||||
"displayColour": true
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepository": true,
|
|
||||||
"displayVersion": true,
|
|
||||||
"displayTimestamp": true
|
|
||||||
},
|
|
||||||
"fontSize": 14,
|
|
||||||
"foldPlaceholder": ""
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLine": false,
|
|
||||||
"activeEditorLine": false
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"syntaxHighlight": true,
|
|
||||||
"style": true,
|
|
||||||
"fontWeight": 4,
|
|
||||||
"curvature": 6,
|
|
||||||
"paddingVertical": 5,
|
|
||||||
"paddingHorizontal": 5,
|
|
||||||
"marginHorizontal": 0,
|
|
||||||
"titleFontWeight": 8
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"gradientHighlights": false,
|
|
||||||
"gradientHighlightsColourStop": "70%",
|
|
||||||
"languageBorderColour": false,
|
|
||||||
"languageBorderWidth": 5,
|
|
||||||
"iconSize": 28
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"colours": {
|
|
||||||
"light": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "#fdf6e3",
|
|
||||||
"textColour": "#bababa"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "#eee8d5",
|
|
||||||
"textColour": "#6c6c6c",
|
|
||||||
"activeTextColour": "#8c8c8c"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "#D5CCB4",
|
|
||||||
"title": {
|
|
||||||
"textColour": "#866704"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "#B8B5AA",
|
|
||||||
"textColour": "#C25F30"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#941100",
|
|
||||||
"displayVersionColour": "#ff9300",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "#EDD489"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "#eee8d5",
|
|
||||||
"activeEditorLineColour": "#60460633",
|
|
||||||
"defaultColour": "#E9DFBA",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "#fdf6e3",
|
|
||||||
"textColour": "#bababa",
|
|
||||||
"activeTextColour": "#bababa",
|
|
||||||
"titleTextColour": "#C25F30"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dark": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "#002b36",
|
|
||||||
"textColour": "#bababa"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "#073642",
|
|
||||||
"textColour": "#6c6c6c",
|
|
||||||
"activeTextColour": "#4c4c4c"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "#0a4554",
|
|
||||||
"title": {
|
|
||||||
"textColour": "#dadada"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "#008080",
|
|
||||||
"textColour": "#000000"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#00FFFF",
|
|
||||||
"displayVersionColour": "#9437ff",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "#46cced"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "#073642",
|
|
||||||
"activeEditorLineColour": "#468eeb33",
|
|
||||||
"defaultColour": "#054b5c",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "#002b36",
|
|
||||||
"textColour": "#bababa",
|
|
||||||
"activeTextColour": "#bababa",
|
|
||||||
"titleTextColour": "#000000"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"test": {
|
|
||||||
"settings": {
|
|
||||||
"codeblock": {
|
|
||||||
"lineNumbers": true,
|
|
||||||
"unwrapLines": true,
|
|
||||||
"wrapLinesActive": false,
|
|
||||||
"curvature": 4
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"highlight": true,
|
|
||||||
"activeLine": false
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"title": {
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": false,
|
|
||||||
"textItalic": true
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"display": "none",
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": true,
|
|
||||||
"textItalic": false
|
|
||||||
},
|
|
||||||
"languageIcon": {
|
|
||||||
"display": "none",
|
|
||||||
"displayColour": true
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepository": true,
|
|
||||||
"displayVersion": true,
|
|
||||||
"displayTimestamp": true
|
|
||||||
},
|
|
||||||
"fontSize": 14,
|
|
||||||
"foldPlaceholder": ""
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLine": false,
|
|
||||||
"activeEditorLine": false
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"syntaxHighlight": true,
|
|
||||||
"style": true,
|
|
||||||
"fontWeight": 4,
|
|
||||||
"curvature": 6,
|
|
||||||
"paddingVertical": 5,
|
|
||||||
"paddingHorizontal": 5,
|
|
||||||
"marginHorizontal": 0,
|
|
||||||
"titleFontWeight": 8
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"gradientHighlights": false,
|
|
||||||
"gradientHighlightsColourStop": "70%",
|
|
||||||
"languageBorderColour": false,
|
|
||||||
"languageBorderWidth": 5,
|
|
||||||
"iconSize": 28
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"colours": {
|
|
||||||
"light": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--text-faint",
|
|
||||||
"activeTextColour": "--text-muted"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"title": {
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#00FFFF",
|
|
||||||
"displayVersionColour": "#FF00FF",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "--color-base-30"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "--color-base-30",
|
|
||||||
"activeEditorLineColour": "--color-base-20",
|
|
||||||
"defaultColour": "--text-highlight-bg",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal",
|
|
||||||
"activeTextColour": "--code-normal",
|
|
||||||
"titleTextColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dark": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--text-faint",
|
|
||||||
"activeTextColour": "--text-muted"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"title": {
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#00FFFF",
|
|
||||||
"displayVersionColour": "#FF00FF",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "--color-base-30"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "--color-base-30",
|
|
||||||
"activeEditorLineColour": "--color-base-20",
|
|
||||||
"defaultColour": "--text-highlight-bg",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal",
|
|
||||||
"activeTextColour": "--code-normal",
|
|
||||||
"titleTextColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"selectedTheme": "test",
|
|
||||||
"currentTheme": {
|
|
||||||
"settings": {
|
|
||||||
"codeblock": {
|
|
||||||
"lineNumbers": true,
|
|
||||||
"unwrapLines": true,
|
|
||||||
"wrapLinesActive": false,
|
|
||||||
"curvature": 4
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"highlight": true,
|
|
||||||
"activeLine": false
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"title": {
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": false,
|
|
||||||
"textItalic": true
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"display": "none",
|
|
||||||
"textFont": "",
|
|
||||||
"textBold": true,
|
|
||||||
"textItalic": false
|
|
||||||
},
|
|
||||||
"languageIcon": {
|
|
||||||
"display": "none",
|
|
||||||
"displayColour": true
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepository": true,
|
|
||||||
"displayVersion": true,
|
|
||||||
"displayTimestamp": true
|
|
||||||
},
|
|
||||||
"fontSize": 14,
|
|
||||||
"foldPlaceholder": ""
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLine": false,
|
|
||||||
"activeEditorLine": false
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"syntaxHighlight": true,
|
|
||||||
"style": false,
|
|
||||||
"fontWeight": 4,
|
|
||||||
"curvature": 6,
|
|
||||||
"paddingVertical": 5,
|
|
||||||
"paddingHorizontal": 5,
|
|
||||||
"marginHorizontal": 0,
|
|
||||||
"titleFontWeight": 8
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"gradientHighlights": false,
|
|
||||||
"gradientHighlightsColourStop": "70%",
|
|
||||||
"languageBorderColour": true,
|
|
||||||
"languageBorderWidth": 5,
|
|
||||||
"iconSize": 28
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"colours": {
|
|
||||||
"light": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--text-faint",
|
|
||||||
"activeTextColour": "--text-muted"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"title": {
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#00FFFF",
|
|
||||||
"displayVersionColour": "#FF00FF",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "--color-base-30"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "--color-base-30",
|
|
||||||
"activeEditorLineColour": "--color-base-20",
|
|
||||||
"defaultColour": "--text-highlight-bg",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal",
|
|
||||||
"activeTextColour": "--code-normal",
|
|
||||||
"titleTextColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dark": {
|
|
||||||
"codeblock": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal"
|
|
||||||
},
|
|
||||||
"gutter": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--text-faint",
|
|
||||||
"activeTextColour": "--text-muted"
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"title": {
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"languageTag": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"externalReference": {
|
|
||||||
"displayRepositoryColour": "#00FFFF",
|
|
||||||
"displayVersionColour": "#FF00FF",
|
|
||||||
"displayTimestampColour": "#808080"
|
|
||||||
},
|
|
||||||
"lineColour": "--color-base-30"
|
|
||||||
},
|
|
||||||
"highlights": {
|
|
||||||
"activeCodeblockLineColour": "--color-base-30",
|
|
||||||
"activeEditorLineColour": "--color-base-20",
|
|
||||||
"defaultColour": "--text-highlight-bg",
|
|
||||||
"alternativeHighlights": {}
|
|
||||||
},
|
|
||||||
"inline": {
|
|
||||||
"backgroundColour": "--code-background",
|
|
||||||
"textColour": "--code-normal",
|
|
||||||
"activeTextColour": "--code-normal",
|
|
||||||
"titleTextColour": "--code-comment"
|
|
||||||
},
|
|
||||||
"advanced": {
|
|
||||||
"buttonColour": "--text-muted",
|
|
||||||
"buttonActiveColour": "--text-normal"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"newTheme": "",
|
|
||||||
"newHighlight": "",
|
|
||||||
"exampleCodeblockParameters": "python title:foo",
|
|
||||||
"exampleCodeblockContent": "print(\"This line is very long and should be used as an example for how the plugin deals with wrapping and unwrapping very long lines given the choice of codeblock parameters and settings.\")\nprint(\"This line is highlighted.\")",
|
|
||||||
"exampleInlineCode": "{latex icon title:foo} \\cos(x_n{}^2)+1",
|
|
||||||
"decoratePrint": true,
|
|
||||||
"excludedLanguages": "ad-*, reference",
|
|
||||||
"externalReferenceUpdateOnLoad": false,
|
|
||||||
"processedCodeblocksWhitelist": "run-*, include",
|
|
||||||
"redirectLanguages": {},
|
|
||||||
"version": "1.1.7"
|
|
||||||
}
|
|
20045
.obsidian/plugins/code-styler/main.js
vendored
20045
.obsidian/plugins/code-styler/main.js
vendored
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/code-styler/manifest.json
vendored
11
.obsidian/plugins/code-styler/manifest.json
vendored
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "code-styler",
|
|
||||||
"name": "Code Styler",
|
|
||||||
"version": "1.1.7",
|
|
||||||
"minAppVersion": "0.15.0",
|
|
||||||
"description": "Style and customize codeblocks and inline code in both editing mode and reading mode.",
|
|
||||||
"author": "Mayuran Visakan",
|
|
||||||
"authorUrl": "https://github.com/mayurankv",
|
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/mayurankv2",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
{}
|
|
1348
.obsidian/plugins/code-styler/styles.css
vendored
1348
.obsidian/plugins/code-styler/styles.css
vendored
File diff suppressed because it is too large
Load Diff
11
.obsidian/plugins/floating-toc/data.json
vendored
Normal file
11
.obsidian/plugins/floating-toc/data.json
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"ignoreHeaders": "",
|
||||||
|
"ignoreTopHeader": false,
|
||||||
|
"positionStyle": "left",
|
||||||
|
"isLoadOnMobile": true,
|
||||||
|
"isLeft": false,
|
||||||
|
"isDefaultPin": false,
|
||||||
|
"isTooltip": false,
|
||||||
|
"defaultCollapsedLevel": 6,
|
||||||
|
"expandAllSubheadings": false
|
||||||
|
}
|
10
.obsidian/plugins/obsidian-git/data.json
vendored
10
.obsidian/plugins/obsidian-git/data.json
vendored
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"commitMessage": "vault backup: {{date}}",
|
"commitMessage": "backup : {{date}} ({{numFiles}} file·s changed)",
|
||||||
"autoCommitMessage": "{{date}} backup ({{numFiles}} changed)",
|
"autoCommitMessage": "{{date}} backup ({{numFiles}} changed)",
|
||||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"autoSaveInterval": 0,
|
"autoSaveInterval": 5,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 0,
|
"autoPullInterval": 0,
|
||||||
"autoPullOnBoot": true,
|
"autoPullOnBoot": true,
|
||||||
@ -11,17 +11,17 @@
|
|||||||
"disablePopups": false,
|
"disablePopups": false,
|
||||||
"showErrorNotices": true,
|
"showErrorNotices": true,
|
||||||
"disablePopupsForNoChanges": false,
|
"disablePopupsForNoChanges": false,
|
||||||
"listChangedFilesInMessageBody": false,
|
"listChangedFilesInMessageBody": true,
|
||||||
"showStatusBar": true,
|
"showStatusBar": true,
|
||||||
"updateSubmodules": false,
|
"updateSubmodules": false,
|
||||||
"syncMethod": "merge",
|
"syncMethod": "merge",
|
||||||
"customMessageOnAutoBackup": false,
|
"customMessageOnAutoBackup": false,
|
||||||
"autoBackupAfterFileChange": false,
|
"autoBackupAfterFileChange": true,
|
||||||
"treeStructure": false,
|
"treeStructure": false,
|
||||||
"refreshSourceControl": true,
|
"refreshSourceControl": true,
|
||||||
"basePath": "",
|
"basePath": "",
|
||||||
"differentIntervalCommitAndPush": false,
|
"differentIntervalCommitAndPush": false,
|
||||||
"changedFilesInStatusBar": false,
|
"changedFilesInStatusBar": true,
|
||||||
"showedMobileNotice": true,
|
"showedMobileNotice": true,
|
||||||
"refreshSourceControlTimer": 7000,
|
"refreshSourceControlTimer": 7000,
|
||||||
"showBranchStatusBar": true,
|
"showBranchStatusBar": true,
|
||||||
|
27348
.obsidian/plugins/obsidian-query-language/main.js
vendored
27348
.obsidian/plugins/obsidian-query-language/main.js
vendored
File diff suppressed because it is too large
Load Diff
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "obsidian-query-language",
|
|
||||||
"name": "Obsidian Query Language",
|
|
||||||
"version": "2.1.1",
|
|
||||||
"description": "This plugin allows you to query notes and represent data within Obsidian",
|
|
||||||
"author": "Joost Plattel",
|
|
||||||
"authorUrl": "https://jplattel.nl",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
@ -1,39 +0,0 @@
|
|||||||
/* OQL badge to show this is the result */
|
|
||||||
.oql-badge::before{
|
|
||||||
content: "OQL";
|
|
||||||
background-color: #d1ecf1;
|
|
||||||
border-radius: 5px;
|
|
||||||
color: #0c5460;
|
|
||||||
border-color: #bee5eb;
|
|
||||||
border: 1px solid;
|
|
||||||
font-size: 11px;
|
|
||||||
margin-top: 0px;
|
|
||||||
min-width: 20px;
|
|
||||||
padding: 2px;
|
|
||||||
margin-right: 10px;
|
|
||||||
position: absolute;
|
|
||||||
text-align: center;
|
|
||||||
right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.oql-debug {
|
|
||||||
max-height: 250px;
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
|
||||||
|
|
||||||
.oql-error {
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #721c24;
|
|
||||||
background-color: #f8d7da;
|
|
||||||
border-color: #f5c6cb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.oql-warning {
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #945a13;
|
|
||||||
background-color: #e1dcb1;
|
|
||||||
border-color: #ffc814;
|
|
||||||
margin-bottom: 10px
|
|
||||||
}
|
|
9
.obsidian/plugins/vertical-tabs/data.json
vendored
9
.obsidian/plugins/vertical-tabs/data.json
vendored
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"showActiveTabs": true,
|
|
||||||
"hideSidebars": true,
|
|
||||||
"sidebarTabTypes": [
|
|
||||||
"markdown"
|
|
||||||
],
|
|
||||||
"sidebarExcludeSelf": true,
|
|
||||||
"zenMode": false
|
|
||||||
}
|
|
145
.obsidian/plugins/vertical-tabs/main.js
vendored
145
.obsidian/plugins/vertical-tabs/main.js
vendored
File diff suppressed because one or more lines are too long
13
.obsidian/plugins/vertical-tabs/manifest.json
vendored
13
.obsidian/plugins/vertical-tabs/manifest.json
vendored
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "vertical-tabs",
|
|
||||||
"name": "Vertical Tabs",
|
|
||||||
"version": "0.14.0",
|
|
||||||
"minAppVersion": "1.6.2",
|
|
||||||
"description": "Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.",
|
|
||||||
"author": "oxdc",
|
|
||||||
"authorUrl": "https://github.com/oxdc",
|
|
||||||
"isDesktopOnly": false,
|
|
||||||
"fundingUrl": {
|
|
||||||
"Ko-fi": "https://ko-fi.com/oxdcq"
|
|
||||||
}
|
|
||||||
}
|
|
1
.obsidian/plugins/vertical-tabs/styles.css
vendored
1
.obsidian/plugins/vertical-tabs/styles.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user