EASY APPLICATION, GREAT FUNCTION – #1
This is just an example of how flexible the miniBrowser is …
Background assumptions …
(1) you have converted a bunch of your browser Bookmarks to miniBrowser format that you’ll use regularly;
(2) you need a simple way to use those;
(3) you don’t need to edit them, only click them;
(4) you understand miniBrowser CSS.
The combination of “intelligent loading / unloading” of iframes in the miniBrowser WITH fine-grained CSS of it’s UI gives enormous scope on different ways to present output.
Here is one minimalist example I already use in the Sidebar …
I used miniBrowser CSS to hide the iframe until it is loaded. Hence only 3 icons show. Nothing else is needed.
The Down Arrow enables selection of any link …

… that opens the selected address in an iframe, like this …
.
The Magnifying Glass Search is confined to externalised sites. Those with Suffix “+”…
Click a link and a browser tab opens for it. In the TW nothing changes.
Clicking the X icon clears any iframed site.
The code for all this is …
<$let width="100%" height="50vh" name="br-bmk-only" folders="$:/config/TiddlyTools/Bookmarks" find="[suffix[+]]" extlink="+" zoom=".75,1">
<span class="tt-bmk-only">{{TiddlyTools/Panels/Browser}}</span>
</$let>
[CSS omitted]
It is marvellous,
TT