Auto | arch-x1: 2026-06-05 09:57:18
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Obsidian local UI state / caches
|
||||
.obsidian/workspace.json
|
||||
.obsidian/workspaces.json
|
||||
.obsidian/copilot-index-*.json
|
||||
.obsidian/plugins/typewriter-mode/cursor-positions.json
|
||||
.obsidian/plugins/obsidian-git/obsidian_askpass.sh
|
||||
.obsidian/plugins/**/cache/
|
||||
.obsidian/plugins/**/.cache/
|
||||
.obsidian/plugins/**/node_modules/
|
||||
|
||||
# Plugin configs that can become machine-local or token-bearing
|
||||
.obsidian/plugins/terminal/data.json
|
||||
.obsidian/plugins/obsidian-transcription/data.json
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"timestamps": false,
|
||||
"timestampFormat": "auto",
|
||||
"timestampInterval": "0",
|
||||
"translate": false,
|
||||
"language": "auto",
|
||||
"verbosity": 1,
|
||||
"whisperASRUrls": "http://localhost:9000",
|
||||
"debug": false,
|
||||
"transcriptionEngine": "whisper_asr",
|
||||
"embedAdditionalFunctionality": true,
|
||||
"embedSummary": true,
|
||||
"embedOutline": true,
|
||||
"embedKeywords": true,
|
||||
"swiftink_access_token": null,
|
||||
"swiftink_refresh_token": null,
|
||||
"lineSpacing": "multi",
|
||||
"encode": true,
|
||||
"initialPrompt": "",
|
||||
"vadFilter": false,
|
||||
"wordTimestamps": false
|
||||
}
|
||||
Vendored
-106
@@ -1,106 +0,0 @@
|
||||
{
|
||||
"addToCommand": true,
|
||||
"addToContextMenu": true,
|
||||
"createInstanceNearExistingOnes": true,
|
||||
"errorNoticeTimeout": 0,
|
||||
"exposeInternalModules": true,
|
||||
"focusOnNewInstance": true,
|
||||
"hideStatusBar": "focused",
|
||||
"interceptLogging": true,
|
||||
"language": "",
|
||||
"macOSOptionKeyPassthrough": true,
|
||||
"newInstanceBehavior": "newHorizontalSplit",
|
||||
"noticeTimeout": 5,
|
||||
"openChangelogOnUpdate": true,
|
||||
"pinNewInstance": false,
|
||||
"preferredRenderer": "webgl",
|
||||
"profiles": {
|
||||
"developerConsole": {
|
||||
"followTheme": true,
|
||||
"name": "",
|
||||
"restoreHistory": false,
|
||||
"rightClickAction": "copyPaste",
|
||||
"successExitCodes": [
|
||||
"0",
|
||||
"SIGINT",
|
||||
"SIGTERM"
|
||||
],
|
||||
"terminalOptions": {
|
||||
"documentOverride": null
|
||||
},
|
||||
"type": "developerConsole"
|
||||
},
|
||||
"linuxExternalDefault": {
|
||||
"args": [],
|
||||
"executable": "xterm",
|
||||
"followTheme": true,
|
||||
"name": "",
|
||||
"platforms": {
|
||||
"linux": true
|
||||
},
|
||||
"restoreHistory": false,
|
||||
"rightClickAction": "copyPaste",
|
||||
"successExitCodes": [
|
||||
"0",
|
||||
"SIGINT",
|
||||
"SIGTERM"
|
||||
],
|
||||
"terminalOptions": {
|
||||
"documentOverride": null
|
||||
},
|
||||
"type": "external"
|
||||
},
|
||||
"linuxIntegratedDefault": {
|
||||
"args": [],
|
||||
"executable": "/bin/sh",
|
||||
"followTheme": true,
|
||||
"name": "",
|
||||
"platforms": {
|
||||
"linux": true
|
||||
},
|
||||
"pythonExecutable": "python3",
|
||||
"restoreHistory": false,
|
||||
"rightClickAction": "copyPaste",
|
||||
"successExitCodes": [
|
||||
"0",
|
||||
"SIGINT",
|
||||
"SIGTERM"
|
||||
],
|
||||
"terminalOptions": {
|
||||
"documentOverride": null
|
||||
},
|
||||
"type": "integrated",
|
||||
"useWin32Conhost": true
|
||||
},
|
||||
"7004edff-76db-412f-95d3-5fd8e180d055": {
|
||||
"args": [
|
||||
"--login"
|
||||
],
|
||||
"executable": "/usr/bin/zsh",
|
||||
"followTheme": true,
|
||||
"name": "ZSH",
|
||||
"platforms": {
|
||||
"darwin": false,
|
||||
"linux": true
|
||||
},
|
||||
"pythonExecutable": "python3",
|
||||
"restoreHistory": true,
|
||||
"rightClickAction": "copyPaste",
|
||||
"successExitCodes": [
|
||||
"0",
|
||||
"SIGINT",
|
||||
"SIGTERM"
|
||||
],
|
||||
"terminalOptions": {
|
||||
"fontFamily": "FiraCode Nerd Font Mono",
|
||||
"documentOverride": null
|
||||
},
|
||||
"type": "integrated",
|
||||
"useWin32Conhost": false
|
||||
}
|
||||
},
|
||||
"defaultProfile": "7004edff-76db-412f-95d3-5fd8e180d055",
|
||||
"terminalOptions": {
|
||||
"documentOverride": null
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Vendored
-323
File diff suppressed because one or more lines are too long
Vendored
-4
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"workspaces": {},
|
||||
"active": ""
|
||||
}
|
||||
Reference in New Issue
Block a user