this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

We now keep an obsidian (I hate committing .obsidian do not make me regret this)

+70
+9
.gitignore
··· 42 42 /built 43 43 # mise system-specific config file 44 44 .mise.toml 45 + 46 + 47 + # Obsidian 48 + /notes/.obsidian/appearance.json 49 + /notes/.obsidian/plugins/obsidian-git/styles.css 50 + /notes/.obsidian/workspace.json 51 + /notes/.obsidian/app.json 52 + /notes/.obsidian/plugins/obsidian-git/main.js 53 + /notes/.obsidian/plugins/obsidian-git/manifest.json
+3
notes/.obsidian/backlink.json
··· 1 + { 2 + "backlinkInDocument": true 3 + }
+3
notes/.obsidian/community-plugins.json
··· 1 + [ 2 + "obsidian-git" 3 + ]
+33
notes/.obsidian/core-plugins.json
··· 1 + { 2 + "file-explorer": true, 3 + "global-search": true, 4 + "switcher": true, 5 + "graph": true, 6 + "backlink": true, 7 + "canvas": true, 8 + "outgoing-link": true, 9 + "tag-pane": true, 10 + "footnotes": true, 11 + "properties": false, 12 + "page-preview": true, 13 + "daily-notes": true, 14 + "templates": true, 15 + "note-composer": true, 16 + "command-palette": true, 17 + "slash-command": false, 18 + "editor-status": true, 19 + "bookmarks": true, 20 + "markdown-importer": false, 21 + "zk-prefixer": true, 22 + "random-note": false, 23 + "outline": true, 24 + "word-count": true, 25 + "slides": false, 26 + "audio-recorder": false, 27 + "workspaces": false, 28 + "file-recovery": true, 29 + "publish": false, 30 + "sync": false, 31 + "bases": true, 32 + "webviewer": false 33 + }
+22
notes/.obsidian/graph.json
··· 1 + { 2 + "collapse-filter": true, 3 + "search": "", 4 + "showTags": false, 5 + "showAttachments": false, 6 + "hideUnresolved": false, 7 + "showOrphans": true, 8 + "collapse-color-groups": true, 9 + "colorGroups": [], 10 + "collapse-display": true, 11 + "showArrow": false, 12 + "textFadeMultiplier": 0, 13 + "nodeSizeMultiplier": 1, 14 + "lineSizeMultiplier": 1, 15 + "collapse-forces": true, 16 + "centerStrength": 0.518713248970312, 17 + "repelStrength": 10, 18 + "linkStrength": 1, 19 + "linkDistance": 250, 20 + "scale": 1, 21 + "close": true 22 + }