Skip to content
Discussion options

You must be logged in to vote

i think i see the problem now, in your vault your daily notes folder is not at the root of the vault but inside the folder

Journal is in another folder:

mine is here:

so in the daily note template you need to update this dataview query to include the name of the folder the Journal folder is held in.

to what ever the name of that folder is:

```dataview
TABLE highlights
FROM "Le second cerveau de Gaëlou 🧠️/Journal/Daily"
WHERE this.file.name = file.name
AND highlights != null
```

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cgael
Comment options

@tallguyjenks
Comment options

@cgael
Comment options

@tallguyjenks
Comment options

Answer selected by tallguyjenks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants