Replies: 1 comment 1 reply
-
No feature exists to do this. I think JavaScript approach would be best here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am running into a little trouble with the edit url in my
.dhall
file pointing athttps://www.cerveau.app/-/blah/neuron-repo/some-branch
Is there a setting that addresses the generated edit links from
neuron gen --pretty-url
? The edit link breaks becausewebsite.com/hello_world.md
becomeswebsite.com/hello_world
, resulting in an invalid zettel.Yes, I can just change the URL manually, but I want it to just work lol. I am aware we can use Javascript as a workaround to strip the
.md
of each link, but I was curious if there was a flag or setting I can use to avoid that.Sorry ahead of time if this is a duplicate, I couldn't find a issue for this question. Thanks! :D
Beta Was this translation helpful? Give feedback.
All reactions