-
-
Notifications
You must be signed in to change notification settings - Fork 145
Description
Hi!
First of all, thanks a lot for developing neuron srid, I just found out about it and I’m currently trying to implement it with my notes. I do use, however, as I come from Obsidian, spaces in my filenames, and then regular markdown links seem to break (wikilinks do not). Your documentation though seems to state to me that spaces should work.
I did some research within the documentation and the issues presented here, however I don’t really see me doing anything wrong, so it might be a bug?
So I’m basically including three different link versions in my index as follows:
# Index
[[Philosophischer Standpunkt]]
[Philosophischer Standpunkt](Philosophischer%20Standpunkt.md)
[Philosophischer Standpunkt](Philosophischer Standpunkt.md)As I said, the first one works, the other ones do not. To add another slightly weird aspect (at least it’s to me): The second one does render as a link, pointing to the markdown, not html file though though.
As your documentation seems to state that spaces should be left as-is, I thought the third one should render. But that is treated as simple text it seems:
I’m probably gonna change my filenames anyway, although that will make it slightly more challenging to use in Obsidian — but it will be the most compatible way to handle things in the future I guess. However, it seems to me there is either a bug in the code or in the documentation, so I thought I’d report. Hopefully I haven’t overlooked anything on my side.
I’m trying this out with a Docker container, as I plan on running it on a server full of Docker containers anyway, if that makes a difference. The web UI tells me I’m using Neuron 1.9.6.5. Oh and I don’t get your versioning yet, by the way. :) But as that’s just 0.0.0.1 below the version you’re using on the website, it should be up to date?
Keep up the great work!
