Hi Danielo,

Thanks for sharing it. I tried it instantly, and found a little glitch: If 
the footnote text contains [[Links]], they get wikified as block, i.e. on 
an extra line, interrupting line flow. It's because of ".tw-drop-down a { 
display: block; padding: 0 14px 0 14px; }" in 
$:/themes/tiddlywiki/vanilla/base.
You can correct it by adding a single-lined <style> block to the definition 
macro, directly after <div class="tw-drop-down">:

style>.tw-drop-down a {display:inline;padding:0}</style>

And if you add ".tw-drop-down dd {white-space:normal}" to that block, long 
lines won't leave screen anymore :-)

Uwe

Am Dienstag, 18. Februar 2014 12:47:23 UTC+1 schrieb Danielo Rodríguez:
>
> Hi David 
>
> Glad you like it! Me alegra mucho. 
>
> About the rojo macro: for me is faster to type < since it is a single key 
> and is very close to my fingers. The @, at least in my keyboard layout 
> involves two keys that are very far away. 
>
> Alberto I'm glad you like it too. 
>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to