tw-drop-down
define ref(label) <$button popup="$:/state/$label$" class="btn-invisible tw-slider"><sup style="color:green">$label$</sup></$button> \end \define definition(label,text) <$reveal type="popup" state="$:/state/$label$" animate="yes"> <div class="tc-drop-down"> <dl> <dt>$label$</dt> <dd>$text$</dd> </dl> </div> </$reveal> \end \define footnote(label,text) <<ref "$label$">> <<definition "$label$" "$text$">> \end \define footnotes(label,text) <<definition "$label$" "$text$">> <sub><span style="color:green">$label$ : </span> $text$</sub> \end
.tc-drop-down dd { max-width:300px; word-break: break; white-space:normal; padding :0;}
tc-drop-down a {display:inline;padding:0}
Let me know about the experience.
define ref(label) <$button popup="$:/state/$label$" class="tc-btn-invisible tc-slider"><sup style="color:green">$label$</sup></$button> \end \define definition(label,text) <$reveal type="popup" state="$:/state/$label$" animate="yes"> <div class="tc-drop-down"> <dl> <dt>$label$</dt> <dd>$text$</dd> </dl> </div> </$reveal> \end \define footnote(label,text) <<ref "$label$">> <<definition "$label$" "$text$">> \end \define footnotes(label,text) <<definition "$label$" "$text$">> <sub><span style="color:green">$label$ : </span> $text$</sub> \end
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
All the plugin developers are waiting till the stable release of tiddlywiky. After that some adaptation work is required. So visit again my wiki at TiddlySpot.com in a month for an updated version of all my plugins.
RRegards
\define ref_r(label)
<$button popup="$:/state/$(currentTiddler)$/r_$label$" class="tc-btn-invisible tc-slider">[<span style="color:blue">$label$</span>]</$button>
\end
\define definition_r(label,text)
<$reveal type="popup" state="$:/state/$(currentTiddler)$/r_$label$" animate="yes">
<div class="tc-drop-down">
<dl>
<span style="color:lightgrey;">Посилання</span>
<dt>$label$</dt>
<dd>$text$</dd>
</dl>
</div>
</$reveal>
\end
\define caption_r(label,text)
<<ref_r "$label$">>
<<definition_r "$label$" "$text$">>
\end
\define captions_r(label,text)
<<definition_r "$label$" "$text$">>
[<span style="color:blue">$label$</span>] $text$
\endCaption definition <<captions_r "34" "askaskadsk asdsadasdsa">>
Reference to the caption <<ref_r "34">>
Reference to the caption <<ref_r "34">> from another tiddler<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
Hello,Since I created this tool some other and probably better solutions have appeared. Have you tried any of the alternatives ? I don't know any of them by memory, but probably others do.
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/2dcd1e89-e0ed-4b2a-90a6-15435bd9a0bf%40googlegroups.com.