vault backup: 2024-03-26 12:17:52
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
"enableDeleteCodeButton": false,
|
||||
"codeBlockBorderStylingPosition": "disable",
|
||||
"showIndentationLines": false,
|
||||
"enableCopyCodeButton": false,
|
||||
"enableCopyCodeButton": true,
|
||||
"enableLinks": false,
|
||||
"enableLinkUpdate": false,
|
||||
"textHighlight": true
|
||||
@@ -250,7 +250,7 @@
|
||||
"forceCurrentColorUse": false
|
||||
},
|
||||
"common": {
|
||||
"enableInSourceMode": false
|
||||
"enableInSourceMode": true
|
||||
},
|
||||
"enableEditorActiveLineHighlight": true
|
||||
},
|
||||
@@ -316,7 +316,7 @@
|
||||
"alternateHighlightColorName": "",
|
||||
"languageBorderColorName": "",
|
||||
"foldAllCommand": false,
|
||||
"settingsType": "basic",
|
||||
"settingsType": "codeblock",
|
||||
"langSpecificSettingsType": "",
|
||||
"languageSpecificLanguageName": ""
|
||||
}
|
||||
22
.obsidian/plugins/hk-code-block/data.json
vendored
22
.obsidian/plugins/hk-code-block/data.json
vendored
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"useTitleGlobal": "default off, but on when specified",
|
||||
"useCollapsibleGlobal": "default on, but off when specified",
|
||||
"defaultCollapse": "expand",
|
||||
"showCollapseBtn": true,
|
||||
"useLinenosGlobal": "default on, but off when specified",
|
||||
"defaultLinenosStart": 1,
|
||||
"showLinenosSplitter": true,
|
||||
"useHighlightGlobal": "default off, but on when specified",
|
||||
"highlightColor": "#ff0000",
|
||||
"useLanguageGlobal": "default on, but off when specified",
|
||||
"defaultLanguage": "plain text",
|
||||
"useCopyBtnGlobal": "default on, but off when specified",
|
||||
"usePromptGlobal": "default on, but off when specified",
|
||||
"promptingLanguages": [
|
||||
"bash"
|
||||
],
|
||||
"defaultPrompt": "$",
|
||||
"useResultGlobal": true,
|
||||
"defaultResultPrompt": "Result",
|
||||
"debugMode": false
|
||||
}
|
||||
627
.obsidian/plugins/hk-code-block/main.js
vendored
627
.obsidian/plugins/hk-code-block/main.js
vendored
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/hk-code-block/manifest.json
vendored
11
.obsidian/plugins/hk-code-block/manifest.json
vendored
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"id": "hk-code-block",
|
||||
"name": "HK Code Block",
|
||||
"version": "0.4.1",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Obsidian plugin developed by Heekang Park; Make code block looking good on reading view",
|
||||
"author": "Heekang Park",
|
||||
"authorUrl": "https://github.com/HeekangPark",
|
||||
"fundingUrl": "",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
241
.obsidian/plugins/hk-code-block/styles.css
vendored
241
.obsidian/plugins/hk-code-block/styles.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user