This commit is contained in:
Oscar Plaisant
2024-03-29 00:14:48 +01:00
parent 9662f353ee
commit 2aba86b4e7
18 changed files with 353 additions and 113 deletions

44
.obsidian/app.json vendored
View File

@@ -1 +1,43 @@
{}
{
"legacyEditor": false,
"livePreview": true,
"readableLineLength": false,
"foldIndent": true,
"useTab": false,
"vimMode": true,
"alwaysUpdateLinks": true,
"foldHeading": true,
"pdfExportSettings": {
"includeName": true,
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 80
},
"defaultViewMode": "source",
"autoPairMarkdown": false,
"promptDelete": false,
"showFrontmatter": true,
"rightToLeft": false,
"spellcheck": false,
"showUnsupportedFiles": true,
"showLineNumber": false,
"attachmentFolderPath": "attachments",
"userIgnoreFilters": [
"__sekund__/",
"informatique/",
"Excalidraw/",
"images/",
"kanban/",
"templates/",
"blog/",
"daily/"
],
"communityPluginSortOrder": "download",
"newLinkFormat": "shortest",
"autoPairBrackets": true,
"showInlineTitle": true,
"spellcheckDictionary": [
"zettelkasten"
]
}