You can try md_docer.py plugin. I remember writing it for someone with similar problem. Using it you can define one or more transformer scripts with the headline like "@transformer mytransformer". This script has access to g, c, p and out vars. Out is a file like object. Script should write its output to out. Nodes with the headline like " @transform-node mytransformer(somegnx)" will have the output of transformation mytansformer of node with the given somegnx.
Transformations can be executed as minibuffer command or by default on every save. HTH Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/73f36070-d6e2-4595-bbf3-62fb15162b09%40googlegroups.com.
