-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[Discussion] Will Gatsby support org-mode? #3361
Comments
Could you outline what's needed to support Org mode? Lots of emacs users using Gatsby so definitely open to the idea as well as to PRs if it's fairly straightforward |
Hi @calcsam, Actually, I want to know if we could support to convert org-mode files to html's, as MD is supported by default. I usually use org-mode to write articles. Do we have such kind of plugin Thanks, |
Ah, got it. To clarify, Gatsby current has this functionality in an official plugin called Gatsby-transformer-remark. In order to replicate this for org-mode files, you'd want to create another plugin called gatsby-transformer-org-mode. Right now such a plugin does not exist. Creating one would be fairly straightforward -- you'd want to use the structure of gatsby-transformer-remark but use a tool that ported org-mode into HTML (or into markdown and then use the markdown transform code). Unclear on a quick search if a specific tool exists (in Node.js) but there's a Node port of pandoc which should work. |
yes, I tried to find a tool for converting org-mode to html, but failed. Maybe we can convert it to MD, then use |
Yes pandoc should do that |
Cool |
A pandoc Gatsby transformer would be 🔥🔥🔥 |
#3907 It's merged |
Due to the high volume of issues, we're closing out older ones without recent activity. Please open a new issue if you need help! |
Hi guys,
Could anyone tell me if Gatsby will support org-mode? Or if any advice?
Thanks,
Jack
The text was updated successfully, but these errors were encountered: