polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

Use with org-mode markup?

Open anthrolisp opened this issue 5 years ago • 1 comments

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

anthrolisp avatar Mar 10 '20 12:03 anthrolisp

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.

zyrolasting avatar Apr 29 '20 03:04 zyrolasting