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": "",
"theme": "obsidian",
"interfaceFontFamily": "Inter,JetBrainsMonoNL Nerd Font Mono",
"textFontFamily": "JetBrainsMonoNL Nerd Font Mono",
"monospaceFontFamily": "JetBrainsMonoNL Nerd Font Mono"
"textFontFamily": "Hack Nerd Font Mono,JetBrainsMono Nerd Font Mono",
"cssTheme": "Catppuccin"
}

View file

@ -1,4 +1,5 @@
[
"obsidian-git",
"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",
"embedUseExcalidrawFolder": false,
"cropFolder": "",
"annotateFolder": "",
"embedUseExcalidrawFolder": true,
"templateFilePath": "Excalidraw/Template.excalidraw",
"scriptFolderPath": "Excalidraw/Scripts",
"compress": false,
"compress": true,
"decompressForMDView": false,
"onceOffCompressFlagReset": true,
"autosave": true,
"autosaveInterval": 10000,
"autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000,
"drawingFilenamePrefix": "Drawing ",
@ -13,19 +16,28 @@
"drawingFilnameEmbedPostfix": " ",
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
"useExcalidrawExtension": true,
"cropPrefix": "cropped_",
"annotatePrefix": "annotated_",
"annotatePreserveSize": false,
"previewImageType": "SVGIMG",
"allowImageCache": true,
"allowImageCacheInScene": true,
"displayExportedImageIfAvailable": false,
"previewMatchObsidianTheme": false,
"width": "400",
"dynamicStyling": "colorful",
"height": "",
"dynamicStyling": "gray",
"isLeftHanded": false,
"iframeMatchExcalidrawTheme": true,
"matchTheme": false,
"matchThemeAlways": false,
"matchThemeTrigger": false,
"defaultMode": "normal",
"defaultPenMode": "never",
"defaultPenMode": "always",
"penModeCrosshairVisible": true,
"renderImageInMarkdownReadingMode": false,
"renderImageInHoverPreviewForMDNotes": false,
"renderImageInMarkdownToPDF": false,
"allowPinchZoom": false,
"allowWheelZoom": false,
"zoomToFitOnOpen": true,
@ -39,6 +51,8 @@
"hoverPreviewWithoutCTRL": false,
"linkOpacity": 1,
"openInAdjacentPane": false,
"showSecondOrderLinks": true,
"focusOnFileTab": false,
"openInMainWorkspace": true,
"showLinkBrackets": true,
"allowCtrlClick": true,
@ -51,19 +65,25 @@
"exportWithTheme": true,
"exportWithBackground": true,
"exportPaddingSVG": 10,
"exportEmbedScene": false,
"keepInSync": false,
"autoexportSVG": false,
"autoexportPNG": false,
"autoExportLightAndDark": false,
"autoexportExcalidraw": false,
"embedType": "excalidraw",
"embedMarkdownCommentLinks": true,
"embedWikiLink": true,
"syncExcalidraw": false,
"experimentalFileType": false,
"experimentalFileType": true,
"experimentalFileTag": "✏️",
"experimentalLivePreview": true,
"fadeOutExcalidrawMarkup": false,
"loadPropertySuggestions": true,
"experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil",
"addDummyTextElement": false,
"zoteroCompatibility": false,
"fieldSuggester": true,
"compatibilityMode": false,
"drawingOpenCount": 0,
@ -71,7 +91,7 @@
"library2": {
"type": "excalidrawlib",
"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": []
},
"imageElementNotice": true,
@ -83,7 +103,7 @@
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": true,
"previousRelease": "1.9.28",
"previousRelease": "2.2.9",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",
@ -416,5 +436,315 @@
"DECAY_LENGTH": 50,
"DECAY_TIME": 1000,
"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",
"name": "Excalidraw",
"version": "1.9.28",
"version": "2.2.9",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because it is too large Load diff

View file

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

View file

@ -8,16 +8,16 @@
}
}
.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-radius: var(--radius-s);
}
.workspace-leaf-content[data-type='git-view'] .view-content {
.workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0;
}
.workspace-leaf-content[data-type='git-history-view'] .view-content {
.workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0;
}
@ -77,6 +77,18 @@
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 {
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-side-line del {
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
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-side-line del {
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
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-side-line ins {
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #97f295;
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-side-line ins {
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #1d921996;
text-align: left;
}
@ -376,19 +400,31 @@
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;
}
.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;
}
.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;
}
.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);
}
@ -401,7 +437,9 @@
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;
}
@ -501,7 +539,8 @@
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 */
color: var(--obs-git-gutter-text);
font-family: monospace;

View file

@ -4,71 +4,35 @@
"type": "split",
"children": [
{
"id": "c108fc1bfbc6f0ed",
"id": "6dd520b274fc9410",
"type": "tabs",
"children": [
{
"id": "d24be380c2e5a032",
"id": "67616476b7c73b1d",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "resolutions_2024.md",
"file": "val_cenis.md",
"mode": "source",
"source": false
}
}
},
{
"id": "a12482c4d64aa549",
"id": "260b7936cd3b1b43",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "home_network.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",
"file": "daily_notes/30-07-2024_daily.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 3
"currentTab": 1
}
],
"direction": "vertical"
@ -87,7 +51,7 @@
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
"sortOrder": "byCreatedTime"
}
}
},
@ -97,10 +61,10 @@
"state": {
"type": "search",
"state": {
"query": "",
"query": "project",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical"
}
@ -134,7 +98,7 @@
"state": {
"type": "backlink",
"state": {
"file": "laptop_setup.md",
"file": "daily_notes/30-07-2024_daily.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -151,7 +115,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "laptop_setup.md",
"file": "daily_notes/30-07-2024_daily.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -161,10 +125,11 @@
"id": "881e41bf3f60d857",
"type": "leaf",
"state": {
"type": "tag",
"type": "markdown",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
"file": "todo.md",
"mode": "source",
"source": false
}
}
},
@ -174,11 +139,23 @@
"state": {
"type": "outline",
"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",
@ -189,42 +166,52 @@
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"canvas:Create new canvas": true,
"daily-notes:Open today's daily note": false,
"templates:Insert template": 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": [
"val_cenis.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",
"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",
"batawaf.md",
"book_list.md",
"conflict-files-obsidian-git.md",
"steam_deck.md",
"val_cenis.md",
"trips.md",
"gifts_christmas_2023.md",
"automation_content.md",
"article_mfai.md",
"wine.md",
"22-03-2024_weekly.md",
"daily_notes",
"rome_we_delph.md",
"Excalidraw/Pkm_optimisations.excalidraw.md",
"Mitch Altman TedX talk.md",
"devcontainers.md",
"Excalidraw/Drawing 2024-07-24 09.14.27.excalidraw.md",
"kindle_highlights",
"templates",
"v2_19_rome_web-pdf-58ada7aacf00a.pdf",
"software",
"homelab",
"Untitled.canvas",
"selected",
"weekly_thoughts",
"Excalidraw"
]
}