Skip to content

Commit

Permalink
added obsidian conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Eyed committed Jul 16, 2023
1 parent 4becd70 commit aed95df
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "docs",
"newLinkFormat": "relative",
"useMarkdownLinks": true,
"attachmentFolderPath": "attachements"
}
3 changes: 3 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
29 changes: 29 additions & 0 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"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 @@
{}
196 changes: 196 additions & 0 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
{
"main": {
"id": "26dd7efeef9b209d",
"type": "split",
"children": [
{
"id": "8c342321677223de",
"type": "tabs",
"children": [
{
"id": "abd20b2a2686f2c3",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
}
}
},
{
"id": "79d37656cfb4a9eb",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
}
}
},
{
"id": "c0d0ba6c87403466",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "docs/SSH.md",
"mode": "source",
"source": false
}
}
},
{
"id": "0c7a2a61d6f182d0",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "docs/SSH.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 3
}
],
"direction": "vertical"
},
"left": {
"id": "e0debe47cd276719",
"type": "split",
"children": [
{
"id": "dcd4a6b2a7864096",
"type": "tabs",
"children": [
{
"id": "e1e790edf92e36c3",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "aef4d37fbd259457",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "a5e9b4686972779d",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "917ab641155b0455",
"type": "split",
"children": [
{
"id": "ca50ce8dc6b04e8f",
"type": "tabs",
"children": [
{
"id": "ded1ca442de072ed",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "docs/SSH.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "6fb6a3e74e82debd",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "docs/SSH.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "fa2c7ebea8bfc4bf",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "fc66b653869ecc3d",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "docs/SSH.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"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": "0c7a2a61d6f182d0",
"lastOpenFiles": [
"docs/ssh-copy-id for windows.md",
"docs/ssh jump server.md",
"docs/ssh dir permissions.md",
"docs/SSH.md",
"README.md",
"SSH.md",
"gitattributes.txt"
]
}

0 comments on commit aed95df

Please sign in to comment.