Sim
Well-known member
My members insist on tagging threads with hashtags - it would be useful to automatically strip the leading hash for any tags to save us from having to edit them all manually.
Actually, I can't really think of a use-case to keep hashtags anywhere in the string - so perhaps just strip them all?
However, as you can see in the example list below - there are many where they have just listed a string of hashtags for example:
I think in this example, it's pretty obvious that the user intended there to be four separate tags - you could even go to the extent of automatically splitting strings like these into separate tags?
Actual examples:
... there are several pages of these!
Actually, I can't really think of a use-case to keep hashtags anywhere in the string - so perhaps just strip them all?
However, as you can see in the example list below - there are many where they have just listed a string of hashtags for example:
Code:
#inspection #buildingandpest #ip #water
I think in this example, it's pretty obvious that the user intended there to be four separate tags - you could even go to the extent of automatically splitting strings like these into separate tags?
Actual examples:
... there are several pages of these!
Upvote
1