[tw] sticky popup / show popup plugin

2012-04-23 Thread Wim
Hello,

Is it possible to put a sticky popup-box (tiddler) on a particular
place on the screen?  Like you can do with ScrollboxPlugin?

I want to have 2 boxes on my screen; on the left side a scrollbox
with keywords (OK, I can do that...) and on the right side a
popupbox with the explanation of the keyword a users has clicked on.
The explanation-box should stay on the same place.  And should
display another explanation when a user chooses another keyword.

But with ShowpopupPlugin, it is only possible to choose above or
not.

Or is there another solution?  Like filling a ScrollBox with the
tiddler of the choosen keyword.

LIKE: if there's a keyword Tiddlywiki in my left box, with a link to
the tiddler named Beginners, clicking on that link should display
the tiddler Beginners in my right Scrollbox.

Thanks for helping !!

Wim

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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] change tiddler names with the rearrange tiddlers plugin installed

2012-04-23 Thread Jan Johannpeter
Hello
I installed the rearrange tiddlers plugin which is very practical so
that i do not want to miss it any more.
The only problem is that it makes it difficult to change the tiddlers
name for the move to top / move to bottom popup appears as i click the
title.
Is there a way to stop this behaviour of the plugin in the edit mode?
Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: NEW: LinkifyPlugin - another improved version of RedirectMacro / AutoWeaving

2012-04-23 Thread Albert Riedinger
Hi Tobias,

thank you for your detailed answer. Sorry for my late response, I've been 
very busy this last time.

A)
Ouh, I think I've expressed my concerns a bit ambigous in my last post.
I know that I could linkify all terms Tomboy 2.0 – Plugins to its 
corresponding tiddler Tomboy 2.0 – Plugins by adding the line Tomboy 2.0 
– Plugins in LinkifyConfig. But I thought that the idea behind 
auto-linkification is to linkify all existing tiddlers with its 
corresponding terms. In my case to linkify the term Tomboy 2.0 – Plugins 
in all tiddlers with the already existing tiddler Tomboy 2.0 – Plugins 
rather than linkifying only the first part Tomboy 2.0 with the tiddler 
Tomboy 2.0.
I think that LinkifyPlugin should check if there ist Tomboy 2.0 – Plugins 
or maybe Tomboy 2.0 – Plugins (Test) etc. before linkifying with Tomboy 
2.0. 

The same with LinkifyPlugin – Test. In this case LinkifyPlugin should 
also override TWs auto-link function of CamelCase terms and linkify this 
term to the corresponding tiddler LinkifyPlugin – Test if it exists.

I think that it is more intuitive for users if the auto-link feature would 
take these cases into account. Maybe it would make sense to let the user 
decide by (de-)activating this behaviour like you've already done it with 
the auto-link feature.

Another test (note: every list item has its corresponding tiddler, but 
LikifyPlugin doesn't reference to it):


   - Testtiddler
   - Testtiddler - Test
   - Testtiddler – Test
   - Testtiddler Test Test
   - Test Test (Test)
   - Test Test Test – Test Test
   - Test Test Test Test - Test Test – Test (Test Test Test)

In terms of zzConfig. Yes, I activated linkification for all tiddlers; 
zzConfig exists; No, I didn't put zzConfig in LinkifyConfig as I thought it 
is enough to activate the auto-link feature. I think that LinkifyPlugin has 
problems to linkify those terms like zzConfig.

Hope that you'll understand what I mean. It's hard for me to explain it in 
English :)

B)
I like your suggested solution very much as it would meet more needs (not 
only mine I think). Would be happy to see it in future releases, if it is 
not too hard to implement it in your code.

Tobias, thank you again for this plugin and your kind support. LikifyPlugin 
makes TW more complete.

Kind regards from Mainz :)
Albert


Am Montag, 16. April 2012 21:56:01 UTC+2 schrieb Tobias Beer:


 Hi Albert,

 Am Montag, 16. April 2012 11:58:55 UTC+2 schrieb Albert Riedinger:


