You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save text exists, in the form of capturing whatever is currently displayed in the Reader widget. Say I want a whole book, or the whole Bible. This is where export would be useful.
As with Save / Saveas, Export would exist under the File menu and would need to provide some clickable options through which one could navigate to a final export, pushed to a TXT file, or potentially a PDF if a typesetter is available.
io
handler
parser
The text was updated successfully, but these errors were encountered:
Note that at any given time, the whole Bible is easily accessible as self.text after it is defined in \_\_init\_\_. Starting from there, exporting the whole bible to a file location of choice based on the io methods already implemented should be straightforward. The keybindings and placement of the Export command in the File Menu also will be simple enough, just copying the File Menu entry for Save exactly.
Save text exists, in the form of capturing whatever is currently displayed in the Reader widget. Say I want a whole book, or the whole Bible. This is where export would be useful.
As with Save / Saveas, Export would exist under the File menu and would need to provide some clickable options through which one could navigate to a final export, pushed to a TXT file, or potentially a PDF if a typesetter is available.
The text was updated successfully, but these errors were encountered: