YAN
(YAN)
September 29, 2022, 1:36am
1
Hi,
It’s pretty helpful that after typing “#”, all existing tags will pop up and users can easily pick tags from them, like this:
However, I found that if we type “#” in the beginning of a topic/reply, the existed tags won’t pop up, like this:
I wonder if this minor bug can be easily fixed? Much appreciate if anyone can give some ideas!
Stephen
(Stephen)
September 29, 2022, 3:01am
2
Hey Yan
A # at the start of a line is markdown syntax for a heading. This isn’t a bug, it’s by-design.
#this
renders as:
this
2 Likes
renato
(Renato Atilio)
September 29, 2022, 4:20am
3
The # used for a heading is indeed the cause, but it can be improved: you need a space after the # for it to be a heading.
I see a minor feature request here which is fine for, when you are at the beginning of a line:
# b autocomplete appears.
So we basically wait one more char instead of totally giving up.
2 Likes
I’ll close this one off in favour of the open feature request (pr-welcome ) if anyone would like to add their voice there and maybe get that some more attention.
#tags won't autocomplete at start of line
2 Likes