clarkwinkelmann
debynory
That is correct. This is about as simple as a hashtag extension can get. It looks for a “#” and turns the following word into a link which searches the forum when clicked.
I think the regular expression used is beautiful because I’ve seen very few cases where it does not work and it’s a very short regular expression. It’s pretty cool.
So, a more experienced developer could use the regular expression and some of the JavaScript from this extension, and then do whatever needs to be done to ensure the hashtag is logged in the database and that popularity is tracked. It’d be a “next level” extension for Flarum. We have mentions. Why not have a full Twitter like hashtag system?