You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now hashtags are separated on certain kinds of punktuations, like . and ,, but not on others, like ;, „, “ and ”.
I think it would be good to break on all characters from the General Punctuation Unicode block, as well as | because that is often used to separate hashtags on other Fediverse platforms.
The text was updated successfully, but these errors were encountered:
Summary
Right now hashtags are separated on certain kinds of punktuations, like
.
and,
, but not on others, like;
,„
,“
and”
.I think it would be good to break on all characters from the General Punctuation Unicode block, as well as
|
because that is often used to separate hashtags on other Fediverse platforms.The text was updated successfully, but these errors were encountered: