init repo

This commit is contained in:
Philippe 2026-03-21 11:56:08 +01:00
commit e633ee173d
6 changed files with 44 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.obsidian/workspace
.obsidian/workspace.json
.obsidian/plugins/obsidian-git/data.json
.trash/
*.tmp
.DS_Store

1
.obsidian/app.json vendored Normal file
View file

@ -0,0 +1 @@
{}

1
.obsidian/appearance.json vendored Normal file
View file

@ -0,0 +1 @@
{}

33
.obsidian/core-plugins.json vendored Normal file
View file

@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"snyk.advanced.autoSelectOrganization": true
}

0
00-inbox/todo.md Normal file
View file