Open alondmnt opened 1 year ago
I'm happy to take this one on as my first issue
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, feel free to create a new issue with up-to-date information.
Unused tags stay listed in the sqlite DB. Could be that this is intended, and in that case my apologies.
Environment
Joplin version: 2.12.10 Platform: macOS OS specifics: Ventura 13.4.1 (arm64)
Steps to reproduce
tags
table in the DB. You may verify that the tag ID is unused, e.g. in thetags_with_note_count
view.Describe what you expected to happen
I expected unused tags not to linger in the DB, as orphan tags can accumulate needlessly. I noticed that they are removed from the
tags
table when running the command "remove" from the tags context menu.