obsidian-test-vault/data/99 - fPv2OnUE7ocx/Zu19DfZGY0APAvhjdrO.md

470 B

NdJYR1ZP 1b8jl MY 6

00 - 575WAOLM6p7kYIP

  • Kg2fU
  • hoeMq6p
    • kvnEM [inline-field:: holy shit!] [another:: no]
    • mSncs j9sy
return function View() {
const iu = dc.useIndexUpdates();
	const q = dc.useMemo(() => dc.useQuery(`@task and $file = "${dc.path}" and $parentLine < 0`), [iu]);
	return <>
		<dc.TaskList rows={q}/>
			{dc.LinkEmbed({inline: false, link: dc.parseLink("[[current]]")})}
		</>
}