zyrolasting / polyglot

Create websites using any mix of programming languages or workflows 💎
MIT License
78 stars 2 forks source link

Use with org-mode markup? #46

Open anthrolisp opened 4 years ago

anthrolisp commented 4 years ago

How might one use Polyglot with org-mode markup? Possible to create a working example? Many thanks in advance!

zyrolasting commented 4 years ago

You'd have to add it as a supported format in a workflow subclass. Specifically, you'd need to override delegate to recognize org-mode markup and tell the compiler where the dependencies are. It will integrate with the other documents from there.

I'm open to creating an example, but it would probably be in the next release of https://github.com/zyrolasting/unlike-assets instead. After all, polyglot is only a configuration of that.