sync
This commit is contained in:
parent
81837cae74
commit
b4bbce7b35
6 changed files with 15 additions and 12 deletions
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"useMarkdownLinks": true
|
||||
"useMarkdownLinks": true,
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
8
.obsidian/plugins/obsidian-git/data.json
vendored
8
.obsidian/plugins/obsidian-git/data.json
vendored
|
@ -4,9 +4,9 @@
|
|||
"autoSaveInterval": 0,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 0,
|
||||
"autoPullOnBoot": false,
|
||||
"autoPullOnBoot": true,
|
||||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"pullBeforePush": false,
|
||||
"disablePopups": false,
|
||||
"disablePopupsForNoChanges": false,
|
||||
"listChangedFilesInMessageBody": false,
|
||||
|
@ -50,7 +50,9 @@
|
|||
},
|
||||
"textColorCss": "var(--text-muted)",
|
||||
"ignoreWhitespace": false,
|
||||
"gutterSpacingFallbackLength": 5
|
||||
"gutterSpacingFallbackLength": 5,
|
||||
"lastShownAuthorDisplay": "initials",
|
||||
"lastShownDateTimeFormatOptions": "date"
|
||||
},
|
||||
"autoCommitMessage": "vault backup: {{date}}"
|
||||
}
|
14
.obsidian/workspace-mobile.json
vendored
14
.obsidian/workspace-mobile.json
vendored
|
@ -13,7 +13,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Comunità/Comunità.md",
|
||||
"file": "Community/Regolamento.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -85,7 +85,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Comunità/Comunità.md",
|
||||
"file": "Community/Regolamento.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Comunità/Comunità.md",
|
||||
"file": "Community/Regolamento.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -114,7 +114,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Comunità/Comunità.md"
|
||||
"file": "Community/Regolamento.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -133,9 +133,9 @@
|
|||
},
|
||||
"active": "09acdf5b2afe80f7",
|
||||
"lastOpenFiles": [
|
||||
"Comunità/Regolamento.md",
|
||||
"Community/Comunità.md",
|
||||
"README.md",
|
||||
"Comunità/Comunità.md",
|
||||
"Comunità"
|
||||
"Community/Regolamento.md",
|
||||
"Community"
|
||||
]
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
Questo deposito è stato creato con lo scopo di avere un sito unico e facile da gestire per mantenere tutte le documentazioni riguardanti Thunder Network (comunità e progetti).
|
||||
|
||||
[Comunità](./Comunità/Comunità.md)
|
||||
[Comunità](./Community/Comunità.md)
|
Loading…
Reference in a new issue