[tw] Re: tiddler date and creator

2010-12-20 Thread Ciofegates
Moreover, is it possible to suppress the timeline panel on the right?
Or display it only for athenticated users?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] tiddler date and creator

2010-12-20 Thread Ciofegates
I have a TW on TiddlySpot. Is it possible to suppress the line just
below the tiddler name that informs about its creator and creation
date? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: two-levels main menu

2010-11-23 Thread Ciofegates
> That site uses TreeviewPlugin (1). The plugin creates a graphical
> representation of tiddlers based on the TagglyTagging principle (2). I
> successfully implemented that for my bookmarks solution.

Thanks for your reply.
Unfortunately, for me it is too difficult to install such plugin. I
have followed instructions at http://twt-treeview.tiddlyspot.com/
"RollYourOwn" tiddler but I got an error on my menu and I do not see
any image.
Sadly, I will stay with a single-level menu.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: "You need to save this tiddlywiki to a file before you can save changes." suddenly appeared

2010-11-19 Thread Ciofegates
> Now, things changed suddenly. Now every time I edit a tiddler and then
> choose "done" the error message appears. Even if I do not modify
> anything!

I apologize for the disturb, it was my fault! I have checked
"autosave" checkbox! Please forgive me.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: style for images

2010-11-19 Thread Ciofegates
> You can write
>
> /*{{{*/
> .mainMenu { color: red; }
> .evid img {
>     border: 3px dashed red;
>
> }
>
> /*}}}*/
>
> so that the CSS become preformatted if you want to.

I tried to use the string you suggest but the CSS code was displayed
without any carriage return and when it is very long it becomes
difficult to read... am I wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] "You need to save this tiddlywiki to a file before you can save changes." suddenly appeared

2010-11-19 Thread Ciofegates
I started building a TW on tiddlyspot.com. Everything worked fine.
When I choose "save changes" in the menu on the right, the error
message "You need to save this tiddlywiki to a file before you can
save changes." appears, but I think it's normal: I have to do "save to
web" instead.
Now, things changed suddenly. Now every time I edit a tiddler and then
choose "done" the error message appears. Even if I do not modify
anything!
My last day in TW I installed SinglePageMode plugin, but I'm not sure
its fault, because even if I delete it the error still exists.
I am totally disoriented. I can continue to work on my TW, but the
error messages and beeps when editing are very annoying.
What have I to do?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: two-levels main menu

2010-11-19 Thread Ciofegates
> > Is it possible to set a two-levels main menu? And if yes, how? Would
> > be possible to hide the level-two items and show them only when the  first 
> > is selected?
>
> I don't quite get it - Do you want to hide and show both at the same
> time or do you want to show one and hide the other?
> I use Eric's (http://www.tiddlytools.com/#NestedSlidersPlugin)
> NestedSlidersPlugin to do things like collapsing other sliders when
> opening a slider...

Take a look to the left panel in the followin TW:
http://tw-abc.tiddlyspot.com/
This is exactly what I wish: a more-than-one-level main menu which
explodes the subitems when the parent-item is selected.
Should be possible to have all the subitems shown as an option?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: how to center an image

2010-11-16 Thread Ciofegates
> .evid img {
> text-align:center;
> display:block;
> border: 3px dashed red;
>
> }

Solved: i need to add margin:auto.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] two-levels main menu

2010-11-16 Thread Ciofegates
Is it possible to set a two-levels main menu? And if yes, how? Would
be possible to hide the level-two items and show them only when the
first is selected?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] how to center an image

2010-11-16 Thread Ciofegates
I am not able to center an image in a tiddler.
According to 
http://tw-abc.tiddlyspot.com/#[[Center%20image%20%26%20move%20edit%20tags%20field]]
I have set:

{{evid{[img[link]]}}}

in the tiddler where the image has to be centered and

.evid img {
text-align:center;
display:block;
border: 3px dashed red;
}

in the stylesheet tiddler.

The resulting image has the border but is is aligned on the left. Why?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: style for images

2010-11-16 Thread Ciofegates
> Thanks for your hint and Yakov's one.
> Unfortunately, I was not able to use it. I think that I do not know
> how to set a stylesheet tiddler.
>
> In the tiddler containing my image I have put:
>
> {{evid{[img[link]]}}}
>
> In anothertiddler I have named "Stylesheet" I have put:
>
> {{{
> .mainMenu { color: red; }
> .evid img {
>     border: 3px dashed red;
>
> }
> }}}
>
> but it does not work... Evidently I made a mistake, but I do not
> realize where... :(

Ok, solved. I removed the {{{ and }}} in "Stylesheet" tiddler. thanks
for your patience.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: style for images

2010-11-16 Thread Ciofegates
> You might find the docs space on tiddlyspace useful for this sort of
> stuff.http://docs.tiddlyspace.com/
>
> There are few options available when working with images but to get
> the most flexibility you could add a CSS class to it and then apply
> styles and layouts to it through CSS rules.
> To add a class:
> {{className{
> [img[link]]
>
> }}}
>
> Then refer to your "className" in your stylesheet tiddler. E.g.
> .className {
>     border: 1px dashed red;
>
> }

Thanks for your hint and Yakov's one.
Unfortunately, I was not able to use it. I think that I do not know
how to set a stylesheet tiddler.

In the tiddler containing my image I have put:

{{evid{[img[link]]}}}

In anothertiddler I have named "Stylesheet" I have put:

{{{
.mainMenu { color: red; }
.evid img {
border: 3px dashed red;
}
}}}

but it does not work... Evidently I made a mistake, but I do not
realize where... :(

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: style for images

2010-11-16 Thread Ciofegates
> If you use:
> 
> Some text
> [img[title|filename]]
> More text
> 
> there is no need for  ... 

Thanks. Unfortunately, the images I have asked for are contained in a
bullet list, so I cannot start a new line since it breaks the list.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] style for images

2010-11-12 Thread Ciofegates
How can I insert a not-inline image so to avoid to write
[img[link]]? How to center it?
How to use a custom boder? I have tried with @@border:
5px;@@[img[link]] but it does not work...
Every explanation and even link will be appreciated. Maybe till now I
have searched in the bad place, sorry.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.