vault backup: 2023-03-18 22:33:53
This commit is contained in:
parent
8369fc6a82
commit
4e4b48904f
3 changed files with 56 additions and 1 deletions
2
.obsidian/vault-stats.json
vendored
2
.obsidian/vault-stats.json
vendored
|
@ -1 +1 @@
|
|||
{"history":{"2023-03-01":{"words":845,"characters":1255,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-02":{"words":39,"characters":281,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-03":{"words":644,"characters":3897,"sentences":23,"files":123,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-05":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-06":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-07":{"words":16,"characters":103,"sentences":0,"files":123,"totalWords":29956,"totalCharacters":233253,"totalSentences":844},"2023-03-08":{"words":6,"characters":47,"sentences":1,"files":123,"totalWords":29964,"totalCharacters":233304,"totalSentences":845},"2023-03-10":{"words":15,"characters":102,"sentences":0,"files":124,"totalWords":30010,"totalCharacters":233650,"totalSentences":846},"2023-03-14":{"words":68,"characters":445,"sentences":4,"files":126,"totalWords":30274,"totalCharacters":235667,"totalSentences":857},"2023-03-15":{"words":585,"characters":3851,"sentences":9,"files":129,"totalWords":30998,"totalCharacters":240608,"totalSentences":868},"2023-03-16":{"words":128,"characters":820,"sentences":7,"files":131,"totalWords":31352,"totalCharacters":245878,"totalSentences":877},"2023-03-18":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":31352,"totalCharacters":245878,"totalSentences":877}},"modifiedFiles":{}}
|
||||
{"history":{"2023-03-01":{"words":845,"characters":1255,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-02":{"words":39,"characters":281,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-03":{"words":644,"characters":3897,"sentences":23,"files":123,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-05":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-06":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-07":{"words":16,"characters":103,"sentences":0,"files":123,"totalWords":29956,"totalCharacters":233253,"totalSentences":844},"2023-03-08":{"words":6,"characters":47,"sentences":1,"files":123,"totalWords":29964,"totalCharacters":233304,"totalSentences":845},"2023-03-10":{"words":15,"characters":102,"sentences":0,"files":124,"totalWords":30010,"totalCharacters":233650,"totalSentences":846},"2023-03-14":{"words":68,"characters":445,"sentences":4,"files":126,"totalWords":30274,"totalCharacters":235667,"totalSentences":857},"2023-03-15":{"words":585,"characters":3851,"sentences":9,"files":129,"totalWords":30998,"totalCharacters":240608,"totalSentences":868},"2023-03-16":{"words":128,"characters":820,"sentences":7,"files":131,"totalWords":31352,"totalCharacters":245878,"totalSentences":877},"2023-03-18":{"words":23,"characters":160,"sentences":0,"files":132,"totalWords":31493,"totalCharacters":247097,"totalSentences":878}},"modifiedFiles":{"PNJ/Otto le Barde.md":{"words":{"initial":118,"current":141},"characters":{"initial":1059,"current":1219},"sentences":{"initial":1,"current":1}}}}
|
BIN
Illustrations/Portraits/otto.jpg
(Stored with Git LFS)
Normal file
BIN
Illustrations/Portraits/otto.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
52
PNJ/Otto le Barde.md
Normal file
52
PNJ/Otto le Barde.md
Normal file
|
@ -0,0 +1,52 @@
|
|||
---
|
||||
alias: ["Otto"]
|
||||
tags: []
|
||||
banner:
|
||||
encoutered: false
|
||||
|
||||
race: Halfelin
|
||||
class: "Barde"
|
||||
ethnicity: "Myété"
|
||||
short_desc: "Un barde jovial, ami des [[Gardiens de la Méandrise]]"
|
||||
image: "../Illustrations/Portraits/otto.jpg"
|
||||
source:
|
||||
goals: ["Rapporter l'information sur les troubles en Cyrillane","Aider les petits gens"]
|
||||
likes: []
|
||||
hates: []
|
||||
organisations: []
|
||||
|
||||
status: TODO
|
||||
|
||||
---
|
||||
> [!infobox]+ `= this.file.name`
|
||||
>`$= "<a class='internal-link' data-href='" + dv.current().image.replace(/'/g, "%27") + "' ><img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + encodeURIComponent(dv.current().image).replace(/'/g, "%27") + "' > </a>"`
|
||||
> *source: `= this.source`*
|
||||
>
|
||||
> | | |
|
||||
> | --- | --- |
|
||||
> |**Description** | `= this.short_desc` |
|
||||
> |**Buts** | `=this.goals` |
|
||||
> ## Infos
|
||||
> | | |
|
||||
> | --- | --- |
|
||||
> |**Peuple** | `=this.race` |
|
||||
> | **Ethnie**| `=this.ethnicity`
|
||||
> | **Organisations**|`=this.organisations` |
|
||||
> | **Relations**| `todo` |
|
||||
> ## Goûts
|
||||
> | | |
|
||||
> | --- | --- |
|
||||
> |**Aime** | `=this.likes` |
|
||||
> | **Déteste**| `=this.hates`
|
||||
> ## Références
|
||||
>```dataview
|
||||
>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
|
||||
>```
|
||||
|
||||
|
||||
## Notes
|
||||
-
|
||||
-
|
||||
|
||||
## Histoire
|
||||
|
Loading…
Reference in a new issue