from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit 38fbb1938d
2899 changed files with 307916 additions and 0 deletions

View 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)
> ```