[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-20 Thread Tobias Beer
Hi Dave,
 

> shows up in a regular tiddler, ( in this case as "bar: what's up" ), but 
> not as its "transcluded" in the left bar?
>

Because your left bar is not part of the story river, and so in that 
context, your wikitext doesn't know what "currentTiddler" is.

If you want this kind of contextual details rather than a global left bar, 
you need to make your left bar more of a "left-tiddler-bar" ...and part of 
the story river... unless you figure out how to replicate the "live mode" 
from TiddlyMap into something other than a map.

@Felix, I think that would be a cool generalization: some vertical 
container that can update its contents depending on what is the tiddler 
currently scrolled into view in the story river ...while things like that 
sure wouldn't be designed to work on a mobile phone but rather only on the 
big screen.

Best wishes,

Tobias.

-- 
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/a651f724-8848-4117-9399-11e82bd0f4c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-19 Thread Dave
btw, adding an image background didn't work, but your  thing did work

-- 
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/1020bcc1-154f-4cef-87a5-9d555f78904d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-19 Thread Dave
That works - thanks very much!

--

Do you know why something like this
<$list filter="[has[foo]]">
{{!!foo}}: 
{{!!zcomment}}


shows up in a regular tiddler, ( in this case as "bar: what's up" ), but 
not as its "transcluded" in the left bar?

-- 
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/b41f041c-1b40-48fe-a2ee-045f2044f45f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-19 Thread Mat
On Monday, September 19, 2016 at 7:06:13 AM UTC+2, Dave wrote:
>
> One little thing.  This may be because I'm adding to many modifications to 
> my TW, but now I'm getting this animation artifact when I close not the 
> first tiddler, but any subsequent tiddlers
>
> (see attached)
>

Thanks for report. I have absolutely no idea what might cause that. :-(
Please post here if you find out what it is and if it has to do with the 
LeftBar

<:-) 

-- 
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/ad298ed6-2e3f-4cad-b303-85705fff8427%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-19 Thread Mat
Dave, if I recall, the LeftBar is very much based on how the regular 
sidebar works. So, if you somehow find out how to color (or whatever) the 
sidebar, then this should also be applicable for the leftbar.

<:-)

-- 
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/d42da09c-6749-415a-a724-f27764989fb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-19 Thread Mat
Dave,

One question: Can you think of a way to give it a background of some sort?  
>

In case you didn't already solve this;

While I haven't tested it, I think you should be able to add a background 
just like you would for any other tiddler. Or, because of its special role 
you could just surround its contents with a .

<:-)

-- 
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/047c31c6-5c68-44d0-840d-a15b3a54aa50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-18 Thread Dave
I tried this in a tiddler tagged $:/tags/Stylesheet


.tc-tagged-left {
background-image: url(<>);
}

It works when the tiddler is viewed normally, but it doesn't show up in the 
sidebar.  For now I think I'll just make sure all text there is bolded - 
that seems to make it more visible.





Hey Jed, thanks for you're suggestion (and plugin) too.  That was easier to 
install than I thought it would be :)

Now with both installed I've got all the screen real estate covered.  I 
love the customizability!!


-- 
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/91026b92-7b85-4fd0-8180-32f18e0d07e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-18 Thread Dave

Hey Mat - I got your leftbar installed.  Thanks! I started with that 
because it looked the simplest, and it should indeed do the job. 

One question: Can you think of a way to give it a background of some sort?  

Right now I have an image in the TWs background and the letters just write 
over top of the image directly instead of having some sort of "tiddler 
background"


Thanks again :)

-- 
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/ed95e07b-8179-48d6-8a6f-599d0c96903b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-17 Thread Dave
Thank you! I'll give those a try at post back with either success or 
questions :)

-- 
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/b8de1d5e-6952-43c5-baff-7cdf1a5a66b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-17 Thread Mat

>
> How does one install it?
>

yeah... it's not packed into a plugin. Anyway, if I recall, you drag into 
your TW all tiddlers tagged LeftBarStuff (seen in the tab with that name). 
Then, as stated in readme, anything tagged $:/LeftBar will appear in the 
LeftBar. Note that it is up to the user to specify what should show there - 
the "LeftBar example" there is jst an example.

<:-)

-- 
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/c237f1c5-d344-4aad-82c8-8823f7057966%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-17 Thread Josiah
Ciao Mat

How does one install it?

Best wishes
Josiah

On Saturday, 17 September 2016 20:18:05 UTC+2, Mat wrote:
>
> See if my LeftBar  fulfills your desires. 
> I think ('cos I forget) that it is a re-make of something I made a long 
> time ago... but then I fiddled with this a few months ago but I'm not sure 
> I ever announced the remake publicly.
>
> Also fellow Ton Gerner has made some left- and topbar thing, if I recall. 
> Possibly Tobias too.
>
> <:-)
>

-- 
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/e382a501-5924-4163-a375-ba792d4c84e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-17 Thread Mat
See if my LeftBar  fulfills your desires. I 
think ('cos I forget) that it is a re-make of something I made a long time 
ago... but then I fiddled with this a few months ago but I'm not sure I 
ever announced the remake publicly.

Also fellow Ton Gerner has made some left- and topbar thing, if I recall. 
Possibly Tobias too.

<:-)

-- 
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/693fbcb1-5687-4e98-b7f4-22a9e3438d35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-17 Thread Jed Carty
Actually the icon menus I made a while ago may be a better start. You should be 
able to make a fake story river inside a single tiddler and then put that 
tiddler in the left menu. The menu icons are here 
http://inmysocks.tiddlyspot.com/#Icon%20Menus%20Plugin

-- 
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/bd3aae92-bba1-4f3b-a74f-4639b7032028%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-17 Thread Jed Carty
You can fake it the same way that I made the preview in the resume maker 
edition by making a sidebar tab and putting a tiddler in it. You could probably 
fake a second story river using the action list-ops widget and some css but 
giving it identical behavior would be hard, particularly the automatic 
scrolling to newly opened tiddlers.

-- 
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/4fd9ff3e-6391-4812-9c13-1f029cf4f9bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.