mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-21 09:13:30 +01:00
don't sync new workspace for test vault
This commit is contained in:
parent
92db9fe55d
commit
2e5cbe42f5
2 changed files with 1 additions and 139 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,6 +17,7 @@ node_modules
|
|||
|
||||
# obsidian
|
||||
workspace
|
||||
workspace.json
|
||||
|
||||
# Exclude macOS Finder (System Explorer) View States
|
||||
.DS_Store
|
||||
|
|
139
test-vault/.obsidian/workspace.json
vendored
139
test-vault/.obsidian/workspace.json
vendored
|
@ -1,139 +0,0 @@
|
|||
{
|
||||
"main": {
|
||||
"id": "c1516e0860f8ca2d",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "5f67dbfa790111b2",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "2225f45de6e02ac7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "custom-frames-google-calendar",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "f48d3cfe4b95c092",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "f1178df345e439d7",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "1953d881032399d7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "36f241641b1334c7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "2b4a59e1687c8b13",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "48128f792502a876",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "6635b8a61f3363dc",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "8b8ee33059b392df",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "1a5164ddf50fc39d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "360f0e93e58b9472",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "edb9a559fde3ae0c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d77c1f6b102072c2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "custom-frames-google-keep",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 4
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 388
|
||||
},
|
||||
"active": "2225f45de6e02ac7",
|
||||
"lastOpenFiles": []
|
||||
}
|
Loading…
Reference in a new issue