#type/ref/web #a/source-medium/unspecified
[Open](https://joschua.io/posts/2023/09/01/obsidian-publish-dataview/)
Title:: Using [[Dataview]] on [[Obsidian Publish]] · joschua.io
Authors::
Related keywords::
Date of note:: [[2024-09-13|2024-09-13 12:45:42]]
---
> [!comment] [[2024-10-24]]
> This is really great. I just made the [[References (template)|References]] template with it. Using this concept, I can basically do two things:
> 1) Render dataview as snippets to be placed manually throughout notes
> 2) Run random Javascript scripts with a simple command, and modify my vault through a combination of dataview and Obsidian vault API.
>
> In this article, the author took the second approach. It's a pretty powerful concept that you can just use Templater to run a Javascript script with access to dataview. You don't even need to see a template as a "file template" anymore, it's can be just a single execution script on your vault, without having to write anything to the current file.