<%*
let title = tp.file.title;
Let Hub = await tp.system.prompt("Enter the name/description of the reference material:");
}
-%>
---
title: <% title %>
categories: Kasten
created: <% tp.file.creation_date("YYYY-MM-DD HH:mm:ss") %>
tags: ["Zettel", ]
topic:
Hub: <% Hub %>
---
# <% title %>
```dataview
table tags as "Shared Tags"
from ""
where contains(file.tags, this.file.tags)
and file.path != this.file.path
```
---
```dataview
table source as "Shared Source"
from ""
where topic = this.topic
and file.path != this.file.path
```