-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: first class support for regular markdown links #614
Comments
Thanks for the references. I think that #543 is a different issue, but may be related. In order to illustrate the differences between the behaviours, I have created https://github.com/aignas/srid-neuron-614. The dirtree works as expected, however links to zettels is not what I would expect. I would expect The uptree plugin as shown in the screenshot is only built when using standard |
Supporting links like The uptree plugin behaves as expected, as it looks only at the folgezettel subset of the graph, and as such it looks only at folgezettel links, which is what links with a |
I see. It seems that having propper uplinks requires the Shall we set the scope of the feature request only on the link supporting then? EDIT: Updated the issue description to be more specific. |
See #373 for folgezettels with custom link text. Markdown links will remain non-folgezettel. |
Makes sense, thank you for clarification. |
Closing per https://neuron.zettel.page/next ... to further discuss this idea, post in Emanote repo. Regular Mardown links should work on Emanote, if not please open an issue in that repo. |
I really dig this tool, however, one thing that is half-working for me is the regular markdown links, which would point to the
md
file as it is on the file system. Reasons for why I think markdown links may be good:[some context](actual-link.md)
syntax, which can make the text more natural to read.Currently the links work intuitively if all zettels are in the same directory. The user stories I would like to see supported:
foo.md
anddir/inside.md
, as a user I would like to link toinside.md
file by using[some text](dir/inside.md)
dir/foo.md
and adir2/inside.md
, as a user I would like to link toinside.md
file by using[some text](../dir2/inside.md)
I personally think that allowing links
[some text](inside.md)
when theinside.md
is not in the same directory is confusing, but I think it may be worth to decide this outside the scope of handling the two cases above.The text was updated successfully, but these errors were encountered: