Fábio Colácio

Results 41 comments of Fábio Colácio

You can use ``cairo_context_translate()`` in your ``on_draw()`` to translate the canvas to the center. Here I added to the example I posted in issue #121. ```python def on_draw(self, area, cairo_context):...

gotcha. I will hold off on this PR then until the callbacks are in a known working state.

I agree that this is a nice feature to add. We use [scidown](https://github.com/Mandarancio/Scidown), as a markdown parser, so you might consider opening this issue there also, but I may implement...

Hi @mobinmob, for formats other than HTML, latex and PDF, Marker uses the pandoc command to export. If pandoc is missing on the host, most of the formats won't work....

Regarding the PDF issue, I haven't encountered that yet but I'll investigate it more. If you have access to a printer, you might try printing a document to see if...

Thanks for the input about the PDF export. GtkPrintSettings has no programmatic way to select "Print to File" as a target (other than using a string). It seems there are...

The PDF issue seems to be fixed with #321. Feel free to re-open if it isn't fixed for you all (has not been pushed to flatpak yet), so you must...

It could be an interesting idea to add support for backends like pweave and r-markdown, but we would lose compatibility with the hoedown extensions we added. I think the best...

A plugin system could work, and our custom hoedown engine would be the default. This would also make it very easy to add support for #46

I will look into this and see if ``libpeas`` can provide what we are looking for.