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
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.
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
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
The text was updated successfully, but these errors were encountered: