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,
|
"autoSaveInterval": 0,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 0,
|
"autoPullInterval": 0,
|
||||||
"autoPullOnBoot": false,
|
"autoPullOnBoot": true,
|
||||||
"disablePush": false,
|
"disablePush": false,
|
||||||
"pullBeforePush": true,
|
"pullBeforePush": false,
|
||||||
"disablePopups": false,
|
"disablePopups": false,
|
||||||
"disablePopupsForNoChanges": false,
|
"disablePopupsForNoChanges": false,
|
||||||
"listChangedFilesInMessageBody": false,
|
"listChangedFilesInMessageBody": false,
|
||||||
|
@ -50,7 +50,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}}"
|
||||||
}
|
}
|
14
.obsidian/workspace-mobile.json
vendored
14
.obsidian/workspace-mobile.json
vendored
|
@ -13,7 +13,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Comunità/Comunità.md",
|
"file": "Community/Regolamento.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Comunità/Comunità.md",
|
"file": "Community/Regolamento.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Comunità/Comunità.md",
|
"file": "Community/Regolamento.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Comunità/Comunità.md"
|
"file": "Community/Regolamento.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -133,9 +133,9 @@
|
||||||
},
|
},
|
||||||
"active": "09acdf5b2afe80f7",
|
"active": "09acdf5b2afe80f7",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Comunità/Regolamento.md",
|
"Community/Comunità.md",
|
||||||
"README.md",
|
"README.md",
|
||||||
"Comunità/Comunità.md",
|
"Community/Regolamento.md",
|
||||||
"Comunità"
|
"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).
|
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