A note navigator for Obsidian using DataviewJS
The main navigator requires the "Dataview" plugin! New resource creator requires the "Templater" and "Meta-Bind" plugins!
This is a navigation code-block I created for personal-use in my Obsidian vault. It allows users to navigate saved website & videos in a pretty navigator format. I was not planning to share this, but many people have shown interest so here it is. I do not promise clean code, only one that works :D
- Drag Dataview Navigator.md to your Obsidian vault folder.
- In the code, specify the resource directory
- Toggle ligt-dark mode (Optional)
Resources must have these properties in order to be used as data: "description", "link", "tags" and "color"
I have also created a Metabind button that creates a new resource note from a template. You can add this to your project if you don't want to setup your own template from scratch.
- Add "New Resource Button - MetaBind" and "New Resource.md" to your Obsidian vault folder.
- Write the new paths for the existing template & created note in the Metabind's code.
- While light mode works, I still recommend dark mode with this navigator
- Create a new folder for your resources, so it doesn't fill up unwanted space in your vault.