Dansoftowner / Boomega

A modern book explorer/catalog application written in Kotlin and Java.
GNU General Public License v3.0
73 stars 5 forks source link

Allow text highlighting in Google Book Preview #166

Closed Dansoftowner closed 2 years ago

Dansoftowner commented 2 years ago

In the Google Book Details panel it's impossible to highlight/select the description-text. That's because currently the rendering is done by a MarkdownView (and because of that the HTML description needs be converted into markdown at the first step -> bad performance).

Suggestion: Use a WebView to render the content. That's now possible because in JavaFX 18 it's possible to make it's background transparent.

Benefits:

Drawback(s):