fabiocolacio / Marker

🖊 A gtk3 markdown editor
GNU General Public License v3.0
832 stars 75 forks source link

Compiled Preview #103

Open fabiocolacio opened 6 years ago

fabiocolacio commented 6 years ago

In book mode, we can have two preview modes. The default one shows the normal preview of the current markdown file, but an alternate one can show the pdf of the whole project when it is compiled.

We can use Poppler for rendering pdf in the second mode.

eldelacajita commented 6 years ago

This feature could enable a new possibility: being able to select several text documents from the document list and preview them on the right, one after another, even if they are non consecutive on the list. (Similar to Scrivener's "scrivenings mode"). Like a "live preview of selected documents as a single document".