Adjust workspace use and related aerospace configs; minor other changes
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
"autoPairBrackets": false,
|
||||
"autoPairMarkdown": false,
|
||||
"useTab": false,
|
||||
"autoConvertHtml": false,
|
||||
"vimMode": true,
|
||||
"autoConvertHtml": true,
|
||||
"vimMode": false,
|
||||
"trashOption": "none",
|
||||
"newFileLocation": "folder",
|
||||
"newFileFolderPath": "inbox",
|
||||
"showUnsupportedFiles": true,
|
||||
"attachmentFolderPath": "inbox",
|
||||
"showInlineTitle": false,
|
||||
"readableLineLength": false
|
||||
"readableLineLength": false,
|
||||
"livePreview": false
|
||||
}
|
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"theme": "obsidian",
|
||||
"accentColor": "#2f930e"
|
||||
"accentColor": "#2f930e",
|
||||
"baseFontSize": 18
|
||||
}
|
22
src_files/.config/obsidian/graph.json
Normal file
22
src_files/.config/obsidian/graph.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"close": false
|
||||
}
|
@@ -1,16 +1,18 @@
|
||||
{
|
||||
"markdown:toggle-preview": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "E"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "R"
|
||||
}
|
||||
],
|
||||
"switcher:open": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "F"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user