Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Text, accelerator and keybind #6

Open
3 tasks
GregCM opened this issue Oct 29, 2020 · 1 comment
Open
3 tasks

Export Text, accelerator and keybind #6

GregCM opened this issue Oct 29, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@GregCM
Copy link
Owner

GregCM commented Oct 29, 2020

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
@GregCM GregCM added enhancement New feature or request good first issue Good for newcomers labels Oct 29, 2020
@GregCM
Copy link
Owner Author

GregCM commented Oct 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants