Firstly, excellent contribution to Scribus. Thanks for sharing.
I liked it so much that I started learning Python 3 days ago...
I'm using it to load blocks of text with some dimension and with some formatting variations into a scribus document. The ideal would be to use markdown in these blocks, but I can't understand how to invoke the markdown filter that you can choose by doing get text interactively. I've been looking at your code and also a package in "...Scribus 1.6.3\python\lib\site-packages\pip_vendor\rich", but I don't know how to adapt and use it for this.
This is to avoid having to break the text into countless blocks, so that each one only has one formatting/style.
Is it possible?
Thank you very much and all the best.
Firstly, excellent contribution to Scribus. Thanks for sharing.
I liked it so much that I started learning Python 3 days ago...
I'm using it to load blocks of text with some dimension and with some formatting variations into a scribus document. The ideal would be to use markdown in these blocks, but I can't understand how to invoke the markdown filter that you can choose by doing get text interactively. I've been looking at your code and also a package in "...Scribus 1.6.3\python\lib\site-packages\pip_vendor\rich", but I don't know how to adapt and use it for this.
This is to avoid having to break the text into countless blocks, so that each one only has one formatting/style.
Is it possible?
Thank you very much and all the best.