Obsidian Templates (Nederlands / Plugins: Tasks, Templater, Dataview)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Aangemaakt op <% tp.date.now("dddd Do MMMM YYYY") %> om <% tp.date.now("HH:mm") %>u* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Aangemaakt om <% tp.date.now("HH:mm") %>u* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
date: <% tp.date.now("YYYYMMDD") %> | |
tags: ['daily'] | |
--- | |
[[<% tp.date.now("YYYYMMDD", -1) %>|<< Vorige]] | [[<% tp.date.now("YYYYMMDD", 1) %>|Volgende >>]] | |
# <% tp.date.now("dddd Do MMMM YYYY") %> | |
<% tp.file.include("[[a-created-time]]") %> | |
--- | |
## Notities van vandaag | |
```dataview | |
LIST | |
FROM "_Notes π" | |
WHERE date = this.date | |
``` | |
--- | |
## Taken | |
**3 Dingen Doen** | |
- [ ] ... π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] ... π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] ... π <% tp.date.now("YYYY-MM-DD") %> | |
**Openstaand** | |
```tasks | |
not done | |
due before tomorrow | |
path does not include <% tp.file.path(true) %> | |
``` | |
**Dagelijkse routine** | |
- [ ] Korte workout gedaan π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] Gemediteerd π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] Journal geschreven π <% tp.date.now("YYYY-MM-DD") %> | |
**Dagstart** | |
- [ ] E-mail gecheckt π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] Teams check π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] Teams online π <% tp.date.now("YYYY-MM-DD") %> | |
**Einde v/d dag** | |
- [ ] Dagafronding gedaan π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] Teams status offline π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] [Timesheets geΓΌpdatet](https://docs.google.com/spreadsheets/d/1D26m3uYvKBrshuXW-fz0M8-D2OOkvYB0DU5wE7iEnnk/edit#gid=1726869064) π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] Agenda morgen gecheckt π <% tp.date.now("YYYY-MM-DD") %> | |
- [ ] Hardop gezegd: "Ik ben klaar vandaag." π <% tp.date.now("YYYY-MM-DD") %> | |
**Vandaag gedaan** | |
```tasks | |
done today | |
``` | |
**Deze week** | |
```tasks | |
not done | |
due after today | |
due before next monday | |
``` | |
[[Taken β |β Go to all tasks]] | |
--- | |
## Gedaan vandaag | |
- ... | |
--- | |
## Hoogtepunten van vandaag | |
- .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
date: <% tp.date.now("YYYYMMDD") %> | |
aliases: [''] | |
tags: ['people'] | |
--- | |
# Naam | |
<% tp.file.include("[[a-created-date]]") %> | |
--- | |
## Openstaande taken | |
```dataviewjs | |
dv.taskList(dv.pages().file.tasks | |
.where(t => !t.completed) | |
.where(t => t.text.includes(dv.current().file.name))) | |
``` | |
--- | |
## Onderwerpen | |
- [[]] | |
--- | |
## Gerelateerde notities | |
<% tp.file.include("[[m-related to this note]]") %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment