Dear Jeremy, Stephan and Ton

thanks a lot for the help and the time spent, solutions works like a charm 
and I've learned a bit more about transclusions  (I also pretty like my new 
"Last updated" banner).

Maybe I'd like to abuse your time on another newbie's question: (I looked 
into the forum but the solution I found does not seem to work).
It's related to the tag dropdown menu -- I would like to remove it (in 
principle only for specific situations, but for now I would just try to 
remove it in all cases).

I've understood this can be done within CSS and following a previous answer 
in the discussion group, I created a new tiddler tagged $:/tags/Stylesheet 
which contains something like :
.tiddler .tagged {         display: none;     }
but I'm suspecting  this is not the correct stylesheet syntax (I've tried 
other variations though)

Any simple recommendation ?

Thanks again for all the help
Best wishes
Fabien








Le lundi 20 octobre 2014 13:24:53 UTC+2, Jeremy Ruston a écrit :
>
> Hi Alet
>
> 1. I'd like to add a listing similar to the recent listings example, which 
>> in addition of giving a list of tiddlers' title, would also display tags 
>> associated to each tiddler (with a pill like symbol) on the same line.
>>
>
> Here's a slight simplification of the solution that Stephan posted:
>
> {{{ [all[current]tags[]] ||$:/core/ui/TagTemplate}}}
>
> Here we're using the triple braces syntax for a filtered transclusion. 
> Each tiddler that results from the filter expression before the double 
> pipes is rendered through the template tiddler specified after them.
>
>>
>> 2. I'd like to add a simple top right "banner" (not sure it's the correct 
>> word) similar to the red one displaying Version 5.1.2 on 
>> http://tiddlywiki.com/, which would permanently display the date of the 
>> latest modified tiddler.
>>
>
> 1. Copy the plugin $:/plugins/tiddlywiki/github-fork-ribbon (labelled 
> "GitHub-style ribbon in pure CSS") to your TiddlyWiki
> 2. Save and reload your wiki
> 3. Create a new tiddler called $:/_MyRibbon tagged $:/tags/PageControls 
> and containing:
>
> <div class="github-fork-ribbon-wrapper right">
> <div class="github-fork-ribbon" style="background-color:#DF4848;">
> <$list filter="[!is[system]!has[draft.of]!sort[modified]limit[1]]">
> <$link>
> <$view field="modified" format="date" template="DD mmm YYYY at 0hh:0mm"/>
> </$link>
> </$list>
> </div>
> </div>
>
> 4. If required, change the background-color value to your preference
>
> It's a good idea; I've added these instructions to tiddlywiki.com for 
> 5.1.3:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/244b3256a92782b84a99683ebd6d89434e50a763
>
> Best wishes
>
> Jeremy.
>
>  
>
>>
>> Any simple way of doing these two things ?
>> Any help or comment will be greatly appreciated !
>>
>> Thanks a lot !
>> Fabien
>>
>>
>>  -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:[email protected] <javascript:>
>  

-- 
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/d/optout.

Reply via email to