diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..c8c365d --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..436f43c --- /dev/null +++ b/.obsidian/core-plugins-migration.json @@ -0,0 +1,30 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "properties": false, + "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": false +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..9405bfd --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "bookmarks", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json new file mode 100644 index 0000000..1424bfb --- /dev/null +++ b/.obsidian/workspace-mobile.json @@ -0,0 +1,148 @@ +{ + "main": { + "id": "7723768573271ee5", + "type": "split", + "children": [ + { + "id": "159600ab08f1e9ad", + "type": "tabs", + "children": [ + { + "id": "d02c4cddda2ac901", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + }, + { + "id": "2721cf6147d0d241", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "readme.md", + "mode": "source", + "source": false + } + } + } + ], + "currentTab": 1 + } + ], + "direction": "vertical" + }, + "left": { + "id": "1672b4e117481c90", + "type": "mobile-drawer", + "children": [ + { + "id": "51e42f74f4045087", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "cb521e4cf348757f", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "47513847cf7f87b5", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "8daff3ea0ea58c2d", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ], + "currentTab": 0 + }, + "right": { + "id": "d36bbcb824d9999e", + "type": "mobile-drawer", + "children": [ + { + "id": "eef175abb34f886f", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "readme.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "1a508a7143ca9f21", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "readme.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "a53c87949a372915", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "readme.md" + } + } + } + ], + "currentTab": 0 + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "51e42f74f4045087", + "lastOpenFiles": [ + "file-naming.md", + "readme.md" + ] +} \ No newline at end of file diff --git a/file-naming.md b/file-naming.md new file mode 100644 index 0000000..7769a0c --- /dev/null +++ b/file-naming.md @@ -0,0 +1,3 @@ +I prefer using small letters in file names. + +if the name is multi-worded, i prefer seperating the words using a hyphen "-". diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..fdaaf8a --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +This is how i prefer styling my code rn. + +I am working on updating my old code into this format too. + +This is highly opinionated, ofc. + +[file-naming](file-naming.md) +