obsidian-test-vault/data/02 - hQ0WOagu9loBibR/10 - N3RPbgWNvw73e/10 - N3RPbgWNvw73e.md

23 lines
443 B
Markdown
Raw Permalink Normal View History

2024-11-02 18:14:58 -04:00
sfWmxvg7lh1S
# P7 B
> 5hvtLwVCTGA0 PG31Pcudd2ghbByH4DR
>
> - [[10 - XqDk8S9PHAxiThxEy9|]]
> - [[20 - zp4KlGW70Vnd|]]
> - [[30 - hXQIYiyizxO5T|]]
- wHfcNc
- ~~Jf6CWZXnJ~~
```datacorejsx
const link = dc.parseLink("[[root/views/project-table.md#^taskTable]]")
const imported = await dc.require(link)
console.log(imported, link)
function View() {
return <imported.ProjectView path={dc.currentPath()} type="category"/>
}
return <View/>
```