From c61a41db6decfbfa901435a8c82df1a361b21795 Mon Sep 17 00:00:00 2001 From: Andley Chang Date: Mon, 12 Jul 2021 18:01:02 +0800 Subject: [PATCH] vault backup: 2021-07-12 18:01:01 --- .obsidian-git-data | 2 +- .obsidian/app.json | 40 +++++ .obsidian/appearance.json | 11 ++ .obsidian/community-plugins.json | 6 + .obsidian/config | 1 - .obsidian/core-plugins.json | 17 ++ .obsidian/hotkeys.json | 166 ++++++++++++++++++ .../cm-show-whitespace-obsidian/data.json | 10 +- .obsidian/plugins/obsidian-git/data.json | 15 +- .obsidian/plugins/obsidian-hider/data.json | 2 +- 10 files changed, 265 insertions(+), 5 deletions(-) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/community-plugins.json delete mode 100644 .obsidian/config create mode 100644 .obsidian/core-plugins.json create mode 100644 .obsidian/hotkeys.json diff --git a/.obsidian-git-data b/.obsidian-git-data index c05d7a5c..506a7ca9 100644 --- a/.obsidian-git-data +++ b/.obsidian-git-data @@ -1 +1 @@ -Mon Jul 12 2021 17:30:37 GMT+0800 (台北標準時間) +Mon Jul 12 2021 18:01:01 GMT+0800 (台北標準時間) diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 00000000..c503ac6f --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,40 @@ +{ + "spellcheck": true, + "promptDelete": false, + "newLinkFormat": "relative", + "useMarkdownLinks": false, + "strictLineBreaks": true, + "foldHeading": true, + "foldIndent": true, + "alwaysUpdateLinks": true, + "newFileLocation": "current", + "attachmentFolderPath": "images", + "pdfExportSettings": { + "pageSize": "A4", + "landscape": false, + "margin": "0", + "downscalePercent": 100 + }, + "spellcheckDictionary": [ + "imperfective", + "Elative", + "Anaphoric", + "Epexegetical", + "Substantival", + "Ingressive", + "Aorist", + "Constative", + "protasis", + "stative", + "apodosis", + "vv", + "vv", + "cataphoric", + "morphologically", + "perfective", + "anarthrous" + ], + "fileSortOrder": "alphabetical", + "showUnsupportedFiles": true, + "communityPluginSortOrder": "download" +} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 00000000..a7625f06 --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,11 @@ +{ + "theme": "obsidian", + "obsidianCss": false, + "enabledCssSnippets": [ + "Ruby-Interlinear", + "BG4E" + ], + "cssTheme": "", + "translucency": false, + "baseFontSize": 16 +} \ No newline at end of file diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json new file mode 100644 index 00000000..4fcf8dcb --- /dev/null +++ b/.obsidian/community-plugins.json @@ -0,0 +1,6 @@ +[ + "obsidian-hider", + "obsidian-git", + "cm-show-whitespace-obsidian", + "wikilinks-to-mdlinks-obsidian" +] \ No newline at end of file diff --git a/.obsidian/config b/.obsidian/config deleted file mode 100644 index a3b19b2e..00000000 --- a/.obsidian/config +++ /dev/null @@ -1 +0,0 @@ -{"theme":"obsidian","pluginEnabledStatus":{"file-explorer":true,"global-search":true,"switcher":true,"graph":true,"backlink":true,"command-palette":true,"markdown-importer":false,"word-count":false,"open-with-default-app":true,"tag-pane":true,"outline":true,"templates":true,"starred":true,"workspaces":true,"file-recovery":false,"page-preview":true,"slides":false,"outgoing-link":true},"obsidianCss":false,"enabledPlugins":["obsidian-hider","obsidian-git","cm-show-whitespace-obsidian","wikilinks-to-mdlinks-obsidian"],"spellcheck":true,"enabledCssSnippets":["Ruby-Interlinear","BG4E"],"hotkeys":{"workspace:split-vertical":[{"modifiers":["Alt"],"key":"v"}],"workspace:split-horizontal":[{"modifiers":["Alt"],"key":"h"}],"app:toggle-left-sidebar":[{"modifiers":["Alt"],"key":"l"}],"app:toggle-right-sidebar":[{"modifiers":["Alt"],"key":"r"}],"editor:save-file":[{"modifiers":["Mod"],"key":"S"}],"editor:swap-line-down":[{"modifiers":["Mod"],"key":"D"}],"editor:swap-line-up":[{"modifiers":["Mod"],"key":"U"}],"editor:toggle-fold":[{"modifiers":["Mod"],"key":"F"}],"editor:toggle-highlight":[{"modifiers":["Mod"],"key":"M"}],"workspace:close":[],"editor:delete-paragraph":[],"editor:insert-link":[],"app:go-back":[{"modifiers":["Alt"],"key":"ArrowLeft"}],"app:go-forward":[{"modifiers":["Alt"],"key":"ArrowRight"}],"switcher:open":[{"modifiers":["Mod"],"key":"Q"}],"obsidian-hider:toggle-hider-status":[{"modifiers":["Alt"],"key":"S"}],"obsidian-hider:toggle-app-ribbon":[{"modifiers":["Alt"],"key":"A"}],"command-palette:open":[{"modifiers":["Mod","Shift"],"key":"P"}],"editor:open-link-in-new-leaf":[],"app:open-settings":[],"editor:toggle-checklist-status":[],"workspace:export-pdf":[{"modifiers":["Mod"],"key":"P"}],"workspace:edit-file-title":[],"editor:follow-link":[],"obsidian-git:push":[{"modifiers":["Mod"],"key":"G"}],"graph:open":[],"editor:unfold-all":[{"modifiers":["Alt","Mod"],"key":"F"}],"wikilinks-to-mdlinks-obsidian:toggle-wiki-md-links":[{"modifiers":["Mod"],"key":"L"}],"editor:open-search":[]},"promptDelete":false,"newLinkFormat":"relative","useMarkdownLinks":false,"strictLineBreaks":true,"foldHeading":true,"foldIndent":true,"alwaysUpdateLinks":true,"newFileLocation":"current","attachmentFolderPath":"images","pdfExportSettings":{"pageSize":"A4","landscape":false,"margin":"0","downscalePercent":100},"spellcheckDictionary":["imperfective","Elative","Anaphoric","Epexegetical","Substantival","Ingressive","Aorist","Constative","protasis","stative","apodosis","vv","vv","cataphoric","morphologically","perfective","anarthrous"],"fileSortOrder":"alphabetical","showUnsupportedFiles":true,"cssTheme":"","translucency":false,"baseFontSize":16,"communityPluginSortOrder":"download"} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 00000000..820ad10f --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,17 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "outgoing-link", + "tag-pane", + "page-preview", + "templates", + "note-composer", + "command-palette", + "starred", + "outline", + "open-with-default-app", + "workspaces" +] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 00000000..9424fa5e --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1,166 @@ +{ + "workspace:split-vertical": [ + { + "modifiers": [ + "Alt" + ], + "key": "v" + } + ], + "workspace:split-horizontal": [ + { + "modifiers": [ + "Alt" + ], + "key": "h" + } + ], + "app:toggle-left-sidebar": [ + { + "modifiers": [ + "Alt" + ], + "key": "l" + } + ], + "app:toggle-right-sidebar": [ + { + "modifiers": [ + "Alt" + ], + "key": "r" + } + ], + "editor:save-file": [ + { + "modifiers": [ + "Mod" + ], + "key": "S" + } + ], + "editor:swap-line-down": [ + { + "modifiers": [ + "Mod" + ], + "key": "D" + } + ], + "editor:swap-line-up": [ + { + "modifiers": [ + "Mod" + ], + "key": "U" + } + ], + "editor:toggle-fold": [ + { + "modifiers": [ + "Mod" + ], + "key": "F" + } + ], + "editor:toggle-highlight": [ + { + "modifiers": [ + "Mod" + ], + "key": "M" + } + ], + "workspace:close": [], + "editor:delete-paragraph": [], + "editor:insert-link": [], + "app:go-back": [ + { + "modifiers": [ + "Alt" + ], + "key": "ArrowLeft" + } + ], + "app:go-forward": [ + { + "modifiers": [ + "Alt" + ], + "key": "ArrowRight" + } + ], + "switcher:open": [ + { + "modifiers": [ + "Mod" + ], + "key": "Q" + } + ], + "obsidian-hider:toggle-hider-status": [ + { + "modifiers": [ + "Alt" + ], + "key": "S" + } + ], + "obsidian-hider:toggle-app-ribbon": [ + { + "modifiers": [ + "Alt" + ], + "key": "A" + } + ], + "command-palette:open": [ + { + "modifiers": [ + "Mod", + "Shift" + ], + "key": "P" + } + ], + "editor:open-link-in-new-leaf": [], + "app:open-settings": [], + "editor:toggle-checklist-status": [], + "workspace:export-pdf": [ + { + "modifiers": [ + "Mod" + ], + "key": "P" + } + ], + "workspace:edit-file-title": [], + "editor:follow-link": [], + "obsidian-git:push": [ + { + "modifiers": [ + "Mod" + ], + "key": "G" + } + ], + "graph:open": [], + "editor:unfold-all": [ + { + "modifiers": [ + "Alt", + "Mod" + ], + "key": "F" + } + ], + "wikilinks-to-mdlinks-obsidian:toggle-wiki-md-links": [ + { + "modifiers": [ + "Mod" + ], + "key": "L" + } + ], + "editor:open-search": [] +} \ No newline at end of file diff --git a/.obsidian/plugins/cm-show-whitespace-obsidian/data.json b/.obsidian/plugins/cm-show-whitespace-obsidian/data.json index 3d5df10d..ec8070e2 100644 --- a/.obsidian/plugins/cm-show-whitespace-obsidian/data.json +++ b/.obsidian/plugins/cm-show-whitespace-obsidian/data.json @@ -1 +1,9 @@ -{"enabled":true,"showNewline":true,"showTab":true,"showSpace":true,"showSingleSpace":true,"showTrailingSpace":true,"showStrictLineBreak":false} \ No newline at end of file +{ + "enabled": true, + "showNewline": true, + "showTab": true, + "showSpace": true, + "showSingleSpace": true, + "showTrailingSpace": true, + "showStrictLineBreak": false +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index e78a2737..90bf6f3d 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -1 +1,14 @@ -{"commitMessage":"vault backup: {{date}}","commitDateFormat":"YYYY-MM-DD HH:mm:ss","autoSaveInterval":30,"autoPullInterval":0,"autoPullOnBoot":false,"disablePush":false,"pullBeforePush":false,"disablePopups":false,"listChangedFilesInMessageBody":false,"showStatusBar":true,"currentBranch":"main","remote":"origin"} \ No newline at end of file +{ + "commitMessage": "vault backup: {{date}}", + "commitDateFormat": "YYYY-MM-DD HH:mm:ss", + "autoSaveInterval": 30, + "autoPullInterval": 0, + "autoPullOnBoot": false, + "disablePush": false, + "pullBeforePush": false, + "disablePopups": false, + "listChangedFilesInMessageBody": false, + "showStatusBar": true, + "currentBranch": "main", + "remote": "origin" +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-hider/data.json b/.obsidian/plugins/obsidian-hider/data.json index 034c6fc4..a448f050 100644 --- a/.obsidian/plugins/obsidian-hider/data.json +++ b/.obsidian/plugins/obsidian-hider/data.json @@ -1 +1 @@ -{"frameless":false,"hideRibbon":true,"hideStatus":true,"hideScroll":false,"hideTooltips":false,"hideInstructions":false,"hideMeta":false} \ No newline at end of file +{"frameless":false,"hideRibbon":false,"hideStatus":true,"hideScroll":false,"hideTooltips":false,"hideInstructions":false,"hideMeta":false} \ No newline at end of file