24 lines
459 B
Markdown
24 lines
459 B
Markdown
|
---
|
||
|
tags: folder-note
|
||
|
---
|
||
|
|
||
|
ExjB9ZJqPG0C
|
||
|
|
||
|
# vk 0
|
||
|
|
||
|
```dataviewjs
|
||
|
await dv.view("99 - config/85 - dataview views/project-view", {
|
||
|
path: dv.current().file.folder, overviewType: "type"
|
||
|
})
|
||
|
```
|
||
|
|
||
|
```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/>
|
||
|
```
|