- Tomboy 2.0 / Tomboy 2.0 – Plugins / LinkifyPlugin – Test
- AutoWeavePlugin – Test
- IntelliTaggerPlugin Documentation
- zzConfig


 A)
 Please check the documentation again.
 Linkification for all of this is currently possible via LinkifyConfig.
 Try to add all of this to your LinkifyConfig:

 AutoWeavePlugin|AutoWeavePlugin *|AutoWeavePlugin – *
 LinkifyPlugin|LinkifyPlugin *|LinkifyPlugin – *
 IntelliTaggerPlugin|IntelliTaggerPlugin Documentation| IntelliTaggerPlugin – 
 *
 Tomboy 2.0|Tomboy 2.0 – *
 zzConfig

 This might seem a lot of stuff, but then that's the idea behind it. 
 Linkification patterns currently require to exactly define for which 
 tiddlers they should apply.


 As for zzConfig, I can't quite tell what should be wrong with it...

- Do you have it?
- Have you turned on linkification for all tiddlers?
- Is it in LinkifyConfig?

 When tiddelers are excluded from linkification this only means that their 
 body is not linkified. However, you can sure have such a tiddler as a 
 linkification target.


 B)
 While this might reasonably work for all tiddlers:
 @@@|@@@s|@@@*|@@@ – Discussion

 ...I don't really see that all tiddlers need this matching pattern but 
 perhaps only those tagged xyz, so I would suggest something like the 
 following:
 {{GROUP{
 %0*|%0 – *
 +tagX tagY
 tidA
 tidB
 }}}

 In other words, I would envision it like defining Linkification for groups 
 of tiddlers by wrapping the corresponding config in

 {{GROUP{
 ...
 }}}


 The first line after that defines the patterns to be matched.

 I would suggest to use %0 as a placeholder and not @@@, since there is a 
 string function called format which directly works with that, e.g.:
 someString.format([replace1,replace2,replace3,...]);
 ...whereas replace1 would be inserted for any %0, replace2 for %1, etc...

 All other lines define the tiddlers like tidA tidB to be matched or 
 alternatively all tiddlers tagged +tagX or +tagY.

 So in pseudo-code...
 1) get all tiddlers to match as [tagged(tagX) + tagged(tagY) + tidA + tidB]
 2) create formatters for all those while replacing every %0 with the 
 actual tiddler names

 I think that's better than to have such a rule apply to all tiddlers.

 In other words, if a line in LinkifyConfig starts with a css wrapper for a 
 block, then - until the closing wrapper - everything that follows is 
 supposed to define a linkification group with 1 line for rules and x lines 
 for tags or tids.

 Cheers, Tobias.


-- 
You received this 

[tw] Re: Where to place the code (jQuery etc)?

2012-04-23 Thread twgrp
Anybody - please?
Or is it not possible?
Thank you!
/Mat

On Apr 21, 1:11 pm, twgrp matiasg...@gmail.com wrote:
 BTW, I got that link from a site that says you can filter out imaged
 by TAGS (i.e picasa tags!) in those picasa albums!

 http://www.reading-forum.co.uk/forum/viewtopic.php?t=6519

 :-)

 On Apr 21, 12:33 pm, twgrp matiasg...@gmail.com wrote:







  I found this code to embed picasa albums in *gallery* view (by default
  Picasa only allows embedding a slidshow or an album that only shows
  the first picture linking to the rest):

 http://archive.plugins.jquery.com/project/EmbedPicasaGallery

  As seen, the code includes both a script and some jQuery code.
  I'm no programmer so I'm guessing there should be a tiddler with the
  script used to render the actual album (yes?). But where should the
  jQuery code be? And is it necessary with the div part when I
  arbitrarily wish to create albums in various tiddlers?
  I.e, where do I actually put this stuff and do I need to enclose it in
  some magic tags or something.
  I have tiddlytools htmlformattingplugin, inlinejavascriptplugin and
  wikifyplugin installed.

  I should mention that I'm doing this on tiddlyspace (setting up TW's
  with the kids paintings etc)

  Also, if you have any better solution I'd love to hear it. (My ideal
  solution would be to do this with pics stored in Google Docs rather
  than Picasa because that is where I store stuff. But I cannot make
  links to the actual images there, not to mention folders as a
  gallery.)

  Thank you!!!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: sticky popup / show popup plugin

