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.

Comments

  1. Hi Sol, there was a request for tags to be found via Ctrl+F in browser, and it is not possible when tags were added via CSS.

    To disable '#' in tag names, you can run in Javascript console on the Checkvist site:
    localStorage.setItem('cv.no-tag-hash', true);

    To return old behaviour, with hash tag:
    localStorage.removeItem('cv.no-tag-hash');

    Hope this suits you,

    ReplyDelete
  2. Hi Kirill Maximov, I set the option in Firefox's console, but it does not appear to have any effect on the tags on the page.  I've cleared the cache and hard refreshed the page, but hashtags are still prefixing tags.  Is there anything else I need to do for the option to be applied?

    Also, does this setting need to be set on each browser/device that is used to access Checkvist?  If so, then it that would mean that it cannot be applied in mobile browsers (or any other browser without console access), right?

    If this is the case, it would really be great if there were an actual option in Checkvist's settings to stop hashtags from prefixing tag names so that the UX will be consistent regardless of the browser/device used.

    Thanks.

    ReplyDelete
  3. Hi, please try it out now, looks like I have not restarted the server after update.

    Regarding a separate option - could you please file a corresponding request to http://checkvist.uservoice.com?

    Thanks,

    ReplyDelete

Post a Comment

Popular posts from this blog

Hello friends

I'm really enjoy using checkvist, you are adding great features very quickly.