On Oct 18, 1:35 am, Plausible <[email protected]> wrote:
> Mario:
> > Yes. If you point to the source of your calendar, we can have a look at the
> > CSS
>
> It's the CalendarPlugin from TiddlyTools. I checked the CSS and
> inserted text-align:center; font-size:90%; in the setStylesheet
> statement. This makes a good fit for my 800px wide screen. (However on
> a wider screen it doesn't fill out the wider MainMenu... why not? It's
> 90% with respect to what, if not the MainMenu width?)
font-size is responsible for the fonts and doesn't change the table
cell sizes.
If you use
.calendar{ width: 100%}
somewhere in your custom StyleSheet it should work.
I did a short test at the main menue
[[topic 1]]
[[topic 2]]
<<calendar thismonth>>
and it looks good.
font-size may be needs some tweaking again.
> >> **4) [Making the comment box slide/hideable]
> Mario:
> > <div class='comments' macro='slider chkComments commentsTiddler "View
> > comments »" "Display the comments" '>>
> >and a commentsTiddler that contains:
> > <<comments textRows:1 testCols:3>>
>
> Unfortunately this creates a single commentsTiddler for all
> tiddlers... i.e. every tiddler shows the same sequence of comments :{
uups. you are right.
!!! If you make a new thread. may be someone has as working solution
allready.
I'd need some more thinking.
> >> **5) [Choosing among a pre-set list of tags]
> Mario:
> >http://tbgtd.tiddlyspot.com/#DeliciousTaggingmay do what you want.
>
> I couldn't figure out how to configure it. Tried a bunch of other
> tagging plugins and now I'm using Tobias's TagSearchPlugin. (Tobias:
> this is neat, though making 10 tag tiddlers each itself tagged e.g.
> 'Topic' is more convoluted than if one could have 1 tiddler 'Topic'
> with a list of ten tags in it...I bet I'm overlooking the pros of your
> system.)
TagSearchPlugin is cool
If you include neui-tagsearch space, neui-em theme can handle it
allready.
ToolbarCommands tiddler needs to be adjusted to your needs.
http://neui-tagsearch.tiddlyspace.com/ is an addon for neui-em.
It contains a toolbar button for tagging.
And a --tagit button below the tags in tiddler CTagBox
If you want to disable this extra button open
CTagBox tiddler and comment its content like so:
/%
{{tagSearch{<<tagsearch label:'-- tagit:'>>}}}
%/
> >> **6) It would rock to have a 'create SVG tiddler' button
> rakugo/Jon:
> >http://svg-editor.tiddlyspace.com/
>
> Great!... but I find no 'new image button' after I import the space --
> in fact I don't see such a button on the space itself either? (The
> imported plugin does work otherwise.)
>
> Mario: would it be possible to add a 6th, "new SVG", button to neui-
> em's SidebarButtons?
New thread please.
Workaround: where YourPrototypeTiddler should contain a valid svg.
<<newTiddler
label:"yourLabel"
tag:"yourTag"
tag:"secondTag"
title:"yourTitle"
fields:"server.content-type:image/svg+xml"
text:{{store.getTiddlerText("YourPrototypeTiddler")}} >>
-mario
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.