Once again another tag issue.
Zettlr interprets hashtags inside url as tags. The links work but it does give me some false tags. I can escape them but that breaks some of the links. Tried putting them into markdown links but it doesn't help and has issues there too.
https://imgur.com/qb6gCKD
https://imgur.com/9L6D5PI
https://imgur.com/HePgTUY
Damn, I thought I had fixed this … I'm on it!
Alright, I fixed most of the tags:

I'm still on the explicit markdown syntax, because there the error is not in tag detection (the #Perversion is not detected as tag by the engine) but in the URL detection. This could take some further time.
To circumvent this just replace the closing brace with %29 (iirc)
Alright, the link detection does not work because Wikipedia links in many cases contain literal braces (( and )), which makes it hard to check against such links. To circumvent those specific link issues for now is to escape the characters with both %28 (opening brace) and %29 (closing brace). These links work just as fine.
Links then look like this: https://en.wikipedia.org/wiki/Sexual_Desire_%28book%29#Perversion
Nice. That does work, though it still shows up in quicklook tag cloud and snippets, I assume that will be fixed in the newer version.
Just to be certain, I will post some other affected links.
https://www.google.com/search?q=organic+geometry&source=lnms&tbm=isch&sa=X&ved=0ahUKEwixsb253e7aAhWNzaQKHY0vCI0Q_AUICigB#imgrc=QUZUjzGBNUwQBM
#imgrc
https://plato.stanford.edu/entries/schlegel/#LatLifHisRel
#latlifhisrel
http://www.foreignlanguageexpertise.com/polyliteracy.html#w
#w
Also worth noting is the fact that the tag cloud seems to kinda wonky with its numbers.
It shows way too high numbers for tags and they seem to increase after some time with Zettlr open. Especially for the ones that are not suppossed to be there like "perversion". Not sure if its related.
When I open it initially the numbers are correct but after some time they get wonky. "perversion" for example should be there only once the word doesn't appear anywhere in any form except in that instance but I've seen it go up as far as 16.
No idea whats causing that.
I've messed around a bit and it seems to happen when switching files, every time I switched between the file containing "perversion" and then back it seemed to increase.
Concerning the links you reported: These work fine as well now!
As for the numbers: I wondered yesterday whether or not I accounted for multiple reportings — now we have the answer: I didn't 😅
I'm on it!
Is this the same problem?
Zettlr recognizes words followed by # as a tag - which is fantastic!
However, is there a way to avoid Zettlr tagging when # is used in the middle of the word (when there is no space in between a word and #).
For example,
sk://robert#21 - zettler recognizes #21 as a tag, but I need # needs to be used in the middle of the word in order to link external pdf files. Is this possible?
robert #21 (#21 as a tag)
BUT NOT robert#21 (#21 not as a tag in this case)
Thanks
@pkritiya Yes, this is the same problem, and it has been fixed. The patch will ship with the next version!