Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
febinjoy committed Oct 19, 2024
1 parent aeabe63 commit b0a1a27
Show file tree
Hide file tree
Showing 162 changed files with 133,963 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/.trash
1 change: 1 addition & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
30 changes: 30 additions & 0 deletions .obsidian/core-plugins.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
}
159 changes: 159 additions & 0 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
{
"main": {
"id": "d8ae5b2c9502ea04",
"type": "split",
"children": [
{
"id": "16b8e0063ee650f5",
"type": "tabs",
"children": [
{
"id": "f4269f6453b4e7cd",
"type": "leaf",
"state": {
"type": "empty",
"state": {},
"icon": "lucide-file",
"title": "New tab"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "fd8d1ad46f42c9de",
"type": "split",
"children": [
{
"id": "3c5568907290c9d3",
"type": "tabs",
"children": [
{
"id": "1ee790134f40a151",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "47878d6c6511b3c2",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "5a5593ec6bca74c1",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "de23346348aa4ccd",
"type": "split",
"children": [
{
"id": "411168a78114e014",
"type": "tabs",
"children": [
{
"id": "db1dcc79ab90929b",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks"
}
},
{
"id": "0e32809ba5c26c39",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links"
}
},
{
"id": "963098a436ae733f",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "1eb9bdaf3c934248",
"type": "leaf",
"state": {
"type": "outline",
"state": {},
"icon": "lucide-list",
"title": "Outline"
}
}
]
}
],
"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": "f4269f6453b4e7cd",
"lastOpenFiles": []
}
8 changes: 8 additions & 0 deletions Brain Bank Lite/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trashOption": "local",
"newFileLocation": "folder",
"attachmentFolderPath": "04. System/02. Artefacts",
"newFileFolderPath": "07. Workbench",
"alwaysUpdateLinks": true,
"promptDelete": false
}
8 changes: 8 additions & 0 deletions Brain Bank Lite/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"accentColor": "#178dab",
"enabledCssSnippets": [
"widenote",
"headercolor"
],
"cssTheme": ""
}
3 changes: 3 additions & 0 deletions Brain Bank Lite/.obsidian/backlink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"backlinkInDocument": true
}
6 changes: 6 additions & 0 deletions Brain Bank Lite/.obsidian/canvas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"snapToObjects": true,
"snapToGrid": true,
"newFileLocation": "folder",
"newFileFolderPath": "06. Canvas"
}
8 changes: 8 additions & 0 deletions Brain Bank Lite/.obsidian/command-palette.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"pinned": [
"obsidian-plugin-toc:create-toc",
"insert-template",
"file-diff:compare",
"better-export-pdf:export-current-file-to-pdf"
]
}
20 changes: 20 additions & 0 deletions Brain Bank Lite/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
"obsidian-plugin-toc",
"better-word-count",
"obsidian-dictionary-plugin",
"merge-notes",
"obsidian-reading-time",
"better-export-pdf",
"auto-card-link",
"homepage",
"obsidian-prozen",
"file-diff",
"calendar",
"recent-files-obsidian",
"obsidian-vault-changelog",
"dataview",
"obsidian-file-color",
"html-tabs",
"keyword-highlighter",
"obsidian-plantuml"
]
30 changes: 30 additions & 0 deletions Brain Bank Lite/.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": false,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
30 changes: 30 additions & 0 deletions Brain Bank Lite/.obsidian/core-plugins.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": false,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
4 changes: 4 additions & 0 deletions Brain Bank Lite/.obsidian/daily-notes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"folder": "02. My Notes",
"template": ""
}
Loading

0 comments on commit b0a1a27

Please sign in to comment.