update obsidian conf

This commit is contained in:
Antoine 2024-07-30 15:34:37 +02:00
parent 9013b7b71d
commit d98cf75ac5
12 changed files with 2544 additions and 1598 deletions

View file

@ -1,7 +1,6 @@
{ {
"accentColor": "", "accentColor": "",
"theme": "obsidian", "theme": "obsidian",
"interfaceFontFamily": "Inter,JetBrainsMonoNL Nerd Font Mono", "textFontFamily": "Hack Nerd Font Mono,JetBrainsMono Nerd Font Mono",
"textFontFamily": "JetBrainsMonoNL Nerd Font Mono", "cssTheme": "Catppuccin"
"monospaceFontFamily": "JetBrainsMonoNL Nerd Font Mono"
} }

View file

@ -1,4 +1,5 @@
[ [
"obsidian-git",
"obsidian-excalidraw-plugin", "obsidian-excalidraw-plugin",
"obsidian-git" "obsidian-kindle-plugin"
] ]

View file

@ -1 +1,11 @@
{} {
"insert-template": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "T"
}
]
}

View file

@ -1,11 +1,14 @@
{ {
"folder": "Excalidraw", "folder": "Excalidraw",
"embedUseExcalidrawFolder": false, "cropFolder": "",
"annotateFolder": "",
"embedUseExcalidrawFolder": true,
"templateFilePath": "Excalidraw/Template.excalidraw", "templateFilePath": "Excalidraw/Template.excalidraw",
"scriptFolderPath": "Excalidraw/Scripts", "scriptFolderPath": "Excalidraw/Scripts",
"compress": false, "compress": true,
"decompressForMDView": false,
"onceOffCompressFlagReset": true,
"autosave": true, "autosave": true,
"autosaveInterval": 10000,
"autosaveIntervalDesktop": 15000, "autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000, "autosaveIntervalMobile": 10000,
"drawingFilenamePrefix": "Drawing ", "drawingFilenamePrefix": "Drawing ",
@ -13,19 +16,28 @@
"drawingFilnameEmbedPostfix": " ", "drawingFilnameEmbedPostfix": " ",
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss", "drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
"useExcalidrawExtension": true, "useExcalidrawExtension": true,
"cropPrefix": "cropped_",
"annotatePrefix": "annotated_",
"annotatePreserveSize": false,
"previewImageType": "SVGIMG", "previewImageType": "SVGIMG",
"allowImageCache": true, "allowImageCache": true,
"allowImageCacheInScene": true,
"displayExportedImageIfAvailable": false, "displayExportedImageIfAvailable": false,
"previewMatchObsidianTheme": false, "previewMatchObsidianTheme": false,
"width": "400", "width": "400",
"dynamicStyling": "colorful", "height": "",
"dynamicStyling": "gray",
"isLeftHanded": false, "isLeftHanded": false,
"iframeMatchExcalidrawTheme": true, "iframeMatchExcalidrawTheme": true,
"matchTheme": false, "matchTheme": false,
"matchThemeAlways": false, "matchThemeAlways": false,
"matchThemeTrigger": false, "matchThemeTrigger": false,
"defaultMode": "normal", "defaultMode": "normal",
"defaultPenMode": "never", "defaultPenMode": "always",
"penModeCrosshairVisible": true,
"renderImageInMarkdownReadingMode": false,
"renderImageInHoverPreviewForMDNotes": false,
"renderImageInMarkdownToPDF": false,
"allowPinchZoom": false, "allowPinchZoom": false,
"allowWheelZoom": false, "allowWheelZoom": false,
"zoomToFitOnOpen": true, "zoomToFitOnOpen": true,
@ -39,6 +51,8 @@
"hoverPreviewWithoutCTRL": false, "hoverPreviewWithoutCTRL": false,
"linkOpacity": 1, "linkOpacity": 1,
"openInAdjacentPane": false, "openInAdjacentPane": false,
"showSecondOrderLinks": true,
"focusOnFileTab": false,
"openInMainWorkspace": true, "openInMainWorkspace": true,
"showLinkBrackets": true, "showLinkBrackets": true,
"allowCtrlClick": true, "allowCtrlClick": true,
@ -51,19 +65,25 @@
"exportWithTheme": true, "exportWithTheme": true,
"exportWithBackground": true, "exportWithBackground": true,
"exportPaddingSVG": 10, "exportPaddingSVG": 10,
"exportEmbedScene": false,
"keepInSync": false, "keepInSync": false,
"autoexportSVG": false, "autoexportSVG": false,
"autoexportPNG": false, "autoexportPNG": false,
"autoExportLightAndDark": false, "autoExportLightAndDark": false,
"autoexportExcalidraw": false, "autoexportExcalidraw": false,
"embedType": "excalidraw", "embedType": "excalidraw",
"embedMarkdownCommentLinks": true,
"embedWikiLink": true, "embedWikiLink": true,
"syncExcalidraw": false, "syncExcalidraw": false,
"experimentalFileType": false, "experimentalFileType": true,
"experimentalFileTag": "✏️", "experimentalFileTag": "✏️",
"experimentalLivePreview": true, "experimentalLivePreview": true,
"fadeOutExcalidrawMarkup": false,
"loadPropertySuggestions": true,
"experimentalEnableFourthFont": false, "experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil", "experimantalFourthFont": "Virgil",
"addDummyTextElement": false,
"zoteroCompatibility": false,
"fieldSuggester": true, "fieldSuggester": true,
"compatibilityMode": false, "compatibilityMode": false,
"drawingOpenCount": 0, "drawingOpenCount": 0,
@ -71,7 +91,7 @@
"library2": { "library2": {
"type": "excalidrawlib", "type": "excalidrawlib",
"version": 2, "version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.28", "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.9",
"libraryItems": [] "libraryItems": []
}, },
"imageElementNotice": true, "imageElementNotice": true,
@ -83,7 +103,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": true, "defaultTrayMode": true,
"previousRelease": "1.9.28", "previousRelease": "2.2.9",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}", "latexBoilerplate": "\\color{blue}",
@ -416,5 +436,315 @@
"DECAY_LENGTH": 50, "DECAY_LENGTH": 50,
"DECAY_TIME": 1000, "DECAY_TIME": 1000,
"COLOR": "#ff0000" "COLOR": "#ff0000"
} },
"embeddableMarkdownDefaults": {
"useObsidianDefaults": false,
"backgroundMatchCanvas": false,
"backgroundMatchElement": true,
"backgroundColor": "#fff",
"backgroundOpacity": 60,
"borderMatchElement": true,
"borderColor": "#fff",
"borderOpacity": 0,
"filenameVisible": false
},
"canvasImmersiveEmbed": true,
"startupScriptPath": "",
"openAIAPIToken": "",
"openAIDefaultTextModel": "gpt-3.5-turbo-1106",
"openAIDefaultVisionModel": "gpt-4-vision-preview",
"openAIDefaultImageGenerationModel": "dall-e-3",
"openAIURL": "https://api.openai.com/v1/chat/completions",
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
"openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
"openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
"modifierKeyConfig": {
"Mac": {
"LocalFileDragAction": {
"defaultAction": "image-import",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "embeddable"
}
]
},
"WebBrowserDragAction": {
"defaultAction": "image-url",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "link"
},
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": true,
"meta_ctrl": false,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
}
]
},
"InternalDragAction": {
"defaultAction": "link",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": true,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": true,
"result": "image-fullsize"
}
]
},
"LinkClickAction": {
"defaultAction": "new-tab",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "active-pane"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "new-tab"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "new-pane"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "popout-window"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": true,
"result": "md-properties"
}
]
}
},
"Win": {
"LocalFileDragAction": {
"defaultAction": "image-import",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "embeddable"
}
]
},
"WebBrowserDragAction": {
"defaultAction": "image-url",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-url"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image-import"
}
]
},
"InternalDragAction": {
"defaultAction": "link",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "link"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "embeddable"
},
{
"shift": true,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "image"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "image-fullsize"
}
]
},
"LinkClickAction": {
"defaultAction": "new-tab",
"rules": [
{
"shift": false,
"ctrl_cmd": false,
"alt_opt": false,
"meta_ctrl": false,
"result": "active-pane"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": false,
"result": "new-tab"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "new-pane"
},
{
"shift": true,
"ctrl_cmd": true,
"alt_opt": true,
"meta_ctrl": false,
"result": "popout-window"
},
{
"shift": false,
"ctrl_cmd": true,
"alt_opt": false,
"meta_ctrl": true,
"result": "md-properties"
}
]
}
}
},
"slidingPanesSupport": false,
"areaZoomLimit": 1,
"longPressDesktop": 500,
"longPressMobile": 500,
"isDebugMode": false
} }

