Updated Project: This update was focused on optimizing the already existing features in the project.
A tag folder based explorer for obsidian. Uses the nested tags feature of obsidian to create virtual folders, thus allowing individual files to…
Updated Project: This update was focused on optimizing the already existing features in the project.
A tag folder based explorer for obsidian. Uses the nested tags feature of obsidian to create virtual folders, thus allowing individual files to exist in multiple locations, inside a single vault.
So the idea is that generally i tend to store all my files on my computer in my “Downloads” folder. So its pretty much a mess. But the benefit is that all files are sorted in chronological order. On the other hand, I’ve tried sorting project specific files into their own nested folders, but the issue is that once you pt a file deep into a nested location, you instantly forget that file and that folder exists.
This project is a balance between both. It provides a virtual nested tag-based view so that each file can be added into multiple paths. At the same time, the classic obsidian sidebar already provides a great chronological view.
All architecture design and implementation was done manually by me. AI was used in order to correct syntax, identify root causes of bugs and generate minimal scaffolding.