[tw] Conditional styling in list widget?

2017-11-25 Thread HarleyM
Hi,
I'm really new to TiddlyWiki and have what seems to me an embarrassingly 
simple question (I have a programming background).

Basically, I want to create a list of tiddlers within a tiddler, but to 
style each list item based on the presence or absence of a tag on that 
tiddler.

Specifically what I'm trying to do is have a goal tiddler that lists all 
associated task tiddlers (tagged with *task* and a tag that links it to the 
goal)

So far I have:

<$list filter="[!has[draft.of]tag[goal-001]tag[task]sort[title]]">

<$link to={{!!title}}><$view field="title"/>



So far so good, that gives me a list of all the tasks associated with that 
goal, but what I want to do is to check if each task has a *done* tag 
applied and if so strikeout the list item to show that it has been done.

Giving me something like:


*Tasks to complete writing goal 1*
Chapter 1
Chapter 2
Chapter 3


It seems like it should be incredibly simple, but I can't find how to do it 
anywhere. I have to admit TW is messing with my head, but I love the 
concept and I'll get there eventually...

Thanks for any assistance.

Harley

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/b88e0a02-980a-4ae7-b855-4b253e26b238%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Hard Linebreaks not appearing with some text formatting

2017-11-25 Thread AndrewMc
Hi All

I need to have hard linebreaks appear in some of my text (a quoted part a 
poem).
I followed the instructions at 
https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText and successfully 
had the line breaks appear.
However, as soon as I added italics or bold formatting to the entire block 
of text, the line breaks disappeared.

The following wikitext works:
"""
This is a line
and this is a new line
while this is yet another line
"""

This is a line
and this is a new line
while this is yet another line
-

However, adding italics or bold to the inside of the whole block removes 
the line breaks:
"""
//This is a line
and this is a new line
while this is yet another line//
"""

"""
''This is a line
and this is a new line
while this is yet another line''
"""

*This is a line and this is a new line while this is yet another line*


*This is a line and this is a new line while this is yet another line*

Note that the italics (or bold) formatting doesn't have to surround the 
whole block of text for the line breaks to be affected. If the formatted 
text encompasses a line break, then that line break will not appear. 
-

If I put the formatting outside the hard line break block, then both the 
formatting and the line breaks appear:

