Folks,I have a wiki with a pile of svg's and images, which I include useful text with to permit searching.
The UI needs a little more polishing!
Mohammad,Thanks for the feedback.I think I was inspired by select icon and since my main issue is browsing, installing and obtaining the tiddler name to include in designs I decided to solve it with a search.I installed the favicons svg versions from http://fa5-free-svg.tiddlyspot.com/ and the name info was searchable.
Did you try the open in new window button?
<span class="tc-image-chooser">
<$link to={{!!title}}>
<$transclude/>
</$link>
</span>the checkbox can go into a setting tiddler!
<$link to={{!!title}}>
<$transclude/>
</$link>
<$link>
<$transclude/>
</$link>
Folks,I have a wiki with a pile of svg's and images, which I include useful text with to permit searching.