20 lines
493 B
Markdown
Raw Normal View History

2024-10-28 20:38:41 -04:00
# M40utI0gpr4bMMNDPa[9](https://a.Very.Long.Url)
[[00 - TuNksDPDp3ZmucsFwBH|]]
- [ ] qrkte
- [ ] QRcBWJq
- [ ] wvmzel[inline-field:: holy shit!] [another:: no]
- 2g2ZCV4JpGJg8REeu
```datacorejsx
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]]")})}
</>
}
```