//"""
This is a line
and this is a new line
while this is yet another line
"""//



*This is a lineand this is a new linewhile this is yet another line*

Is this expected behaviour, or have I discovered a small bug in the 
wikitext processing?

Cheers
Andrew Mc

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/9c8e3ff8-c383-488a-a107-7255ebbf8e23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] A bug in list-after field behavior

2017-11-25 Thread Arkady Grudzinsky


This TiddlyWiki  is an example of a bug 
in the tagged tiddler sorting algorithm 
. I created 4 
tiddlers: New Tiddler , New 
Tiddler 1 , New Tiddler 
2 , and New Tiddler 3 
 tagging this tiddler.


Now I use the <$list> widget to show a list of these tiddlers:


<$list filter="[is[current]tagging[]]">

<$link to=<>>{{!!title}}
<$list filter="[is[current]has[list-before]]">list-before: 
{{!!list-before}}
<$list filter="[is[current]has[list-after]]">list-after: 
{{!!list-after}}




This code also shows list-before and list-after fields if they are present.


Now I want the <$list> widget to show the tiddlers in the reverse order. So 
I created an empty field list-before in New Tiddler 3 
 to list New Tiddler 3 
 at the top and added 
list-after fields to New Tiddler 2 
 and New Tiddler 1 
 respectively. The 
result is below:


   1. New Tiddler 3 
   2. New Tiddler  list-after: 
New 
   Tiddler 1
   3. New Tiddler 1  
list-after: New 
   Tiddler 2
   4. New Tiddler 2  
list-after: New 
   Tiddler 3

Apparently, list-after field does not work in this case as advertised. This 
behavior is not consistent. In this example 
, the list-after field 
works properly. The failure has something to do with the chain of list-after 
fields. 
I was trying this on a list of 11 tiddlers, and some tiddlers were ordered 
properly, and some were not.


By the way, the filter [is[current]has[list-before]] does not show the 
empty list-before value in New Tiddler 3 
 although, technically, New 
Tiddler 3  *has* the 
list-before field.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/016af997-7af4-4971-86b7-8c572adfaa08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Tiddlydrive not working on Android

2017-11-25 Thread AlanBCohen
My reason for making this post was to let the developers and documenters know 
that Tivoli Drive does not work for Android.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/1de8879c-4df0-412f-92a4-127a08ee3e11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is the easiest way to save/clone an active (full) TW as an empty TW with all its plugins/settings?

2017-11-25 Thread 'Mark S.' via TiddlyWiki
A quick and dirty approach that will *usually *work. You could copy your 
original file, and then in the copy make a tiddler $:/kill

<$button>SCRUB
<$action-deletetiddler $filter="[all[tiddlers]!is[system]]"/>


Be sure to close this tiddler so that it's title is $:/kill and not "New 
tiddler ..." or "Draft of ...".

Press the button and all non-shadow tiddlers that are not system tiddlers 
will be deleted.

Your plugins are usually shadows, and so won't be deleted.

Your configuration are usually system tiddlers, and so won't be deleted.

BUT, you may have excess system tiddlers that aren't for configuration that 
will be retained. And if you have any required additional macros that were 
not shadows and not system then they will be zapped.

Good luck,
Mark


On Saturday, November 25, 2017 at 7:44:30 AM UTC-8, wegs@gmail.com 
wrote:
>
> Hello!
>
> Am I the first in need of more than one TW? ;)
> Maybe there is already a function or an plugin doing this?
>
> Thanks!
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/b8cc0b10-cd9f-402a-8306-0cee1c7c9172%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is the easiest way to save/clone an active (full) TW as an empty TW with all its plugins/settings?

2017-11-25 Thread PMario
Hi, 

You could use the bundler plugin [1]. It allows you to export any 
combination of plugins and content tiddlers as a xxx.json file. These files 
can be drag and drop imported to a newly downloaded empty.html file. 

It should get you started very fast, once you did manage to configure your 
bundles. 

have fun!
mario

https://wikilabs.github.io/editions/bundler/ 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/7e9c41ce-e926-45fd-82b8-981c649206da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Plattform independed 3D Html presentations with strut.io

2017-11-25 Thread PMario
Hi, 

The "player" is impress.js [2] which may be relatively easy to implement as 
a TW theme. 

The closest successor, that I could find, is ShowPrepper [1]. It's a 
complete SPA on its own. So it contains a lot of components, that you don't 
rally want to embed into TW. ... 

 ... but it has an export function, that could be used to define the 
transitions between the different pages / tiddlers. 

A TW plugin could take this info and render some HTML code, that impress.js 
can handle. That would be relatively straight forward. 

just some ideas. 

have fun!
mario

[1] https://github.com/abbr/ShowPreper 
[2] https://github.com/impress/impress.js

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/a2a3a041-08a7-47cb-b095-eca7f8d4cb70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2017-11-25 Thread Robert Barker
Heh...nevermind - I found the fold-bar in the control panel!


On Saturday, November 25, 2017 at 1:53:23 PM UTC-5, Robert Barker wrote:
>
> Hi!  I recently gave DropBoard a try.  Very Clever!  
>
> I posted the question to the group regarding the Fold/Unfold borders on 
> your demo's tiddlers.  Would you mind sharing how that is done?  Your site 
> is the only example I've seen of it.
>
> I incorporated Dropboard with as many useful plugins I could find, as 
> experiment to learn and see how stable customizing TiddlyWiki is in doing 
> so.  
>
> One "incompatibility" I came across is with TiddlyMap's plugins.  The 
> TopStoryRiver plugin seems to affect Dropboard and cause a JavaScript error 
> (took a little narrowing down).  Although, now I have TopStoryView disabled 
> and both appear to be functioning (today).  Prior tests disabled resulted 
> in TiddlyMap's live view displaying blank.  Enabled TopStoryView, DropBoard 
> manipulation would result in a JavaScript error.
>
> Otherwise, I can confirm there's no issue with virtually anything else 
> (and I installed alot of 'em! haha..impractical for everyday use).
>
>
>
>
> On Friday, October 27, 2017 at 3:34:59 PM UTC-4, Reid Gould wrote:
>>
>>
>>
>> 
>>
>> Dropboard 1.0.0
>>
>> Dropboard version 1 has arrived! It is now safe, stable, and ready for 
>> use as a permanent installation in your wikis.
>>
>> See the source on GitHub:
>> https://github.com/reidgould/tiddlywiki-dropboard
>>
>> Learn from the examples and documentation in the User Guide:
>> http://reidgould.github.io/tiddlywiki-dropboard
>>
>> Here's a quick overview of the major features.
>>
>> Kanban like organization in the style of Trello using boards, lists, and 
>> cards... But better! 
>> Dropboard has:
>>
>>- Full integration with TiddlyWiki. Drag any tiddler into a board.
>>- Collapsible lists that you can still drag cards into.
>>- Lots of features to improve workflow and setup the view of your 
>>board to be just right for the task at hand.
>>
>>
>>
>> 
>>
>>
>>
>>
>>
>> View and edit a huge amount of data at once using window mode and scaling 
>> down your font size.
>>
>>
>>
>> 
>>
>>
>>
>>
>> A full Trello style palette for TiddlyWiki called TWello!
>>
>>
>>
>> 
>>
>>
>>
>>
>> Dropboard has been made completely by myself on my own time, and it's 
>> taken quite a lot of it! The reason I spent the time to complete this 
>> project is to be a key part of my design portfolio as I transition my 
>> career into Software Engineering. 
>>
>> I have a list of features that I would love to add to create a Dropboard 
>> version 2.0.0, but unfortunately this is all the time I can spend on this 
>> project for free. If you're interested in supporting the next version of 
>> this plugin you can support me on Patreon.
>>
>>
>> 
>>
>> https://www.patreon.com/reidgould
>>
>>
>> Special thanks to all the community members 
>>  who 
>> offered some great suggestions and helped hunt down bugs!
>> Only the best for you and your wikis,
>> [image: Reid Gould]
>> www.ReidGould.com  
>> (210) 617-0712 
>> /in/reidgould  
>> @rd_gld  
>>
>>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/830820fd-daf5-4025-9936-21b9157492bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2017-11-25 Thread Robert Barker
Hi!  I recently gave DropBoard a try.  Very Clever!  

I posted the question to the group regarding the Fold/Unfold borders on 
your demo's tiddlers.  Would you mind sharing how that is done?  Your site 
is the only example I've seen of it.

I incorporated Dropboard with as many useful plugins I could find, as 
experiment to learn and see how stable customizing TiddlyWiki is in doing 
so.  

One "incompatibility" I came across is with TiddlyMap's plugins.  The 
TopStoryRiver plugin seems to affect Dropboard and cause a JavaScript error 
(took a little narrowing down).  Although, now I have TopStoryView disabled 
and both appear to be functioning (today).  Prior tests disabled resulted 
in TiddlyMap's live view displaying blank.  Enabled TopStoryView, DropBoard 
manipulation would result in a JavaScript error.

Otherwise, I can confirm there's no issue with virtually anything else (and 
I installed alot of 'em! haha..impractical for everyday use).




On Friday, October 27, 2017 at 3:34:59 PM UTC-4, Reid Gould wrote:
>
>
>
> 
>
> Dropboard 1.0.0
>
> Dropboard version 1 has arrived! It is now safe, stable, and ready for use 
> as a permanent installation in your wikis.
>
> See the source on GitHub:
> https://github.com/reidgould/tiddlywiki-dropboard
>
> Learn from the examples and documentation in the User Guide:
> http://reidgould.github.io/tiddlywiki-dropboard
>
> Here's a quick overview of the major features.
>
> Kanban like organization in the style of Trello using boards, lists, and 
> cards... But better! 
> Dropboard has:
>
>- Full integration with TiddlyWiki. Drag any tiddler into a board.
>- Collapsible lists that you can still drag cards into.
>- Lots of features to improve workflow and setup the view of your 
>board to be just right for the task at hand.
>
>
>
> 
>
>
>
>
>
> View and edit a huge amount of data at once using window mode and scaling 
> down your font size.
>
>
>
> 
>
>
>
>
> A full Trello style palette for TiddlyWiki called TWello!
>
>
>
> 
>
>
>
>
> Dropboard has been made completely by myself on my own time, and it's 
> taken quite a lot of it! The reason I spent the time to complete this 
> project is to be a key part of my design portfolio as I transition my 
> career into Software Engineering. 
>
> I have a list of features that I would love to add to create a Dropboard 
> version 2.0.0, but unfortunately this is all the time I can spend on this 
> project for free. If you're interested in supporting the next version of 
> this plugin you can support me on Patreon.
>
>
> 
>
> https://www.patreon.com/reidgould
>
>
> Special thanks to all the community members 
>  who 
> offered some great suggestions and helped hunt down bugs!
> Only the best for you and your wikis,
> [image: Reid Gould]
> www.ReidGould.com  
> (210) 617-0712 
> /in/reidgould  
> @rd_gld  
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/9013af24-8031-4dd9-9b63-dea3af45989e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Fold/Unfold bars on border of Tiddlers?

2017-11-25 Thread Robert Barker
I cannot figure out how DropBoard's demo site has fold/unfold "bars" on 
each tiddler?  (for lack of better description).  Is it a custom view 
template or something I'm missing?  I've experimentally installed a lot of 
plugins while exploring TiddlyWiki, and this is the only example of it I've 
found:

https://reidgould.github.io/tiddlywiki-dropboard/ 

Note: on each tiddler's left and bottom margin, a >> or ^^ icon appears on 
a rectangular bar to fold or unfold that tiddler (It's slick, and 
personally preferable to me than view toolbar).

Thanks!  I'm a couple years behind on the TiddlyCurve!

Rob

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/93cadbbe-0bed-41e6-9fb1-c7ba7b8c2935%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Changing the default font for tiddler text

2017-11-25 Thread AndrewMc
Thank you Jed. That was just what I needed. I especially appreciated being 
able to play with settings in your reference wiki. It is excellent!

Cheers
Andrew Mc

On Saturday, November 25, 2017 at 9:33:48 PM UTC+13, Jed Carty wrote:
>
> Make a tiddler named whatever you want, give it the tag $:/tags/Stylesheet 
> and put this is the body:
>
>
> .tc-tiddler-frame .tc-tiddler-body {
> font-family: serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h1 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h2 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h3 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> and that should change the body of all tiddlers to the generic serif font 
> available but all h1 h2 and h3 tags will have the default sans-serif font.
>
> I made a thing to play with things like this a bit on the wiki reference 
> wiki here 
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/9b9d92d9-88e2-42d2-9ef3-4bc246aa9516%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: RichLinks - external links presented as objects

2017-11-25 Thread Ste Wilson
No.. Much simpler question :)

<> all works fine. 
<> or
<> 

Or any other combination of " and >> I have tried don't get me an iframe :)

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/1c04f506-2e93-4ede-9691-eb62c581f349%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Opinion: Usage, Encouragement & Numbers

2017-11-25 Thread Ste Wilson
There was a pull request for an update the Google analyitics plugin to do 
better tracking. Don't know how far that goes. 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/c529ed01-56ee-49fe-9e3b-30d1c6c2bc3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: HTML cleaner / sanitizer

2017-11-25 Thread BJ
I am just finish a new release of tiddlyclip, to work with firefox 57, and 
will include dompurify,  

On Thursday, November 2, 2017 at 1:26:51 PM UTC+1, Paul Netsaver wrote:
>
> Hi,
> I'm currently using TW for importing web pages, snippets, etc (but I'ld 
> like using it also as a CMS). 
> I'm searching a plugin for reducing and cleaning the original HTML source 
> code, something customizable, similar for instance to sanitizer.js.
> Basically I need to:
> - exclude all style attributes (except perhaps img size attributes)
> - exclude all empty divs
> - filter tags, attributes, classes based on whitelist / blacklist
> Maybe something acting all over the tiddler content and 
> activated/deactivated by a proper toolbar button.
> Does a similar plugin for TW exist?
> It is possible to create it by using an available js library?
> Thanks and regards
> Paul Netsaver 
> Rome (IT)
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/2c21a309-e90a-40c4-82d0-4fc08c82a43a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Changing the default font for tiddler text

2017-11-25 Thread Jed Carty
Make a tiddler named whatever you want, give it the tag $:/tags/Stylesheet 
and put this is the body:


.tc-tiddler-frame .tc-tiddler-body {
font-family: serif;
}

.tc-tiddler-frame .tc-tiddler-body > h1 {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
sans-serif;
}

.tc-tiddler-frame .tc-tiddler-body > h2 {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
sans-serif;
}

.tc-tiddler-frame .tc-tiddler-body > h3 {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
sans-serif;
}

and that should change the body of all tiddlers to the generic serif font 
available but all h1 h2 and h3 tags will have the default sans-serif font.

I made a thing to play with things like this a bit on the wiki reference 
wiki here 

.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/c4716b88-687d-4848-8328-a0d83f14122f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.