This commit is contained in:
Oscar Plaisant
2024-03-28 23:40:47 +01:00
parent bcca52f387
commit 8100d33567
3475 changed files with 1433 additions and 69 deletions

43
.obsidian/app.json vendored
View File

@@ -1,43 +0,0 @@
{
"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"
]
}