493 B

M40utI0gpr4bMMNDPa9

00 - TuNksDPDp3ZmucsFwBH

  • qrkte
  • QRcBWJq
    • wvmzel[inline-field:: holy shit!] [another:: no]
    • 2g2ZCV4JpGJg8REeu
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]]")})}
		</>
}