[tw] Re: XAMPP

2011-06-11 Thread whatever
I'm using ccTiddly myself, so I can give you some advice. Use XAMPP 1.7.3, because the latest version has bugs. As for ccTiddly, use version 1.7.6, because 1.8.5 and 1.9 have some bugs too. The only problem is that the development is not as fast as for TiddlyWeb due to lack of developers. See the

[tw] Image hosting

2011-06-11 Thread whatever
Hi! I made a simple site for a friend of mine using TiddlyWiki and I'd like to host it online somewhere. The problem is, it contains a couple of image galleries. Can anyone suggest a free domain/hosting service (one that doesn't inject ads code). Or just an image hosting service (in which case I

[tw] Tiddler Title question

2011-06-11 Thread axelm
Hello All, how would make the tiddler titles (all of them) appear in the center and not on the left side? thank you, axelm -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit

[tw] Re: Tiddler Title question

2011-06-11 Thread axs
If you have a .title{ } definition in your stylesheet, add text-align:center; to it. If you don't have one, add .title{ text-align: center; } to your StyleSheet. Regards, axs -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this

[tw] Re: Tiddler Title question

2011-06-11 Thread axelm
Thank you, axs. That worked. Then I tried to give the title a Highlight color like this: background-color:#6F0; but the whole line gets highlighted, I just want the text to highlight. How do I do that? axelm -- You received this message because you are subscribed to the Google Groups

[tw] tag macro in defaultTiddlers - sort issue

2011-06-11 Thread HansBKK
Q1: I'd like to have my TW's default display on loading to have a particular tiddler at the top, followed by a set of tiddlers selected by the presence of a tag default. I thought the following defaultTiddlers would work: [[Open Journal Entries]] [tag[default]][sort[-modified]] However, the

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-11 Thread whatever
In DefaultTiddlers you can only list the tiddlers. If you want to use a sorting/listing syntax, put it in a custom tiddler and then just list that tiddler in the DefaultTiddlers. For example: Put [tag[default]][sort[-modified]] in MyDefaultTiddlers tiddler and then put [[MyDefaultTiddlers]] in

[tw] Re: XAMPP

2011-06-11 Thread Trey
Thanks for replies. Confused about a few points. Messages are targeted but please all feel free to answer... @ whatever Are you indicating that ccTiddly is a true fork from Tiddlywiki - as in, updates to TW are not applicable to ccTiddly? Is this true for TiddlyHome, TiddlyWeb and/or

[tw] PageTemplate Changes Not Working

2011-06-11 Thread Jonah
Hi, I have a local TiddlyWiki (the monkey one), and I am trying to add content to the header. As I test, I edited PageTemplate and changed these lines: div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]' div class='headerShadow' span

[tw] Re: how to use dynamically generated tables with the memorizable plugin

2011-06-11 Thread steve
Måns I am happily using your MeMo2 function for the terminology quiz generator. I would like to generalize it a bit to use multiple tags with the 'tiddler.tags.containsAny($1)' function where the input string $1 could contain three tags or more something thing like [tagA,tagB,tabC]. What is

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-11 Thread HansBKK
On Jun 12, 3:09 am, whatever kbrezov...@gmail.com wrote: In DefaultTiddlers you can only list the tiddlers. If you want to use a sorting/listing syntax, put it in a custom tiddler and then just Sorry, but this just isn't true. Go ahead and test it yourself: Put

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-11 Thread Eric Shulman
The other difficulty is that I haven't been able to get more complex selection criteria to work, and ideally I'd like Eric's MatchTags to be able to work like the tag macro does regarding *actually opening* a list of tiddlers as part of the DefaultTiddlers functionality, rather than just

[tw] OpenTaggedTiddlers with MatchTags' boolean select

2011-06-11 Thread HansBKK
This is related to my recent post, but I thought different enough to warrant a separate thread. I am trying to use OpenTaggedTiddlers in combination with MatchTagsPlugin This works fine: tiddler OpenTaggedTiddlers with: Open all journal modified reverse close 100 Regarding the tagToMatch

[tw] Re: Tiddler Title question

2011-06-11 Thread HansBKK
Use Firebug to narrow down your selectors. On Jun 12, 1:01 am, axelm miedbr...@gmail.com wrote: Thank you, axs.  That worked. Then I tried to give the title a Highlight color like this: background-color:#6F0; but the whole line gets highlighted, I just want the text to highlight. How do