pjeby / tag-wrangler

Rename, merge, toggle, and search tags from the Obsidian tag pane
633 stars 19 forks source link

Plugin doesn´t work on linux #106

Closed Androtherion closed 1 year ago

Androtherion commented 1 year ago

Update: I just realised it was my bad, the plugin works fine.

Using Tag Wrangler 0.5.11 with the v1.3.5 Obsidian Flatpak running on Ubuntu 22.04. Also tried with the official .deb package.

Unlike on windows 10, where the plugin works wonderfully, in linux it is impossible to edit tags, as righ-click a specific tag on the tag pane does nothing.

Also, if someone encounters the same problem, a brute-force workaround would be to change the tags by opening the vault on terminal and executing this command: find . -type f -name "*.md" -print0 | xargs -0 sed -i 's/#OldTag/#NewTag/g' Changing the "#OldTag" and "#NewTag". The problem is that it doesn't change tags on the frontmatter, wich can only be done by running the same command without the "#" but then substitutes iteration of the word in every note, not only tags.

pjeby commented 1 year ago

For future reference, what was the actual issue then?

Androtherion commented 1 year ago

For some reason it didn´t work on obsidian flatpak and I believe that after reinstalling obsidian as a .deb, I downloaded the plugin but forgot to enable. After reinstalling the flatpak and enabling the plugin again it worked fine.

pjeby commented 1 year ago

Thanks!