diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index c466d27..7c278b0 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -10,6 +10,16 @@ font-display: swap; } +pre { + tab-size: 2; /* Set tab size to 2 spaces */ + -moz-tab-size: 2; /* For Firefox */ +} + +code { + tab-size: 2; /* Set tab size for inline code */ + -moz-tab-size: 2; /* For Firefox */ +} + body { font-family: "AdwaitaSans", sans-serif; } diff --git a/content/.obsidian/plugins/obsidian-linter/data.json b/content/.obsidian/plugins/obsidian-linter/data.json index 61d0a83..2d85c31 100644 --- a/content/.obsidian/plugins/obsidian-linter/data.json +++ b/content/.obsidian/plugins/obsidian-linter/data.json @@ -262,7 +262,7 @@ "enabled": false }, "remove-leading-or-trailing-whitespace-on-paste": { - "enabled": false + "enabled": true }, "remove-leftover-footnotes-from-quote-on-paste": { "enabled": false diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index d7d60e1..3345537 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -11,12 +11,14 @@ "id": "ab03f7100c1ce0fb", "type": "leaf", "state": { - "type": "image", + "type": "markdown", "state": { - "file": "notes/ready/binary_operations/d1.png" + "file": "notes/ready/flask.md", + "mode": "source", + "source": false }, - "icon": "lucide-image", - "title": "d1" + "icon": "lucide-file", + "title": "flask" } } ] @@ -139,13 +141,13 @@ "state": { "type": "outline", "state": { - "file": "notes/ready/binary_operations/d1.png", + "file": "notes/ready/flask.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of d1" + "title": "Outline of flask" } } ], @@ -167,15 +169,19 @@ "table-editor-obsidian:Advanced Tables Toolbar": false } }, - "active": "b73f137a8a755c19", + "active": "ab03f7100c1ce0fb", "lastOpenFiles": [ + "notes/ready/gdb.md", + "notes/ready/git.md", + "notes/ready/http.md", + "notes/ready/html.md", + "notes/ready/binary_operations/d1.png", "notes/ready/binary_operations/index.md", "notes/ready/binary_operations/d6.png", "notes/ready/binary_operations/d5.png", "notes/ready/binary_operations/d4.png", "notes/ready/binary_operations/d3.png", "notes/ready/binary_operations/d2.png", - "notes/ready/binary_operations/d1.png", "notes/ready/binary_operations/multiplication.png", "TODO.md", "notes/ready/firewall.md", @@ -197,9 +203,6 @@ "ready/tmux/index.md", "ready/transistors/index.md", "ready/c-language.md", - "ready/c-snippets.md", - "ready/compiling.md", - "ready/diodes.md", - "ready/encryption.md" + "ready/c-snippets.md" ] } \ No newline at end of file