Joe Reinhart
Joe Reinhart
From [the Obsidian page on tag](https://help.obsidian.md/Editing+and+formatting/Tags): > You can use any of the following characters in your tags: > > Alphabetical letters > Numbers > Underscore (_) > Hyphen (-)...
Testing behavior when `obsidian-include-hidden-files` is set to `t`. These tests should pass after #93 is merged into master.
Update cache after `obsidian-move-file` by removing old file path and inserting new file path. Also adds a new test to test this functionality.
Removes dependency on projectile by using the functionality of the built-in `project.el`. Closes issue #24