2012-04-23 Thread Måns
Hi Wim

 Is it possible to put a sticky popup-box (tiddler) on a particular
 place on the screen?  Like you can do with ScrollboxPlugin?

 I want to have 2 boxes on my screen; on the left side a scrollbox
 with keywords (OK, I can do that...) and on the right side a
 popupbox with the explanation of the keyword a users has clicked on.
 The explanation-box should stay on the same place.  And should
 display another explanation when a user chooses another keyword.

 But with ShowpopupPlugin, it is only possible to choose above or
 not.

 Or is there another solution?  Like filling a ScrollBox with the
 tiddler of the choosen keyword.

 LIKE: if there's a keyword Tiddlywiki in my left box, with a link to
 the tiddler named Beginners, clicking on that link should display
 the tiddler Beginners in my right Scrollbox.

You can have a scrolling tabs effect in the sidebartabs tiddler with
Tobias' tabscroll macro: http://tobibeer.tiddlyspace.com/#TabScroll

It has been setup to work only with the sidebarTabs div - maybe we
could convice Tobias to make it more generic??

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread PMario
On Apr 23, 11:38 am, twgrp matiasg...@gmail.com wrote:
 Anybody - please?
 Or is it not possible?
 Thank you!
 /Mat
Hi Matias,
I did integrate the fancybox [1] picture viewer a year ago. I did make
everything configurable, to expose the whole fancybox power to the
user. It turned out, it was much more work, than I thought. That's why
I didn't respond to your first post :)

EmbedPicasaGallery internally uses the slimbox2 [2] viewer, which is
quite similar to fancybox. *thinking: don't touch it.*

Since you want to use it with TS, the whole stuff needs to work
_online only_. right? If so, I can set up a quick hack, that exposes
the EmbedPicasaGallery functions with InlineJavascriptPlugin and some
tiddler transclusions. This lets enough space, for further hacking (by
others). I'm going to use slimbox2 default settings only.

I'll post a link here, . soon  ;)

have fun!
mario

[1] fancybox.tiddlyspace.com
[2] http://www.digitalia.be/software/slimbox2

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread PMario
OK,
I did some prototyping at picasagallery [1] space. If you include the
picasagallery space into your space, you'll get everything, you need
to work with the Picasa transclusion. (Prototype using
InlineJavascriptPlugin)

tiddler Picasa##gallery with:  which lists all available
albums.

tiddler Picasa##album with:  which creates direct access to
a known album. There is a little problem. I don't know an easy way to
get the album ID. (needs some more investigation)

The with: params can be seen at the space [1].

I did split the different plugins into several -plugins spaces [2]
[3]. This makes it possible, to use the slimbox plugin without picasa
gallery. Picasa gallery also works without slimbox. It just creates a
default link, which loads the pic into the browser. So other viewers
should be possible too. (but this is brainstorming allready :)

have fun!
-mario

[1] http://picasagallery.tiddlyspace.com/
[2] http://picasagallery-plugins.tiddlyspace.com/
[3] http://slimbox2-plugins.tiddlyspace.com/

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread twgrp
Mario - you are so kind!

Fancybox has really beautiful displays! Great work Mario! I tried to
figure out how it works but must ask:
* is it enough for the user to only provide the url to the picasa
gallery/album page. I.e I don't want to have to copy paste individual
urls and I don't want to be foreced to name the pics specifically like
x1, x2, x3 etc with some kind of coded for-loop on x_.

