Some zettels in my zettelkasten have ids in Russian, however it seems like whatever is used to transform markdown links only handles paths with latin characters and leaves everything else as-is. It would be nice if non-latin charachters were allowed or a warning was printed if that is impossible.
Neuron version: 1.0.1.0
Steps to reproduce:
- Create a file named
тест.md
- Link to it from another zettel like so
[test](./тест.md)
- Generate the static site with
neuron rib
Expected behavior: the generated HTML for the zettlel has a link to тест.md
Actual behavior: the link is left as if it was plaintext
Some zettels in my zettelkasten have ids in Russian, however it seems like whatever is used to transform markdown links only handles paths with latin characters and leaves everything else as-is. It would be nice if non-latin charachters were allowed or a warning was printed if that is impossible.
Neuron version: 1.0.1.0
Steps to reproduce:
тест.md[test](./тест.md)neuron ribExpected behavior: the generated HTML for the zettlel has a link to
тест.mdActual behavior: the link is left as if it was plaintext