Hi, is there any reason the hashtag symbol ("#") that prefixes tags was moved from CSS to a tag's actual HTML itself?
Hi, is there any reason the hashtag symbol ("#") that prefixes tags was moved from CSS to a tag's actual HTML itself? The hashtag adds unnecessary noise to the tag list, making it more difficult to quickly scan a task's list of tags (since every tag starts with the same "#" character). It seems strange to force the hashtag display by default since tags have their own default styling (which is is effective at separating from a task's content). Also, the hashtag is not displayed when editing a task's tags (e.g. via the "tt" shortcut), resulting in an inconsistent UX between viewing and editing tags. When the hashtag was added via CSS, I was able to hide it by using custom CSS rules. However, now that this has been changed and the hashtag is now added directly to the CSS, users are stuck with this additional noise. It would be great if the hashtag was once again added via CSS, or that an option be added to hide it permanently. Thank you.