start with live preview

Asked by Michael Nagel

is it possible to make retext start with the live preview showing per default? i use it all the time. basically it is the reason why i use retext at all...

Question information

Language:
English Edit question
Status:
Solved
For:
ReText Edit question
Assignee:
No assignee Edit question
Solved by:
Dmitry Shachnev
Solved:
Last query:
Last reply:
Revision history for this message
Best Dmitry Shachnev (mitya57) said :
#1

Yes, to do that add

    restorePreviewState=true

line to ~/.config/ReText project/ReText.conf, and ReText will always save your preview state and restore it on startup.

I would also like to advertise http://sourceforge.net/p/retext/wiki/Configuration%20file/ once more.

Revision history for this message
Michael Nagel (nailor) said :
#2

$ cat .config/ReText\ project/ReText.conf
[General]
restorePreviewState=true
previewState=true

Revision history for this message
Michael Nagel (nailor) said :
#3

Thanks Dmitry Shachnev, that solved my question.