orgapp / orgajs

parse org-mode content into AST
https://orga.js.org
MIT License
612 stars 63 forks source link

[Feature Request] Allow for JS Injection #61

Open khinshankhan opened 3 years ago

khinshankhan commented 3 years ago

When working with gatsby, it's very helpful to embed components within the markup language. A great example of this is mdx. It'd be nice if orga could support this and then perhaps later support a custom "provider" for replacing various tags.

I think a quick scroll through this will better explain my request. Essentially I'd like an "orgx" robustness to org as mdx is to md.

This may relate to #49 but it felt separate enough to make an issue for.

gitonthescene commented 3 years ago

This might be of interest.