I'm open to any solution that fulfills this and displays a full folder/
album in gallery view with some kidn of klickable thumbnails for
larger display.

I naively thought that after that official TW+jQuery integration a
while back that it would be easy to do use jQuery stuff, no? What
did the integration bring?

Thank you so much for your reply Mario!

:-)


On Apr 23, 5:34 pm, PMario pmari...@gmail.com wrote:
 On Apr 23, 11:38 am, twgrp matiasg...@gmail.com wrote: Anybody - please?
  Or is it not possible?
  Thank you!
  /Mat

 Hi Matias,
 I did integrate the fancybox [1] picture viewer a year ago. I did make
 everything configurable, to expose the whole fancybox power to the
 user. It turned out, it was much more work, than I thought. That's why
 I didn't respond to your first post :)

 EmbedPicasaGallery internally uses the slimbox2 [2] viewer, which is
 quite similar to fancybox. *thinking: don't touch it.*

 Since you want to use it with TS, the whole stuff needs to work
 _online only_. right? If so, I can set up a quick hack, that exposes
 the EmbedPicasaGallery functions with InlineJavascriptPlugin and some
 tiddler transclusions. This lets enough space, for further hacking (by
 others). I'm going to use slimbox2 default settings only.

 I'll post a link here, . soon  ;)

 have fun!
 mario

 [1] fancybox.tiddlyspace.com
 [2]http://www.digitalia.be/software/slimbox2

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread twgrp
Oups, I now see your second reply. Fantastic! Will try it out
immediately!
This is really kind of you Mario

On Apr 23, 10:55 pm, twgrp matiasg...@gmail.com wrote:
 Mario - you are so kind!

 Fancybox has really beautiful displays! Great work Mario! I tried to
 figure out how it works but must ask:
 * is it enough for the user to only provide the url to the picasa
 gallery/album page. I.e I don't want to have to copy paste individual
 urls and I don't want to be foreced to name the pics specifically like
 x1, x2, x3 etc with some kind of coded for-loop on x_.

 I'm open to any solution that fulfills this and displays a full folder/
 album in gallery view with some kidn of klickable thumbnails for
 larger display.

 I naively thought that after that official TW+jQuery integration a
 while back that it would be easy to do use jQuery stuff, no? What
 did the integration bring?

 Thank you so much for your reply Mario!

 :-)

 On Apr 23, 5:34 pm, PMario pmari...@gmail.com wrote:







  On Apr 23, 11:38 am, twgrp matiasg...@gmail.com wrote: Anybody - please?
   Or is it not possible?
   Thank you!
   /Mat

  Hi Matias,
  I did integrate the fancybox [1] picture viewer a year ago. I did make
  everything configurable, to expose the whole fancybox power to the
  user. It turned out, it was much more work, than I thought. That's why
  I didn't respond to your first post :)

  EmbedPicasaGallery internally uses the slimbox2 [2] viewer, which is
  quite similar to fancybox. *thinking: don't touch it.*

  Since you want to use it with TS, the whole stuff needs to work
  _online only_. right? If so, I can set up a quick hack, that exposes
  the EmbedPicasaGallery functions with InlineJavascriptPlugin and some
  tiddler transclusions. This lets enough space, for further hacking (by
  others). I'm going to use slimbox2 default settings only.

  I'll post a link here, . soon  ;)

  have fun!
  mario

  [1] fancybox.tiddlyspace.com
  [2]http://www.digitalia.be/software/slimbox2

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Digest for tiddlywiki@googlegroups.com - 1 Message in 1 Topic

2012-04-23 Thread Måns
Hi JCG

 It is possible to manually add picture.
 For instance for the attached demo:

Thanks :-)

I tried to incorporate a tiddlylink - and it worked via javascript and
jQuery...

http://mamachap.tiddlyspot.com/

Click on the image to the right...

It would be *very* nice if chap timeline was able to wikify tiddler
content...

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread PMario
On Apr 23, 10:55 pm, twgrp matiasg...@gmail.com wrote:
 I naively thought that after that official TW+jQuery integration a
 while back that it would be easy to do use jQuery stuff, no? What
 did the integration bring?
