srid / neuron

Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote)
https://neuron.zettel.page
GNU Affero General Public License v3.0
1.52k stars 150 forks source link

Umlaute break zettel queries #487

Closed yeldiRium closed 3 years ago

yeldiRium commented 3 years ago

This example zettel query:

[[[z:zettels?tag=abcdeföhij]]]

Is rendered to this html:

<a href="z:/%5bz%3azettels%3ftag=abcdef%c3%b6hij">z:/%5bz%3azettels%3ftag=abcdef%c3%b6hij</a>]

The URL-encoding of the umlaut (and probably other special characters) seems to break the query parsing and subsequently the generated lists.

srid commented 3 years ago

Duplicate?

https://github.com/srid/neuron/issues/446#issuecomment-720001775

At minimum, we can document this limitation.

yeldiRium commented 3 years ago

Ah yes. I did not see that issue when searching. Thanks!