from github to this gitea
This commit is contained in:
14
dataview direct subnotes query.md
Normal file
14
dataview direct subnotes query.md
Normal file
@@ -0,0 +1,14 @@
|
||||
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)
|
||||
> ```
|
||||
Reference in New Issue
Block a user