This commit is contained in:
Lucas 2023-03-14 13:31:46 +01:00
parent 7150be22a6
commit e75dcc45b0
4 changed files with 65 additions and 16 deletions

View file

@ -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}},"modifiedFiles":{"Dashboard.md":{"words":{"initial":229,"current":93},"characters":{"initial":1498,"current":727},"sentences":{"initial":2,"current":1}},"Notes/quote.md":{"words":{"initial":1,"current":16},"characters":{"initial":1,"current":103},"sentences":{"initial":1,"current":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":0,"characters":0,"sentences":2,"files":124,"totalWords":30128,"totalCharacters":239895,"totalSentences":849}},"modifiedFiles":{"Dashboard.md":{"words":{"initial":119,"current":95},"characters":{"initial":1724,"current":764},"sentences":{"initial":1,"current":3}}}}

View file

@ -20,19 +20,16 @@ SORT file.mtime DESC LIMIT 5
> dv.paragraph(quotesList[DateTime.now().toFormat("o") % quotesList.length])
> ```
## Todo
```dataview
TASK
WHERE !completed
WHERE contains(tags, "#todo")
GROUP BY file.folder
```
> [! ]- ## Todo
> ```dataview
> TASK WHERE !completed
> WHERE contains(tags, "#todo")
> GROUP BY file.folder
> ```
## To Review
```dataview
TASK
WHERE !completed
WHERE contains(tags, "#toreview")
```
> [! ]- ## To Review
> ```dataview
> TASK WHERE !completed
> WHERE contains(tags, "#toreview")
> ```

View file

@ -1,6 +1,6 @@
# Todo
- [ ] https://ptgptb.fr/listes-de-revelations #toread #todo
- [ ] https://ptgptb.fr/listes-de-revelations #toread
- [ ] faire une liste de révélation #todo

View file

@ -0,0 +1,52 @@
---
alias: []
tags: []
banner:
encoutered: false
race:
class:
ethnicity:
short_desc: "test"
image: "../Illustrations/something.png"
source:
goals: []
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