clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update mermaid

sspaeti 004e890d 378c1692

+7 -1
+2 -1
obsidian/appearance.json
··· 3 3 "cssTheme": "Kanagawa", 4 4 "theme": "obsidian", 5 5 "enabledCssSnippets": [ 6 - "hide_file_in_filetree" 6 + "hide_file_in_filetree", 7 + "mermaid" 7 8 ], 8 9 "translucency": false, 9 10 "accentColor": "#658594",
+5
obsidian/snippets/mermaid.css
··· 1 + /* avoids right side cut of diagrams with readable line length */ 2 + svg[id^="m"][width][height][viewBox] { 3 + width: 100%; 4 + height: auto; 5 + }