Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Oct 3, 2021
0 parents commit 5693b00
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .obsidian/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# The workspace file changes so often that it should not be version controlled. Also, different users may have different preferences.
/workspace

# Do not store theme files in git, as those are downloaded with a few clicks.
/themes

# Let different users select their own appearance settings and css theme.
/appearance.json
6 changes: 6 additions & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"spellcheck": true,
"readableLineLength": false,
"newFileLocation": "current",
"attachmentFolderPath": "Assets/Images"
}
4 changes: 4 additions & 0 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"table-editor-obsidian",
"templater-obsidian"
]
9 changes: 9 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
"file-explorer",
"global-search",
"switcher",
"page-preview",
"command-palette",
"open-with-default-app",
"file-recovery"
]
10 changes: 10 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"app:reload": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
]
}
5 changes: 5 additions & 0 deletions .obsidian/plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# First everything from subdirectories
/*/*

# Then unignore data.json files
!/*/data.json
6 changes: 6 additions & 0 deletions .obsidian/plugins/table-editor-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"formatType": "normal",
"showRibbonIcon": true,
"bindEnter": true,
"bindTab": true
}
23 changes: 23 additions & 0 deletions .obsidian/plugins/templater-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"command_timeout": 5,
"templates_folder": "Assets/Templates",
"templates_pairs": [],
"trigger_on_file_creation": true,
"enable_system_commands": true,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"syntax_highlighting": true,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
]
}
1 change: 1 addition & 0 deletions Assets/Templates/Header.template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aaaaaa
Empty file added Index.md
Empty file.
Empty file added Installation.md
Empty file.

0 comments on commit 5693b00

Please sign in to comment.