You add a conditional viewtemplate.
Here's the basic idea:
title: edittemplate/note
tags: $:/tags/EditTemplate
list-after:
text:
<$list filter="[is[current]tag[slide]]">
<$edittext field=note tag=textarea>
</$list>
title: viewtemplate/note
tags: $:/tags/ViewTemplate
list-after:
text:
<$list filter="[is[current]tag[slide]]">
<div class="hover-to-show">
<$wikfiy name=note text={{!!note}}>
<<note>>
</div>
</$list>
title: stylesheet/note
tags: $:/tags/Stylesheet
text:
.hover-to-show {min-height:1em; font-size:0; visibility:hidden;}
.hover-to-show:hover {font-size:inherit; visibility:visible;}
Again, just the basic idea. I'm sure you'd have to fiddle with it to get it
to work properly (or at all - didn't try it).
<:-)
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/d8918999-f1f9-44ce-8be0-7fcd5a9937c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.