Hi Dave

On Sat, Nov 9, 2013 at 12:28 PM, David Gifford <[email protected]> wrote:

> Thanks for your responses, Jeremy, I should have thought of using
> transclude for  #3, since that is what I was trying to do....
>
> For #1, I have tried adding .tw-body before numerous elements in a
> stylesheet tiddler with no success, particularly regarding links. Could you
> give me a few examples of proper stylsheet markup?
>

Where you've got a rule like:

html body .tw-tiddlylink-internal {text-decoration: none;font-style:
normal;font-weight: bold;color: #7897f3;}

You'll need to change it to:

html body.tw-body .tw-tiddlylink-internal {text-decoration:
none;font-style: normal;font-weight: bold;color: #7897f3;}



> For #2, what would specifying my own template as the basis for a list look
> like? Could you give me an example code? Is there another way besides
> cloning tiddlers to create a tiddler that acts as a template for other
> tiddlers?
>

The template for the list widget can be specified as a separate tiddler via
the "template" attribute, or it can be specified inline:

<$list filter="[tag[task]]">
<div>
<div><$view field="title"/></div>
<$transclude/>
</div>
</$list>


>
> As for the system tiddler tirle showing up when cloning a system tiddler,
> I can live with that, and I think most users will, too. No matter what the
> title is, it needs to be changed by the user, so whether it is a system
> tiddler title or a less offputting title, the user won't really notice it.
> One thing that clone tiddlers makes me want, though, is a place in edit
> template for tiddler-specific instructions. Fields are currently too small
> for that.
>

Hmmm we could add a "custom-edit-instructions" field (with a better title)
that contains the name of a tiddler to be rendered in the edit template
when this tiddler is being edited. Would that do it?

Best wishes

Jeremy


>
> Blessings, Dave
>
> --
> 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.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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