Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement remove buttons on own post tags #1625

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marcustyphoon
Copy link
Collaborator

@marcustyphoon marcustyphoon commented Sep 18, 2024

Description

Core implementation of a feature I've wanted for a long time, but that is somewhat niche: the ability to remove tags from a post with one click. This is very nice when tags are automatically added to posts based on their source (i.e. #Youtube) but is otherwise not useful very often.

Resolves #549 (which I intentionally let go stale).

Things one should debate:

  • If merging this functionality, should it be part of Quick Tags, be its own feature, be... a tweak (which probably makes the most sense scope-wise but completely violates the norms for how complex a tweak is), etc?
  • Should every tag on an editable post be removable or just the auto-added ones? What is the list of auto-added ones?

Ultimately my guess is that no one can come up with a justification for implementing this, but hey, I made it.

Testing steps

@marcustyphoon marcustyphoon changed the title Implement remove buttons on tags Implement remove buttons on own post tags Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Tag remover (...tag editor?)
1 participant