Just when you think things can't get any better - awesome!
Thanks Mat!
Regards
Jon
On Friday, 26 June 2020 11:31:30 UTC+1, Mat wrote:
>
> Sure. For the following solution, you'd have to use the ListWidget instead
> of the short form {{{...}}} syntax. Thus:
>
> <$list filter="""[tag[journal]!sort[created]]""">
> <div class="hover-to-show">
> <$link/><br>
> <span class="hover-to-show-inner">
> <$transclude mode=block/>
> </span>
> </div>
> </$list>
>
> ...and you'll need a stylesheet, something like so:
>
> title: Stylesheet/hover-to-show
> tags: $:/tags/Stylesheet
> type: text/css
> text:
> .hover-to-show {display:inline-block;
> }
> .hover-to-show-inner {
> display:none;
> margin-left:2em;
> z-index:1000
> }
> .hover-to-show:hover .hover-to-show-inner {
> display:block;
> position:absolute;
> background:white;
> max-width:300px;
> outline:2px solid silver;
> padding:5px;
> }
>
>
> <:-)
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/6576c2c3-1342-4ac4-8853-2e1562f4d558o%40googlegroups.com.