Maybe something like this:
.fourcolumns .button {border: 0px; font-weight: bold;}
in StyleSheet.
Cheers, octw
On 10月22日, 下午11時35分, julien23 <[email protected]> wrote:
> How to display <<newTiddler...macro as a link, not as a button ?
>
> thanks
>
> optional context : to place the link at the top of a remote FeT list :
>
> [[FetList]] :
>
> {{fourcolumns{<<forEachTiddler
> where
> 'tiddler.tags.contains("$1") && !
> tiddler.tags.contains("attachment")'
> sortBy
> tiddler.title
> ascending
> write
> '((index == 0) ? "*<<newJournal title:YYYY0MM0DD-0hh0mm label:+
> [[$1]] $))\n" : "\n")+"*[["+tiddler.title+"|"+tiddler.title+"]]"'
>
> >>}}}
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.