Skip to content

Commit

Permalink
Update internal readme and pushed plugins and other Obsidian settings
Browse files Browse the repository at this point in the history
  • Loading branch information
uwidev committed Oct 7, 2021
1 parent 8e61602 commit 9fcf405
Show file tree
Hide file tree
Showing 40 changed files with 74,011 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"foldHeading": true,
"foldIndent": true,
"newFileLocation": "current",
"attachmentFolderPath": "./"
}
3 changes: 3 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"baseFontSize": 16
}
11 changes: 11 additions & 0 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
"calendar",
"dataview",
"nldates-obsidian",
"periodic-notes",
"obsidian-tasks-plugin",
"templater-obsidian",
"quickadd",
"sliding-panes-obsidian",
"maximise-active-pane-obsidian"
]
17 changes: 17 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"tag-pane",
"page-preview",
"note-composer",
"command-palette",
"starred",
"markdown-importer",
"outline",
"word-count",
"open-with-default-app",
"file-recovery"
]
30 changes: 30 additions & 0 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"collapse-filter": false,
"search": "-path:800",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [
{
"query": "",
"color": {
"a": 1,
"rgb": 14701138
}
}
],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.6346285676930601,
"close": false
}
1 change: 1 addition & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
10 changes: 10 additions & 0 deletions .obsidian/plugins/calendar/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"shouldConfirmBeforeCreate": true,
"weekStart": "locale",
"wordsPerDot": 250,
"showWeeklyNote": true,
"weeklyNoteFormat": "",
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}
Loading

0 comments on commit 9fcf405

Please sign in to comment.