cours/dataview direct subnotes query.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

14 lines
312 B
Markdown

up::[[obsidian workflow MOCs]], [[obsidian plugin dataview]]
title:: "list of direct child of the current note", "kind of a breadcrumbs matrix"
#obsidian #PKM
---
# The query
> [!query] sous-notes directes de `=this.file.link`
> ```dataview
> LIST title
> FROM ""
> WHERE econtains(up, this.file.link)
> ```