You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Org-mode support is disabled by default. To enable it, add formats = ["markdown", "org"] in the neuron.dhall file. Then neuron will pickup .org files as well as .md files. To link to notes, use [[z:/efja2hs3]] syntax (explain why this particular syntax).
The text was updated successfully, but these errors were encountered:
Headline links ([[*Headline title]]): not even generated as links, rendered as slanted text
Fuzzy linking ([[file:path::Some sentence somewhere in the file]]):: generated as links but doesn't work
I would expect both linked headlines and sentences to be generated along with HTML anchors and so that links can point to them.
I'm not an org-mode power user so I suspect many other features that I didn't notice won't work. I think the support it is good enough for basic usage but it is just impossible to reimplement org-mode entirely within neuron. I'll try to investigate alternatives such as letting emacs handle itself the HTML generation through a custom exporter tailored for neuron.
brief explanation
Org-mode support is disabled by default. To enable it, add
formats = ["markdown", "org"]
in the neuron.dhall file. Then neuron will pickup .org files as well as .md files. To link to notes, use[[z:/efja2hs3]]
syntax (explain why this particular syntax).The text was updated successfully, but these errors were encountered: