Eleventy: Support for org-mode files.

Created on 29 Sep 2020  路  1Comment  路  Source: 11ty/eleventy

Is your feature request related to a problem? Please describe.
I used to use pandoc to convert from org-mode to markdown. I wasn't able to parse header data when going back and fort between markdown and org-mode files. Which is sad.

Describe the solution you'd like
I would like to see support for org-mode files in the future as possible format. There are already parsers for org-mode for example here is one written in Rust https://github.com/PoiScript/orgize
here is one in js https://github.com/daitangio/org-mode-parser
I have not used them, so I cannot say any of them are any good. One could say that the specification is missing for org-mode and it depends heavily on the implementation of the org-mode in emacs. However I feel that org-mode is not going anywhere and it has been really stable for long time to make this effort worth it.

There are certain project which you can get inspiration from to see how they parse org-mode files.
https://github.com/200ok-ch/organice

Describe alternatives you've considered
Pandoc works only 1 way. Org-mode files -> markdown.

Additional context
I Love 11ty and I love org-mode. I want them both. I also backed this project financially because I trully believe that not having js framework baked in the SSG is the best way to generate websites. Love the work, and this is just suggestion. <3

enhancement

Most helpful comment

The only reason I use hugo because of 11ty lack of org-mode file support.

>All comments

The only reason I use hugo because of 11ty lack of org-mode file support.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nilsmielke picture nilsmielke  路  4Comments

AjitZero picture AjitZero  路  3Comments

smaimon picture smaimon  路  3Comments

veleek picture veleek  路  3Comments

zellwk picture zellwk  路  3Comments