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

[Feature request] Chapter content editor #1332

Open
5 tasks done
Palloxin opened this issue Nov 19, 2024 · 1 comment
Open
5 tasks done

[Feature request] Chapter content editor #1332

Palloxin opened this issue Nov 19, 2024 · 1 comment
Labels
Feature Request New feature or request

Comments

@Palloxin
Copy link
Contributor

Palloxin commented Nov 19, 2024

Describe your suggested feature

A way to edit chapters content while reading.
-Sometimes novels are so messy i want to manually correct them while i read; then export to epub and share with the community.

It should look like this:

EhAgea0Q.mp4

I achieve it by using the JS

document.documentElement.contentEditable = true; 

How to implement it UI wise?
A button to enter Edit mode, find the text, edit, and save button. Once Save button has been pressed switch to Reading mode again. Very fast and clean.

Other details

Currently there are no epub editors for android that can modify chapter content.

LNReader would become the first, potentially making users improve badly formatted stuff while reaading; then export as epub once finished and share.

I know because I mainly read epubs given from the community.. they can be messy too.

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • If this is an issue with a source, I should be opening an issue in the sources repository.
  • I have updated the app to version 2.0.0.
  • I will fill out all of the requested information in this form.
@Palloxin Palloxin added the Feature Request New feature or request label Nov 19, 2024
@Palloxin
Copy link
Contributor Author

Palloxin commented Nov 19, 2024

A low maintenance alternative would be using third party Text editors:

LfyaZJtr.mp4

by just giving the trigger of the file path (or.something like that) since chapters are in the Android folder like in the video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant