Skip to content

Commit

Permalink
feat: create an example vault
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Aug 23, 2024
1 parent 869a27d commit 6c1f7c8
Show file tree
Hide file tree
Showing 25 changed files with 29,658 additions and 7 deletions.
3 changes: 3 additions & 0 deletions EXAMPLE_VAULT/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!*
.obsidian/plugins/modal-form/main.js
workspace.json
1 change: 1 addition & 0 deletions EXAMPLE_VAULT/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions EXAMPLE_VAULT/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
6 changes: 6 additions & 0 deletions EXAMPLE_VAULT/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
"hot-reload",
"modalforms",
"dataview",
"templater-obsidian"
]
30 changes: 30 additions & 0 deletions EXAMPLE_VAULT/.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
}
19 changes: 19 additions & 0 deletions EXAMPLE_VAULT/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
"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",
"file-recovery"
]
27 changes: 27 additions & 0 deletions EXAMPLE_VAULT/.obsidian/plugins/dataview/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"renderNullAs": "\\-",
"taskCompletionTracking": false,
"taskCompletionUseEmojiShorthand": false,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "yyyy-MM-dd",
"recursiveSubTaskCompletion": false,
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 2500,
"defaultDateFormat": "MMMM dd, yyyy",
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"showResultCount": true,
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableInlineDataview": true,
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true,
"prettyRenderInlineFieldsInLivePreview": true,
"dataviewJsKeyword": "dataviewjs"
}
Loading

0 comments on commit 6c1f7c8

Please sign in to comment.