From 96ac27bc01148c211cae2366377fba8ea692d24e Mon Sep 17 00:00:00 2001 From: Andley Date: Thu, 2 Dec 2021 19:34:19 +0800 Subject: [PATCH] vault backup: 2021-12-02 19:34:19 --- .obs/app.json | 1 + .obs/appearance.json | 3 ++ .obs/core-plugins.json | 14 +++++++ .obs/hotkeys.json | 1 + .obs/workspace | 87 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 106 insertions(+) create mode 100644 .obs/app.json create mode 100644 .obs/appearance.json create mode 100644 .obs/core-plugins.json create mode 100644 .obs/hotkeys.json create mode 100644 .obs/workspace diff --git a/.obs/app.json b/.obs/app.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/.obs/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obs/appearance.json b/.obs/appearance.json new file mode 100644 index 00000000..990f3376 --- /dev/null +++ b/.obs/appearance.json @@ -0,0 +1,3 @@ +{ + "baseFontSize": 16 +} \ No newline at end of file diff --git a/.obs/core-plugins.json b/.obs/core-plugins.json new file mode 100644 index 00000000..26bc70e7 --- /dev/null +++ b/.obs/core-plugins.json @@ -0,0 +1,14 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "page-preview", + "note-composer", + "command-palette", + "markdown-importer", + "word-count", + "open-with-default-app", + "file-recovery" +] \ No newline at end of file diff --git a/.obs/hotkeys.json b/.obs/hotkeys.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/.obs/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obs/workspace b/.obs/workspace new file mode 100644 index 00000000..238cfd4c --- /dev/null +++ b/.obs/workspace @@ -0,0 +1,87 @@ +{ + "main": { + "id": "0c93035612dd65e9", + "type": "split", + "children": [ + { + "id": "fc2a6127b34e8b21", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + } + ], + "direction": "vertical" + }, + "left": { + "id": "e56aa958f3472cb1", + "type": "split", + "children": [ + { + "id": "5b032df4f5800b76", + "type": "tabs", + "children": [ + { + "id": "195d99a4bc0d0a96", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "f0be83dd56dc3125", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "68bb1a6263787677", + "type": "split", + "children": [ + { + "id": "88705fcc46c12ffa", + "type": "tabs", + "children": [ + { + "id": "f96ee4b609f79ac3", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "active": "fc2a6127b34e8b21", + "lastOpenFiles": [] +} \ No newline at end of file