Categories Based On Project

Beginner Question. I was able to modify the Obsidian Watcher to categorise Notes’ Project based on filepath. Is there a way to Categories for certain application to be based on “Project” and not REGEX based on Filenames? Or another workaround to categorise Obsidian based on sub-directory and not together (opening different directories as separate vaults is not practical)?

Thanks in Advance

1 Like

You can use https://github.com/jplattel/open-note-to-window-title to adjust the window title to a custom title containing the folder path (using ‘{{filepath}}’ in the plugin settings). Then you can split your projects into different folders and simply only match the folders (it will match any sub-folder, too).