cours/dataview direct subnotes query.md
Oscar Plaisant f91c506a9e update
2025-03-16 18:05:45 +01:00

14 lines
316 B
Markdown

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