plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Add org-mode support for internal links (incl. update documentation)

Open dalanicolai opened this issue 6 years ago • 2 comments

Similar to the problem with image url's, the url's of internal link are also not handled well by ox-html for correct use with nikola. I copied and slightly the solution for handling image urls so that internal urls will also be handled correctly now with org-mode.

In addition to changing the implementing the code I updated the documentation in the README file for the plugin.

dalanicolai avatar Jan 10 '20 22:01 dalanicolai

I have implemented your suggestions/requirements for accepting the pull request

dalanicolai avatar Jan 12 '20 13:01 dalanicolai

I don’t know anything about org-mode, but could you show a more specific case where this style of linking would actually be useful? Can’t you just use links like 'foo.jpg' and get the correct output? And as for the part with .org specifically, why would you want to use that?

Kwpolska avatar Jan 14 '20 19:01 Kwpolska