This commit is contained in:
Alice 2023-09-26 14:38:14 +01:00
parent af761f133b
commit 71c21beccb
5 changed files with 33 additions and 14 deletions

View file

@ -2,6 +2,6 @@
"obsidian-excalidraw-plugin", "obsidian-excalidraw-plugin",
"table-editor-obsidian", "table-editor-obsidian",
"convert-url-to-iframe", "convert-url-to-iframe",
"obsidian-git", "digitalgarden",
"digitalgarden" "obsidian-git"
] ]

View file

@ -1,7 +1,7 @@
{ {
"githubRepo": "", "githubRepo": "my_digital_garden",
"githubToken": "", "githubToken": "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",
"githubUserName": "", "githubUserName": "A-VT",
"gardenBaseUrl": "", "gardenBaseUrl": "",
"prHistory": [], "prHistory": [],
"baseTheme": "dark", "baseTheme": "dark",

View file

@ -1,7 +1,7 @@
{ {
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0, "autoSaveInterval": 10,
"autoPushInterval": 0, "autoPushInterval": 0,
"autoPullInterval": 0, "autoPullInterval": 0,
"autoPullOnBoot": false, "autoPullOnBoot": false,
@ -47,7 +47,9 @@
}, },
"textColorCss": "var(--text-muted)", "textColorCss": "var(--text-muted)",
"ignoreWhitespace": false, "ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5 "gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
}, },
"autoCommitMessage": "vault backup: {{date}}" "autoCommitMessage": "vault backup: {{date}}"
} }

View file

@ -8,11 +8,15 @@
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "25a15e319a52bdf2", "id": "4d5a457a9ab7159d",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {} "state": {
"file": "My Digital Garden.md",
"mode": "source",
"source": false
}
} }
} }
] ]
@ -81,6 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "My Digital Garden.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -97,6 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "My Digital Garden.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -118,7 +124,9 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": {} "state": {
"file": "My Digital Garden.md"
}
} }
} }
] ]
@ -140,8 +148,10 @@
"digitalgarden:Digital Garden Publication Center": false "digitalgarden:Digital Garden Publication Center": false
} }
}, },
"active": "25a15e319a52bdf2", "active": "4d5a457a9ab7159d",
"lastOpenFiles": [ "lastOpenFiles": [
"4a1s/ASCN/T - Aula 1.md",
"My Digital Garden.md",
"4a1s/index.md", "4a1s/index.md",
"Excalidraw/ASCN/bus.excalidraw.md", "Excalidraw/ASCN/bus.excalidraw.md",
"4a1s/RAS/T - Aula 2.md", "4a1s/RAS/T - Aula 2.md",
@ -172,9 +182,7 @@
"4a1s/DAA/PL - Aula 1.md", "4a1s/DAA/PL - Aula 1.md",
"4a1s/DAA", "4a1s/DAA",
"4a1s/CP/T - Aula 2 - 19 Setembro.md", "4a1s/CP/T - Aula 2 - 19 Setembro.md",
"4a1s/CP/PL - Aula 2.md",
"4a1s/CP", "4a1s/CP",
"4a1s/ASCN/T - Aula 2.md",
"4a1s/ASCN", "4a1s/ASCN",
"4a1s", "4a1s",
"tsconfig.json", "tsconfig.json",

9
My Digital Garden.md Normal file
View file

@ -0,0 +1,9 @@
---
dg-publish: true
dg-home: true
---
This is just my digital garden :)