File diff suppressed because one or more lines are too long

View file

@ -1,11 +1,12 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "1.9.28", "version": "2.2.9",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog", "authorUrl": "https://zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt", "fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false "isDesktopOnly": false
} }

File diff suppressed because one or more lines are too long

View file

@ -1,19 +1,20 @@
{ {
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 10, "autoSaveInterval": 5,
"autoPushInterval": 0, "autoPushInterval": 0,
"autoPullInterval": 30, "autoPullInterval": 10,
"autoPullOnBoot": true, "autoPullOnBoot": false,
"disablePush": false, "disablePush": false,
"pullBeforePush": true, "pullBeforePush": true,
"disablePopups": false, "disablePopups": false,
"disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false, "listChangedFilesInMessageBody": false,
"showStatusBar": true, "showStatusBar": true,
"updateSubmodules": false, "updateSubmodules": false,
"syncMethod": "merge", "syncMethod": "merge",
"customMessageOnAutoBackup": false, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true, "autoBackupAfterFileChange": false,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",
@ -26,6 +27,8 @@
"submoduleRecurseCheckout": false, "submoduleRecurseCheckout": false,
"gitDir": "", "gitDir": "",
"showFileMenu": true, "showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": { "lineAuthor": {
"show": false, "show": false,
"followMovement": "inactive", "followMovement": "inactive",

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
{ {
"id": "obsidian-git", "id": "obsidian-git",
"name": "Obsidian Git", "name": "Git",
"description": "Backup your vault with Git.", "description": "Backup your vault with Git.",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js", "js": "main.js",
"version": "2.22.0" "version": "2.24.1"
} }

View file

@ -8,20 +8,20 @@
} }
} }
.workspace-leaf-content[data-type='git-view'] .button-border { .workspace-leaf-content[data-type="git-view"] .button-border {
border: 2px solid var(--interactive-accent); border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s); border-radius: var(--radius-s);
} }
.workspace-leaf-content[data-type='git-view'] .view-content { .workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0; padding: 0;
} }
.workspace-leaf-content[data-type='git-history-view'] .view-content { .workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0; padding: 0;
} }
.loading>svg { .loading > svg {
animation: 2s linear infinite loading; animation: 2s linear infinite loading;
transform-origin: 50% 50%; transform-origin: 50% 50%;
display: inline-block; display: inline-block;
@ -77,6 +77,18 @@
height: auto; height: auto;
} }
.git-author {
color: var(--text-accent);
}
.git-date {
color: var(--text-accent);
}
.git-ref {
color: var(--text-accent);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none { .workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
display: none; display: none;
} }
@ -228,12 +240,18 @@
} }
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del, .theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del { .theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #ffb6ba; background-color: #ffb6ba;
} }
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del, .theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del { .theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #8d232881; background-color: #8d232881;
} }
@ -249,13 +267,19 @@
} }
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins, .theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins { .theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #97f295; background-color: #97f295;
text-align: left; text-align: left;
} }
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins, .theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins { .theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #1d921996; background-color: #1d921996;
text-align: left; text-align: left;
} }
@ -376,19 +400,31 @@
color: var(--text-normal); color: var(--text-normal);
} }
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-del.d2h-change { .theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #fdf2d0; background-color: #fdf2d0;
} }
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-del.d2h-change { .theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #55492480; background-color: #55492480;
} }
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-ins.d2h-change { .theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: #ded; background-color: #ded;
} }
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-ins.d2h-change { .theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: rgba(37, 78, 37, 0.418); background-color: rgba(37, 78, 37, 0.418);
} }
@ -401,7 +437,9 @@
text-decoration: none; text-decoration: none;
} }
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a:visited { .workspace-leaf-content[data-type="diff-view"]
.d2h-file-list-wrapper
a:visited {
color: #3572b0; color: #3572b0;
} }
@ -427,13 +465,13 @@
padding: 0; padding: 0;
} }
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list>li { .workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li {
border-bottom: 1px solid var(--background-modifier-border); border-bottom: 1px solid var(--background-modifier-border);
margin: 0; margin: 0;
padding: 5px 10px; padding: 5px 10px;
} }
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list>li:last-child { .workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child {
border-bottom: none; border-bottom: none;
} }
@ -501,7 +539,8 @@
background-color: var(--background-secondary); background-color: var(--background-secondary);
} }
.cm-gutterElement.obs-git-blame-gutter > div, .line-author-settings-preview { .cm-gutterElement.obs-git-blame-gutter > div,
.line-author-settings-preview {
/* delegate text color to settings */ /* delegate text color to settings */
color: var(--obs-git-gutter-text); color: var(--obs-git-gutter-text);
font-family: monospace; font-family: monospace;

View file

@ -4,71 +4,35 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "c108fc1bfbc6f0ed", "id": "6dd520b274fc9410",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "d24be380c2e5a032", "id": "67616476b7c73b1d",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "resolutions_2024.md", "file": "val_cenis.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
}, },
{ {
"id": "a12482c4d64aa549", "id": "260b7936cd3b1b43",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "home_network.md", "file": "daily_notes/30-07-2024_daily.md",
"mode": "source",
"source": false
}
}
},
{
"id": "8d47bb8fd5e63990",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "todo.md",
"mode": "source",
"source": false
}
}
},
{
"id": "fdc3303a71d5459f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "laptop_setup.md",
"mode": "source",
"source": false
}
}
},
{
"id": "82c86c1e6fa0a595",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "laptop_setup.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
} }
], ],
"currentTab": 3 "currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -87,7 +51,7 @@
"state": { "state": {
"type": "file-explorer", "type": "file-explorer",
"state": { "state": {
"sortOrder": "alphabetical" "sortOrder": "byCreatedTime"
} }
} }
}, },
@ -97,10 +61,10 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "project",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": true,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical" "sortOrder": "alphabetical"
} }
@ -134,7 +98,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "laptop_setup.md", "file": "daily_notes/30-07-2024_daily.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -151,7 +115,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "laptop_setup.md", "file": "daily_notes/30-07-2024_daily.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -161,10 +125,11 @@
"id": "881e41bf3f60d857", "id": "881e41bf3f60d857",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "tag", "type": "markdown",
"state": { "state": {
"sortOrder": "frequency", "file": "todo.md",
"useHierarchy": true "mode": "source",
"source": false
} }
} }
}, },
@ -174,11 +139,23 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "laptop_setup.md" "file": "daily_notes/30-07-2024_daily.md"
}
}
},
{
"id": "640a8fbdceb3175f",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
} }
} }
} }
] ],
"currentTab": 3
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@ -189,42 +166,52 @@
"hiddenItems": { "hiddenItems": {
"switcher:Open quick switcher": false, "switcher:Open quick switcher": false,
"graph:Open graph view": false, "graph:Open graph view": false,
"canvas:Create new canvas": false, "canvas:Create new canvas": true,
"daily-notes:Open today's daily note": false, "daily-notes:Open today's daily note": false,
"templates:Insert template": false, "templates:Insert template": false,
"command-palette:Open command palette": false, "command-palette:Open command palette": false,
"obsidian-excalidraw-plugin:Create new drawing": false "obsidian-excalidraw-plugin:Create new drawing": false,
"obsidian-kindle-plugin:Sync your Kindle highlights": false
} }
}, },
"active": "fdc3303a71d5459f", "active": "260b7936cd3b1b43",
"lastOpenFiles": [ "lastOpenFiles": [
"val_cenis.md",
"todo.md", "todo.md",
"qun.md",
"Setup system.md",
"self_host.md",
"resolutions_2023.md",
"kids_education.md",
"max_msp_synth.md",
"nas_setup.md",
"laptop_setup.md",
"resolutions_2024.md",
"home_network.md",
"etrennes_2023.md",
"robot_dad.md",
"bitcoin.md",
"project_ideas.md", "project_ideas.md",
"tv_bedroom.md", "tv_bedroom.md",
"daily_notes/30-07-2024_daily.md",
"kindle email address.md",
"Hackers and painters.md",
"fzf.md",
"daily_notes/29-07-2024_daily.md",
"Excalidraw/Drawing 2024-07-30 12.14.10.excalidraw.md",
"daily note creation script.md",
"daily_notes/26-07-2024_daily.md",
"visual thinking.md",
"Stack overflow annual survey.md",
"Untitled",
"differentiation under the integral.md",
"templates/daily.md",
"templates/default_template.md",
"nas_setup.md",
"assistants.md", "assistants.md",
"batawaf.md", "wine.md",
"book_list.md", "22-03-2024_weekly.md",
"conflict-files-obsidian-git.md", "daily_notes",
"steam_deck.md", "rome_we_delph.md",
"val_cenis.md", "Excalidraw/Pkm_optimisations.excalidraw.md",
"trips.md", "Mitch Altman TedX talk.md",
"gifts_christmas_2023.md", "devcontainers.md",
"automation_content.md", "Excalidraw/Drawing 2024-07-24 09.14.27.excalidraw.md",
"article_mfai.md", "kindle_highlights",
"templates",
"v2_19_rome_web-pdf-58ada7aacf00a.pdf",
"software",
"homelab",
"Untitled.canvas", "Untitled.canvas",
"selected",
"weekly_thoughts",
"Excalidraw" "Excalidraw"
] ]
} }