470 B
470 B
NdJYR1ZP 1b8jl MY 6
- 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]]")})}
</>
}