23 lines
443 B
Markdown
23 lines
443 B
Markdown
|
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/>
|
||
|
```
|