:) It is much easier, because there are a lot of jQuery plugins, with
nice functions. But they are made for web devs. So the examples don't
work very well in TW context. Also the philosophy is different. TW
brings the power to the user (at least it tries to), so most of the
time some wrapper code is needed, to make it more configurable,
instead of programmable. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread PMario
On Apr 23, 10:57 pm, twgrp matiasg...@gmail.com wrote:
 Oups, I now see your second reply. Fantastic! Will try it out
 immediately!
 This is really kind of you Mario
Feedback is very welcome.
-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread PMario
On Apr 23, 10:55 pm, twgrp matiasg...@gmail.com wrote:
 Fancybox has really beautiful displays! Great work Mario! I tried to
 figure out how it works but must ask:
 * is it enough for the user to only provide the url to the picasa
 gallery/album page. ...
fancybox plugin _can't_ handle picasa and flikr very well, because
you'll need to provide hadmade links. Which is a pain :) But
combining it with EmbedPicasaGallery seems to be interesting.
-m




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Where to place the code (jQuery etc)?

2012-04-23 Thread twgrp
In deed incredible that you threw this together just like that! It
appears to be exactly what I'm hoping for!

And clever to split it up like that for other possible applications.
(BTW, maybe the coming G-drive [1] will even replace picasa! To some
extent it already appears Google are trying to make Google+ replace
it. )

A few questions:

1) It is only possible to display fully public stuff with your setup,
yes? Picasaweb also has the option to only show for those who have a
direct link and it has the Public Gallery and Unlisted Gallery
views.
2) For the gallery tiddler call, it appears all album covers are
displayed regardless if I specify an ALBUM_NAME or all
3) How did you create that user name? Mine is only a long number. On
your picasa page, your actual name shows up, not that user name that
you use as an argument in the tiddler call.
4) Album ID.. in deed. Did you do what I did:
right click on the very album page to look at the html code. Search
albumid and find it in a link ...albumid/thisisthenumber then
*drag* it into the tiddler and then cut from. Not purdy..
...However, why is this ID necessay? - why isn't the album *name*
enough, just like when calling for the album gallery? (BTW... did you
code this or is was it part of that package?)

Again, thank you so much Mario!

:-)

[1] 
http://www.hostway.co.uk/news/virtualisation---the-cloud/google-drive-rumoured-to-arrive-this-week-801346636.html

On Apr 23, 8:28 pm, PMario pmari...@gmail.com wrote:
 OK,
 I did some prototyping at picasagallery [1] space. If you include the
 picasagallery space into your space, you'll get everything, you need
 to work with the Picasa transclusion. (Prototype using
 InlineJavascriptPlugin)

 tiddler Picasa##gallery with:  which lists all available
 albums.

 tiddler Picasa##album with:  which creates direct access to
 a known album. There is a little problem. I don't know an easy way to
 get the album ID. (needs some more investigation)

 The with: params can be seen at the space [1].

 I did split the different plugins into several -plugins spaces [2]
 [3]. This makes it possible, to use the slimbox plugin without picasa
 gallery. Picasa gallery also works without slimbox. It just creates a
 default link, which loads the pic into the browser. So other viewers
 should be possible too. (but this is brainstorming allready :)

 have fun!
 -mario

 [1]http://picasagallery.tiddlyspace.com/
 [2]http://picasagallery-plugins.tiddlyspace.com/
 [3]http://slimbox2-plugins.tiddlyspace.com/

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Inline, nested tabs extension?

2012-04-23 Thread Antaeus Feldspar
wolfgang, I must admit I'm a bit mystified by the code snippet you posted.  I'm 
intrigued but I don't understand how it would work - where the code would go 
and how I'd invoke it.  Can you clarify it a bit?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/B6CP2Hra1DAJ.
To post to this group, send email to tiddlywiki@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.