letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

Show embed dialog when pasting web page URL to board #124

Closed letsfindaway closed 1 year ago

letsfindaway commented 1 year ago

When pasting the URL of a web page on the board, show the embed dialog just as if the "Embed" button was pressed in the web browser.

This would allow easy access to this function without the need to switch to web mode, paste the URL there, and then press the "Embed" button.

letsfindaway commented 1 year ago

A first step would be to make the UBEmbedController and UBEmbedParser independent of any QWebEngine things. The controller should just manage the dialog, the parser should just parse the HTML.

it should then be possible to wire these classes to the web browser as well as to the mime type handling in UBBoardController::downloadFinished().

letsfindaway commented 1 year ago

Closed as related branch was merged.