Hi Jeremy,
It must be nice to have the refactoring done.
I am very pleased with the clone tiddler possibility and the tabs macro. I
hope to make much use of it.
But first I have to look at the new documentation; especially about the
widgets. Up till now I just copied/pasted code; I hope to be able to things
myself.
At the moment I am busy updating my "Toolbar in top menu" guide. Almost
everything works again, only the width of the story river is not controlled
anymore by my 'Hidden sidebar' theme. I noticed some changes in the @media
(position absolute => relative) and in ThemeTweaks (Tiddler width 686px).
With the by Raj Curwen found ThemeTweak bug I'll wait for alpha13 before
going further.
There remain a few styling problems.
With the advice you gave Dave I could manage most style problems, but 2
items remain:
1) My 'Tags' button opens a tiddler $:/Tags which contains:
@@.threecolumns
<$list filter="[tags[]sort[title]]" itemClass="tw-menu-list-item">
<$transclude title="$:/core/ui/TagTemplate"/> <small class=
"tw-menu-list-count"><$count filter="[is[current]tagging[]]"/></small>
</$list>
@@
---
{{$:/core/ui/UntaggedTemplate}} <small class="tw-menu-list-count"><$count
filter="[untagged[]!is[system]] -[tags[]]"/></small>
by changing 'title' to 'tiddler' it worked again but the 3 column display
(stylesheet code below) does not work anymore.
/* DISPLAY IN 3 COLUMNS */
.threecolumns {
display : block;
column-count : 3;
-moz-column-count : 3;
-webkit-column-count: 3;
}
I tried different additions like html, html body, html body.tw-body to no
avail.
Any suggestions?
2) Bulleted list
In the intro "Top menu with toolbar buttons" I used:
<$list filter="[tag[topmenu]sort[title]]" type="ul"/>
Since type="ul" and type="ol" do not exist anymore it must be done
otherwise.
Via a template?
No idea how to add a template when using the list widget and what must be
in.
With transclusion a template can also be added:
{{{ [tag[topmenu]sort[title]] ||TemplateTitle}}}
but I do not have an idea what must be in such a template.
Can you give examples for using templates in combination with the list
widget and when using transclusion?
Cheers,
Ton
--
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.