Skip to content

Commit

Permalink
eow
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaticcalf committed Jan 20, 2024
0 parents commit c53625e
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 0 deletions.
1 change: 1 addition & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
30 changes: 30 additions & 0 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -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
}
20 changes: 20 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -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"
]
1 change: 1 addition & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
148 changes: 148 additions & 0 deletions .obsidian/workspace-mobile.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
3 changes: 3 additions & 0 deletions file-naming.md
Original file line number Diff line number Diff line change
@@ -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 "-".
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c53625e

Please sign in to comment.