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