[tw] Re: SyntaxHighlighterPlugin3

2011-11-24 Thread Paulo Soares
Regarding 4) check here:

http://yihui.name/en/2010/09/syntaxhighlighter-brush-for-the-r-language/

I haven't tried it but it looks more recent than the one you mention.
--
Paulo Soares

-- 
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/-/eUcMn5Rk0osJ.
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: uploadTiddlerPlugin revived

2011-10-07 Thread Paulo Soares
Julien,

I'm sorry but I can't go on fixing other plugins. I've posted this here 
because I hoped that it could contribute to a solution to this cross-domain 
thing that is affecting TW in various ways. Unfortunately it does not look 
that it's going to happen.

Cheers,
Paulo Soares

-- 
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/-/TfGQ9m1LXKsJ.
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] uploadTiddlerPlugin revived

2011-10-04 Thread Paulo Soares
Dear all,

working at the 'dead software department' I've managed to change the
UploadTiddlerPlugin in a way that the cross-domain restriction imposed
by recent versions of popular browsers is overcomed. I'm leaving the
changed code at http://goo.gl/4bKbX hoping that someone can test and
improve it.

Cheers,
--
Paulo Soares

-- 
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: TiddlyWiki version 2.6.3 released

2011-08-15 Thread Paulo Soares
Under Linux I tried Firefox, Chromium, Opera and Rekonq and all of
them refused to update an empty TW. Should I try another OS also?

On a side note, I guess this finally answers a question that has been
bothering me for some time now: TW is dead! It has been a pleasant
ride but now it's over. Thank you Jeremy, Eric and all the wonderful
people who contributed to this rather unique piece of software. Moving
on...

Best regards,
--
Paulo Soares

On 15 Ago, 07:42, rakugo jdlrob...@gmail.com wrote:
 I suspect this is due to this 
 issue:https://github.com/TiddlyWiki/tiddlywiki/issues/38

 I don't think we have quite worked out what has changed yet.

 In the meantime the workaround is to use another browser to do the
 upgrade.

 Best wishes
 Jon

 On Aug 14, 10:08 pm, Paulo Soares psoares...@gmail.com wrote:







  Same here with firefox 5.
  --
  Paulo Soares

  On 12 Ago, 18:46, Mark mak...@gmail.com wrote:

   When running an update from backstage I get an error message Error
   with the new core code. Any ideas?
   Thanks
   Mark

-- 
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: TiddlyWiki version 2.6.3 released

2011-08-14 Thread Paulo Soares
Same here with firefox 5.
--
Paulo Soares

On 12 Ago, 18:46, Mark mak...@gmail.com wrote:
 When running an update from backstage I get an error message Error
 with the new core code. Any ideas?
 Thanks
 Mark

-- 
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: Syntax for PhotoGalleryPlugin

2011-04-27 Thread Paulo Soares
That's right.
--
Paulo Soares

On 27 Abr, 12:48, Tobias Beer beertob...@googlemail.com wrote:
  I liked Tobias' suggestion to avoid the additional tiddler
  but changed it a bit.

 Just so that I get it right as I haven't seen parameters being used
 this way... What you want people to do is to put all named parameters
 on the first line, including the newly added sequence indicator (!)
 and then simply put the actual sequence on newlines, eventually closed
 via . Correct?

 Cheers, Tobias.

-- 
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: Syntax for PhotoGalleryPlugin

2011-04-26 Thread Paulo Soares
I liked Tobias' suggestion to avoid the additional tiddler but changed
it a bit. So,now the syntax is:

photoGallery sequence:!
photos/lisboa-1.jpg
photos/lisboa-2.jpg
photos/lisboa-3.jpg
photos/lisboa-4.jpg


or, equivalently,

photoGallery url:photos/* sequence:!
lisboa-1.jpg
lisboa-2.jpg
lisboa-3.jpg
lisboa-4.jpg


or even this ridiculous version

photoGallery url:photos/lisboa-*.jpg sequence:!
1
2
3
4


Cheers,
--
Paulo Soares

On 21 Abr, 11:43, Tobias Beer beertob...@googlemail.com wrote:
  A possible solution could be to provide a tiddler containing
  a list of filenames to be used by the plugin as an alternative
  to the current simple replacement rule.
  Would this work for you?

 Why not put the names right into the macro call, rather than have an
 additional tiddler providing the list?

 For example:

 url:photos/*.jpg
 sequence:'!name1|name2|name3|name4'

 ...whereas ! would indicate that the sequence is given via direct
 names delimited via |.

 Cheers, Tobias.

-- 
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: Syntax for PhotoGalleryPlugin

2011-04-20 Thread Paulo Soares
I don't know if that can be done at all because, by design, Javascript
has strong limitations regarding file system access. A possible
solution could be to provide a tiddler containing a list of filenames
to be used by the plugin as an alternative to the current simple
replacement rule. Would this work for you?

--
Paulo Soares


On 19 Abr, 16:53, julien23 jbouc...@capsule-ea.fr wrote:
 I am interested too... and my need is closed to Ton's need

 I wish I could have a photoGallery of all images below tw.html or
 attached in tw.html

 Thanks to contribute with any solution...

 On Apr 19, 3:56 pm, Paulo Soares psoares...@gmail.com wrote:







  That's it. In the plugin, the * is used as a restricted wildcard that
  is simply replaced be numbers in the range indicated by the 'sequence'
  parameter. So, in one of your examples,

  photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
  labels:SubTitles numbers start:5000

  the plugin will look for the files 1.jpg to 4.jpg

  In my example

  photoGallery url:photos/lisboa-*.jpg sequence:'1-4' height:200
  time:
  2000 labels:SubTitles numbers start:5000

  the files are named lisboa-1.jpg to lisboa-4.jpg.

  This was a simple solution that I've found flexible enough. I suggest
  you to find some automated way to rename your files.

  Cheers,
  --
  Paulo Soares

  On 19 Abr, 12:36, TonG ton.ger...@gmail.com wrote:

   Hi Paulo,

   My pictures are named:
   1881_origineel_toilet.jpg
   1900_ca_kaartje_Sigarenfabriek_Bout.jpg
   2008_Het_Witte_Huis.jpg
   2008_Marnix_van_St_Aldegondeschool_fontein2.jpg

   All pictures I want to show start with year and a short description
   is following. Therefor I tried *.jpg.

   Ton

   On Apr 19, 1:12 pm, Paulo Soares psoares...@gmail.com wrote:

Hi Ton,

how are your pictures named? Are they named 1.jpg to 4.jpg?

--
Paulo Soares

On 19 Abr, 11:11, TonG ton.ger...@gmail.com wrote:

 Hi,

 Nobody using the PhotoGalleryPlugin? Or ever tried it?

 A Minimal Test Case is available 
 athttp://dl.dropbox.com/u/2638511/Test_PhotoGalleryPlugin.html

 Any help appreciated,

 Ton

 On Apr 16, 5:54 pm, TonG ton.ger...@gmail.com wrote:

  Hi,

  I am trying to use Paulo Soares' PhotoGalleryPlugin [1] but can't 
  get
  it to work.
  The syntax for using it is not clear to me.
  The example Lisboa [2] uses:

  photoGallery url:photos/lisboa-*.jpg sequence:'1-4' height:200 
  time:
  2000 labels:SubTitles numbers start:5000

  With my 4 photos in a subfolder Images of the folder wherein TW
  resides, I tried:

  photoGallery url:Images/*.jpg sequence:'1-4' height:200 time:2000
  labels:SubTitles numbers start:5000

  This did not work.

  With my photos in the same folder as my TW, I tried:

  photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
  labels:SubTitles numbers start:5000

  but that did not work either.
  Since I am not a programmer, looking at the code did not help.

  I'am using TW v2.6.2, Windows 7, Firefox 4.0

  Somebody an idea what I'm doing wrong?

  Thanks in advance,

  Ton

  [1]http://www.math.ist.utl.pt/~psoares/addons.html#PhotoGalleryPlugin
  [2]http://www.math.ist.utl.pt/~psoares/addons.html#Lisboa

-- 
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: Syntax for PhotoGalleryPlugin

2011-04-20 Thread Paulo Soares
Yes, I should have been more precise. I should have said that it can't
be done in a browser independent way. Eric's code is for IE and
Firefox only and I prefer to avoid this kind of partial solutions that
depend on browsers' manufacturers policies about security. Still, the
tiddler list of filenames should be easy to implement.

--
Paulo Soares

On 20 Abr, 11:45, TonG ton.ger...@gmail.com wrote:
 Hi Paolo  Julien,

 Searching for other solutions, I came across QuoteOfTheDayPlugin from
 TiddlyTools [1], [2] with the following syntax:
 QOTD tiddlername norandom noclick inline cookie:cookiename delay
 If tiddlername does not exist as a tiddler, it searches for a local
 directory name as can be read from the revisions:
 2008.01.16 1.4.0 support using a local image file directory instead of
 tiddler name for getting list of items. If specified tiddler does not
 exist in the document, macro attempts to use tiddlername as a local
 directory name (using either absolute or relative path) and get list
 of all JPG/GIF/PNG files.

 And, indeed it does show the photos in the local directory (even, in
 my case of 1200+ photos).
 But, it shows all photos in the original size; there is no way to
 size the images.
 To me, a combination of both plugins should be ideal.
 No idea if this is difficult to achieve.

 Regards,

 Ton

 [1]http://www.TiddlyTools.com/#QuoteOfTheDayPlugin
 [2]http://www.TiddlyTools.com/#QuoteOfTheDayPluginInfo

 On Apr 20, 12:25 pm, Paulo Soares psoares...@gmail.com wrote:







  I don't know if that can be done at all because, by design, Javascript
  has strong limitations regarding file system access. A possible
  solution could be to provide a tiddler containing a list of filenames
  to be used by the plugin as an alternative to the current simple
  replacement rule. Would this work for you?

  --
  Paulo Soares

  On 19 Abr, 16:53, julien23 jbouc...@capsule-ea.fr wrote:

   I am interested too... and my need is closed to Ton's need

   I wish I could have a photoGallery of all images below tw.html or
   attached in tw.html

   Thanks to contribute with any solution...

   On Apr 19, 3:56 pm, Paulo Soares psoares...@gmail.com wrote:

That's it. In the plugin, the * is used as a restricted wildcard that
is simply replaced be numbers in the range indicated by the 'sequence'
parameter. So, in one of your examples,

photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
labels:SubTitles numbers start:5000

the plugin will look for the files 1.jpg to 4.jpg

In my example

photoGallery url:photos/lisboa-*.jpg sequence:'1-4' height:200
time:
2000 labels:SubTitles numbers start:5000

the files are named lisboa-1.jpg to lisboa-4.jpg.

This was a simple solution that I've found flexible enough. I suggest
you to find some automated way to rename your files.

Cheers,
--
Paulo Soares

On 19 Abr, 12:36, TonG ton.ger...@gmail.com wrote:

 Hi Paulo,

 My pictures are named:
 1881_origineel_toilet.jpg
 1900_ca_kaartje_Sigarenfabriek_Bout.jpg
 2008_Het_Witte_Huis.jpg
 2008_Marnix_van_St_Aldegondeschool_fontein2.jpg

 All pictures I want to show start with year and a short description
 is following. Therefor I tried *.jpg.

 Ton

 On Apr 19, 1:12 pm, Paulo Soares psoares...@gmail.com wrote:

  Hi Ton,

  how are your pictures named? Are they named 1.jpg to 4.jpg?

  --
  Paulo Soares

  On 19 Abr, 11:11, TonG ton.ger...@gmail.com wrote:

   Hi,

   Nobody using the PhotoGalleryPlugin? Or ever tried it?

   A Minimal Test Case is available 
   athttp://dl.dropbox.com/u/2638511/Test_PhotoGalleryPlugin.html

   Any help appreciated,

   Ton

   On Apr 16, 5:54 pm, TonG ton.ger...@gmail.com wrote:

Hi,

I am trying to use Paulo Soares' PhotoGalleryPlugin [1] but 
can't get
it to work.
The syntax for using it is not clear to me.
The example Lisboa [2] uses:

photoGallery url:photos/lisboa-*.jpg sequence:'1-4' 
height:200 time:
2000 labels:SubTitles numbers start:5000

With my 4 photos in a subfolder Images of the folder wherein 
TW
resides, I tried:

photoGallery url:Images/*.jpg sequence:'1-4' height:200 
time:2000
labels:SubTitles numbers start:5000

This did not work.

With my photos in the same folder as my TW, I tried:

photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
labels:SubTitles numbers start:5000

but that did not work either.
Since I am not a programmer, looking at the code did not help.

I'am using TW v2.6.2, Windows 7, Firefox 4.0

Somebody an idea what I'm doing wrong?

Thanks in advance,

Ton

[1]http://www.math.ist.utl.pt/~psoares/addons.html#PhotoGalleryPlugin
[2]http://www.math.ist.utl.pt/~psoares/addons.html#Lisboa

[tw] Re: Syntax for PhotoGalleryPlugin

2011-04-20 Thread Paulo Soares
It's done.
--
Paulo Soares

On 20 Abr, 14:30, TonG ton.ger...@gmail.com wrote:
 Hi Paolo,

 If you can do that ... that would be nice.

 Regards,

 Ton

 On Apr 20, 3:22 pm, Paulo Soares psoares...@gmail.com wrote:







  Yes, I should have been more precise. I should have said that it can't
  be done in a browser independent way. Eric's code is for IE and
  Firefox only and I prefer to avoid this kind of partial solutions that
  depend on browsers' manufacturers policies about security. Still, the
  tiddler list of filenames should be easy to implement.

  --
  Paulo Soares

  On 20 Abr, 11:45, TonG ton.ger...@gmail.com wrote:

   Hi Paolo  Julien,

   Searching for other solutions, I came across QuoteOfTheDayPlugin from
   TiddlyTools [1], [2] with the following syntax:
   QOTD tiddlername norandom noclick inline cookie:cookiename delay
   If tiddlername does not exist as a tiddler, it searches for a local
   directory name as can be read from the revisions:
   2008.01.16 1.4.0 support using a local image file directory instead of
   tiddler name for getting list of items. If specified tiddler does not
   exist in the document, macro attempts to use tiddlername as a local
   directory name (using either absolute or relative path) and get list
   of all JPG/GIF/PNG files.

   And, indeed it does show the photos in the local directory (even, in
   my case of 1200+ photos).
   But, it shows all photos in the original size; there is no way to
   size the images.
   To me, a combination of both plugins should be ideal.
   No idea if this is difficult to achieve.

   Regards,

   Ton

   [1]http://www.TiddlyTools.com/#QuoteOfTheDayPlugin
   [2]http://www.TiddlyTools.com/#QuoteOfTheDayPluginInfo

   On Apr 20, 12:25 pm, Paulo Soares psoares...@gmail.com wrote:

I don't know if that can be done at all because, by design, Javascript
has strong limitations regarding file system access. A possible
solution could be to provide a tiddler containing a list of filenames
to be used by the plugin as an alternative to the current simple
replacement rule. Would this work for you?

--
Paulo Soares

On 19 Abr, 16:53, julien23 jbouc...@capsule-ea.fr wrote:

 I am interested too... and my need is closed to Ton's need

 I wish I could have a photoGallery of all images below tw.html or
 attached in tw.html

 Thanks to contribute with any solution...

 On Apr 19, 3:56 pm, Paulo Soares psoares...@gmail.com wrote:

  That's it. In the plugin, the * is used as a restricted wildcard 
  that
  is simply replaced be numbers in the range indicated by the 
  'sequence'
  parameter. So, in one of your examples,

  photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
  labels:SubTitles numbers start:5000

  the plugin will look for the files 1.jpg to 4.jpg

  In my example

  photoGallery url:photos/lisboa-*.jpg sequence:'1-4' height:200
  time:
  2000 labels:SubTitles numbers start:5000

  the files are named lisboa-1.jpg to lisboa-4.jpg.

  This was a simple solution that I've found flexible enough. I 
  suggest
  you to find some automated way to rename your files.

  Cheers,
  --
  Paulo Soares

  On 19 Abr, 12:36, TonG ton.ger...@gmail.com wrote:

   Hi Paulo,

   My pictures are named:
   1881_origineel_toilet.jpg
   1900_ca_kaartje_Sigarenfabriek_Bout.jpg
   2008_Het_Witte_Huis.jpg
   2008_Marnix_van_St_Aldegondeschool_fontein2.jpg

   All pictures I want to show start with year and a short 
   description
   is following. Therefor I tried *.jpg.

   Ton

   On Apr 19, 1:12 pm, Paulo Soares psoares...@gmail.com wrote:

Hi Ton,

how are your pictures named? Are they named 1.jpg to 4.jpg?

--
Paulo Soares

On 19 Abr, 11:11, TonG ton.ger...@gmail.com wrote:

 Hi,

 Nobody using the PhotoGalleryPlugin? Or ever tried it?

 A Minimal Test Case is available 
 athttp://dl.dropbox.com/u/2638511/Test_PhotoGalleryPlugin.html

 Any help appreciated,

 Ton

 On Apr 16, 5:54 pm, TonG ton.ger...@gmail.com wrote:

  Hi,

  I am trying to use Paulo Soares' PhotoGalleryPlugin [1] but 
  can't get
  it to work.
  The syntax for using it is not clear to me.
  The example Lisboa [2] uses:

  photoGallery url:photos/lisboa-*.jpg sequence:'1-4' 
  height:200 time:
  2000 labels:SubTitles numbers start:5000

  With my 4 photos in a subfolder Images of the folder 
  wherein TW
  resides, I tried:

  photoGallery url:Images/*.jpg sequence:'1-4' height:200 
  time:2000
  labels:SubTitles numbers start:5000

  This did not work.

  With my photos in the same folder as my TW, I tried:

  photoGallery url:*.jpg sequence:'1-4' height:200 time

[tw] Re: Syntax for PhotoGalleryPlugin

2011-04-19 Thread Paulo Soares
Hi Ton,

how are your pictures named? Are they named 1.jpg to 4.jpg?

--
Paulo Soares

On 19 Abr, 11:11, TonG ton.ger...@gmail.com wrote:
 Hi,

 Nobody using the PhotoGalleryPlugin? Or ever tried it?

 A Minimal Test Case is available 
 athttp://dl.dropbox.com/u/2638511/Test_PhotoGalleryPlugin.html

 Any help appreciated,

 Ton

 On Apr 16, 5:54 pm, TonG ton.ger...@gmail.com wrote:







  Hi,

  I am trying to use Paulo Soares' PhotoGalleryPlugin [1] but can't get
  it to work.
  The syntax for using it is not clear to me.
  The example Lisboa [2] uses:

  photoGallery url:photos/lisboa-*.jpg sequence:'1-4' height:200 time:
  2000 labels:SubTitles numbers start:5000

  With my 4 photos in a subfolder Images of the folder wherein TW
  resides, I tried:

  photoGallery url:Images/*.jpg sequence:'1-4' height:200 time:2000
  labels:SubTitles numbers start:5000

  This did not work.

  With my photos in the same folder as my TW, I tried:

  photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
  labels:SubTitles numbers start:5000

  but that did not work either.
  Since I am not a programmer, looking at the code did not help.

  I'am using TW v2.6.2, Windows 7, Firefox 4.0

  Somebody an idea what I'm doing wrong?

  Thanks in advance,

  Ton

  [1]http://www.math.ist.utl.pt/~psoares/addons.html#PhotoGalleryPlugin
  [2]http://www.math.ist.utl.pt/~psoares/addons.html#Lisboa

-- 
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: Syntax for PhotoGalleryPlugin

2011-04-19 Thread Paulo Soares
That's it. In the plugin, the * is used as a restricted wildcard that
is simply replaced be numbers in the range indicated by the 'sequence'
parameter. So, in one of your examples,

photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
labels:SubTitles numbers start:5000

the plugin will look for the files 1.jpg to 4.jpg

In my example

photoGallery url:photos/lisboa-*.jpg sequence:'1-4' height:200
time:
2000 labels:SubTitles numbers start:5000

the files are named lisboa-1.jpg to lisboa-4.jpg.

This was a simple solution that I've found flexible enough. I suggest
you to find some automated way to rename your files.

Cheers,
--
Paulo Soares


On 19 Abr, 12:36, TonG ton.ger...@gmail.com wrote:
 Hi Paulo,

 My pictures are named:
 1881_origineel_toilet.jpg
 1900_ca_kaartje_Sigarenfabriek_Bout.jpg
 2008_Het_Witte_Huis.jpg
 2008_Marnix_van_St_Aldegondeschool_fontein2.jpg

 All pictures I want to show start with year and a short description
 is following. Therefor I tried *.jpg.

 Ton

 On Apr 19, 1:12 pm, Paulo Soares psoares...@gmail.com wrote:







  Hi Ton,

  how are your pictures named? Are they named 1.jpg to 4.jpg?

  --
  Paulo Soares

  On 19 Abr, 11:11, TonG ton.ger...@gmail.com wrote:

   Hi,

   Nobody using the PhotoGalleryPlugin? Or ever tried it?

   A Minimal Test Case is available 
   athttp://dl.dropbox.com/u/2638511/Test_PhotoGalleryPlugin.html

   Any help appreciated,

   Ton

   On Apr 16, 5:54 pm, TonG ton.ger...@gmail.com wrote:

Hi,

I am trying to use Paulo Soares' PhotoGalleryPlugin [1] but can't get
it to work.
The syntax for using it is not clear to me.
The example Lisboa [2] uses:

photoGallery url:photos/lisboa-*.jpg sequence:'1-4' height:200 time:
2000 labels:SubTitles numbers start:5000

With my 4 photos in a subfolder Images of the folder wherein TW
resides, I tried:

photoGallery url:Images/*.jpg sequence:'1-4' height:200 time:2000
labels:SubTitles numbers start:5000

This did not work.

With my photos in the same folder as my TW, I tried:

photoGallery url:*.jpg sequence:'1-4' height:200 time:2000
labels:SubTitles numbers start:5000

but that did not work either.
Since I am not a programmer, looking at the code did not help.

I'am using TW v2.6.2, Windows 7, Firefox 4.0

Somebody an idea what I'm doing wrong?

Thanks in advance,

Ton

[1]http://www.math.ist.utl.pt/~psoares/addons.html#PhotoGalleryPlugin
[2]http://www.math.ist.utl.pt/~psoares/addons.html#Lisboa

-- 
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: Dynamic changes to css are not reverted by SlideShowPlugin

2010-07-30 Thread Paulo Soares
I don't see how the plugin can handle this. The stylesheet used in the
slide show replaces existing rules that are restored on exit. However,
you are bypassing this mechanism adding CSS rules directly with
jQuery.
The tip on using CSS classes instead of custom rules looks quite
reasonable and should be easier to revert.

--
Paulo Soares

On 30 Jul, 03:12, rouilj rou...@cs.umb.edu wrote:
 Hi all:

 I am doing some work on the coursebook for release and one of the
 things I am working on is
 allowing multiple styles for slides in a single slide show. I mix a
 framed template with images
 that take up the entire screen.

 Using SlideShowPlugin, I can do this by running javascript and jquery
 to change the
 background-image, remove the title div etc. This almost works. The
 only problem I have
 is that the changes I make using the scripts aren't removed when the
 SlideShowPlugin
 exits and reverts to the standard StyleSheet.

 You can see the problem by viewing:http://coursebook.tiddlyspot.com/

 Note that there is no background image present on the left hand side
 of the page.

 Click on the Presentation 1 - Introducing the Coursebook entry under
 the Presentation
 heading of the main menu. Hit the space bar to move through the Goal
 slide till you get to the
 slide titled Presentation.  (Note that an image is properly
 displayed for the Goal slide, I just
 eliminated the image to keep the size of the tiddlywiki down.)

 Hit escape to exit the slide show.

 The blue image on the left hand side from the slide is still present
 even though I am no longer
 in slide show presentation mode. I would have expected the base
 StyleSheet to be applied
 and remove the background image. (Note even placing body {background-
 image: none} in the
 StyleSheet causes the image to disappear.)

 If anybody has any ideas on how to solve this problem I would
 appreciate it. I figure if worse comes
 to worse I can try adding a hook to SlideShowPlugin to call some
 custom javascript in a tidder
 to try to reset my dynamic jquery changes but I would prefer to have
 the style set to the original
 style automatically.

 Thanks for any ideas.

 -- rouilj

-- 
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: SlideShowPlugin (PSoares) confusion

2010-04-08 Thread Paulo Soares
Hi Skye,

the plugin was catching some tiddlyLinks in your heavily modified
tiddler's toolbar. This bug is already fixed in my online site.

Thanks,
--
Paulo Soares

On 8 Abr, 04:31, skye riquelme riquelme.s...@gmail.com wrote:
 Hi All

 I have a strange situation with SlideShowPlugin (P Soares)..

 I have put a copy here -http://dl.dropbox.com/u/5652992/NovoApresenta.html
 - a quick look and click on the test slide show will show that the
 plugin is trying to display 8 items...the first five of which it says
 do not exist.and thats right they don´t existthe tiddler with
 the slideShow macro...only has three slide tiddlers listed!!

 Why is the plugin trying to display five fantasy items ?

 Thanks in Advance

 Skye

-- 
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: MathSVGPlugin or ASCIIMathMLPlugin?

2010-04-03 Thread Paulo Soares
Hi Scuff,

the only plugin that I currently maintain is the MathSVGPlugin. I keep
the other one available to anyone who wants to use the ASCIIMath
notation.

The ASCIIMath notation was created to provide a simple way for young
students to write math on the web. However, for anyone involved in the
publishing of math contents, LaTeX turns out to be the 'de facto'
standard. ASCIIMath still has a role to play but I don't need it and I
decided to no longer support it as it required a duplication of most
the code.

I think that you can include the ASCIIMathML.js in your TW file
provided it is evaluated before the plugin. Give it a try.

You are not correct regarding the MathSVGPlugin way of working. This
plugin translates LaTeX to MathML without any external dependencies
provided that the browser supports MathML (Firefox). Otherwise, it
falls back for external conversion into images.

--
Paulo Soares


On 1 Abr, 11:40, Scuff cj...@zepler.net wrote:
 Hi all,

 I am a new TiddlyWiki user and group member.  I would like to enter
 mathematical formulas in my tiddlers and to that end I have been
 investigating the two plugins MathSVGPlugin and ASCIIMathMLPlugin,
 both written by Paulo Soares.  My question is: which one should I use?

 MathSVGPlugin seems to be more recent, yet has fewer features than
 ASCIIMathMLPlugin -- notably the lack of ASCIIMath notation and
 automath detection.  Is MathSVGPlugin intended to be a replacement for
 ASCIIMathMLPlugin, or simply an alternative?

 I have no experience of mathematical markup at all, so which notation
 should I learn?  ASCIIMath seems simpler than LateX, but is not
 supported by MathSVGPlugin.  Does this imply that ASCIIMath notation
 is deprecated?

 ASCIIMathMLPlugin seems to require an external script ASCIIMathML.js.
 Is it possible to include this in the main TiddlyWiki file, to avoid
 having multiple files?

 I notice in MathSVGPluginComp the line:
 //MSVG.latexConverter = http://www.yourequations.com/eq.latex?;; //
 link to external converter

 Does this imply that all conversions are performed externally, and
 thus MathSVGPlugin won't work offline?

 Thanks,
 Scuff

-- 
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: SlideShowPlugin request for compability with SectionLinksPlugin

2009-12-03 Thread Paulo Soares
I agree that a double role for the headings (structure of the tiddler
content and slide separator) may not be, in general, very convenient.
The suggested solution () is similar to the one I abandoned (-
s-). I did it because, in my experience, the single tiddler approach
turned out to be harder to edit because it required lots of scrolling
when writing and testing a presentation. In the process, it moved the
plugin closer to TW's microcontent philosophy and made most of the
extensive DOM manipulation unnecessary.

To recover the previous functionality I would need a way to split a
tiddler's content into several virtual tiddlers in order to produce
the slideshow. I can't see a way to achieve this without restoring the
old DOM manipulation that I gladly removed. Is there any alternative?

Regarding the dollar, my plugins are written like this:

(function($) {
... plugin code ...
})(jQuery)

as suggested in the jQuery documentation. I believe that, this way, I
don't need any extra support from TW. Am I wrong?

PS: thank you Tobias for noticing that I'm not italian!
--
Paulo Soares

On 3 Dez, 03:30, Tobias Beer beertob...@googlemail.com wrote:
 Though probably quite possible, I think it is not a very good idea as
 that would mean that all headings were never part of the slideshow
 itself but only section markers... are you aware of this Måns?

 Otherwise one would have to define that maybe section 1 headings were
 always those that separate slides... but I guess then some other
 separator would probably be a better choice... like a doube hr for
 example, like this:
 

 On the other hand, I think having a complete slideshow in one tiddler
 facilitates editing and slideshow-management a lot... though I don't
 know if Paolo's Plugin is even conceptually able to visualize that,
 e.g. wikify text into a special output container... as opposed to just
 rendering tiddlers 'as is'.

 By the way Paolo, is that Dollar function now completely supported by
 TiddlyWiki... as you use it quite intensively in your code?

 Tobias.

--

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: SlideShowPlugin request for compability with SectionLinksPlugin

2009-12-03 Thread Paulo Soares
Måns,

now it works but the different behavior is really weird. I'll download
your file and investigate. I will also take a better look on the way
sections work. Maybe something useful comes up.

You really have a strong case supporting the single tiddler approach.
I'll definitely try to restore it as soon as I find the time to do it.
Meanwhile I think your idea on using both versions may work if you:

1) replace every instance of 'version.extensions.SlideShowPlugin' with
'version.extensions.SlideShowPlugin2', for example;

2) replace every instance of 'config.macros.slideShow' with
'config.macros.slideShow2', for example,

in one of the versions. With this, you'll have two macros available:
slideShow and slideShow2. I haven't tried it but I guess it
should work.

Cheers,
--
Paulo Soares

On 3 Dez, 09:35, Måns humam...@gmail.com wrote:
 Hi Paulo I've tried your example and the slide show does not even start (as 
 it
  should be). How can it work for you? I'm puzzled.

 Hmm I don't know what went wrong -
 Here's another example that works (I hope) -
 However I can't tell the difference between this one and the Lorem
 Ipsum example? ...http://dl.dropbox.com/u/3105342/Empty/empty.html#AS-2

  I can't see how to accommodate sections in the way the SlideShowPlugin
  does it thing because it requires each slide to be a single tiddler

 Here's an example of Erics sectionslinkplugin where it renders/
 wikifies *only* the content of a 
 section..http://dl.dropbox.com/u/3105342/Empty/empty.html#AS-3

  but I'll sure appreciate any suggestions.The SectionLinksPlugin only
  provides a way to link to sections (if I got it right). For now I can
  only suggest you to try Eric's SplitTiddlers script that can help you
  converting older presentations to the new format.

 Yes I thought about that too ...
 However turning 26 essays into minimum 30 tiddlers each (26x30'th)
 gives me almost 800 new tiddlers, every time I want to make a quick
 presentation of students work in a class...
 That's why I consider reverting to the older SlideShowPlugin, which
 could turn a single tiddler into a slideshow..
 I apreciate the newer SlideShowPlugins ability to show playlists of
 tiddlers and I use it with Erics StorySaverPlugin to quickly collect a
 story of tiddlers -
 But I need a quick way to use 1 tiddler as a basis for a slideshow..

 Can I install both SlideShowPlugin 1 (Old) and SlideShowPlugin 2 (New)
 - in the same TW and use both functionalities??

 Regards 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 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: SlideShowPlugin request for compability with SectionLinksPlugin

2009-12-02 Thread Paulo Soares
Hi Måns,

I've tried your example and the slide show does not even start (as it
should be). How can it work for you? I'm puzzled.

I can't see how to accommodate sections in the way the SlideShowPlugin
does it thing because it requires each slide to be a single tiddler
but I'll sure appreciate any suggestions.The SectionLinksPlugin only
provides a way to link to sections (if I got it right). For now I can
only suggest you to try Eric's SplitTiddlers script that can help you
converting older presentations to the new format.

--
Paulo Soares

On 2 dez, 20:36, Måns humam...@gmail.com wrote:
 Hi TwWizards
 (Paolo Soares  Eric Shulman in particular)

 Regarding SlideShowPlugin:
 I miss the older versions ability to show a presentation from bits of
 a tiddler divided by -s-
 Now it uses a list of tiddlers, which is also very good (I've combined
 Erics StorySaverPlugin and Paolos SlideShowPlugin with success)
 However
 I have to divide my tiddlers into several tiddlers to make a slideshow
 now...
 I've installed SectionLinksPlugin to be able to link to sections..
 I've made a slideshow list like this:
 [[tiddler##1]]
 [[tiddler##2]]
 [[tiddler##3]]
 [[tiddler##4]]

 The SlideShow does start as intended - however the presentation stays
 at the top of the tiddler even if the slidesshow seems to work 

 Is this a configuration I can setup myself , is it the SlideShowPlugin
 which needs to be able to handle the sectionslinks or is it the
 SectionLinksPlugin which does something which isn't working with
 SlideShowPlugin?

 Here's my MTChttp://tinyurl.com/yk86k23

 YS 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 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: Announcing Tiddlywiki 2.5.2

2009-06-24 Thread Paulo Soares

Thank you all for the release.

Can anyone say a few words about:

# Toolbar command  now toggles between more/less (ticket #608)
# Toolbar command  displays additional commands on separate line
(ticket #608)

I don't see this working on tiddlywiki.com.

Cheers,
--
Paulo Soares

On 24 Jun, 14:04, Jeremy Ruston jeremy.rus...@gmail.com wrote:
 We've just released TiddlyWiki version 2.5.2 at:

 http://www.tiddlywiki.com/

 (We released a version 2.5.1 yesterday, but found and fixed a problem
 with the upgrade mechanism almost immediately, hence the re-release).

 The big change is the start of the process of breaking off some of the
 unique bits of functionality that TiddlyWiki possesses into separate
 jQuery plugins that can be used by other developers in other projects.
 Besides being good to bring things like local file operations to a
 wider audience, part of the benefit will be that the quality of these
 pieces of code
 will improve through wider usage. For this release, we've concentrated
 on TiddlyWiki's cryptographic library, stylesheet manipulation
 functions, and local file system code. There's some documentation here:

 http://jquery.tiddlywiki.org/

 Besides the pluginification, there's the usual mix of bug fixes and tweaks:

 - Improved separators and more/less extenders for toolbars
 - Added plugin version information to the PluginManager
 - Fixed Tags macro to respect the excludeLists tag
 - Fixed problem with saving of extended tiddler fields

 For the full list of changes seehttp://trac.tiddlywiki.org/wiki/History

 Many thanks to the contributors and testers for this release. Please
 let us have any comments here,

 Cheers

 Jeremy

 --
 Jeremy Ruston
 mailto:jer...@osmosoft.comhttp://www.tiddlywiki.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: Trouble importing into Ver 2.5.1

2009-06-23 Thread Paulo Soares

Successful update from 2.5.0 with Firefox on ubuntu.
--
Paulo Soares

On 23 Jun, 12:04, FND f...@gmx.net wrote:
  We're looking into this and will report back ASAP.

 We have just posted a new beta which should fix the upgrade issue:
      http://tiddlywiki.com/beta/
 (Turns out it was a somewhat obscure encoding issue.)

 For those interested in helping to test this, please install the
 BetaUpgradePlugin before upgrading your document:
      http://tiddlywiki.com/beta/BetaUpgradePlugin.html
 (Please note that beta releases are not meant for production use, so use
 a copy of your document for testing.)

 We'll be looking into the remaining issues as soon as we're confident
 this critical core issue has been resolved.

 -- F.
--~--~-~--~~~---~--~~
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: CompareTiddlersPlugin enhancement to work with RevisionsPlugin

2009-06-14 Thread Paulo Soares

Hi,

I'm afraid I've no answers for you.

I think that multiple revisions is a big missing feature in TW. I took
a look at the RevisionsPlugin and, although it is nicely done, it's
not a good enough solution because in a short term it will create lots
of different copies (versions) of any single tiddler. It looks to me
that the only way to go is to store differences from the last version
of a tiddler. I know there are javascript implementations of diff and
patch. Has anyone considered this?

--
Paulo Soares

On 14 Jun, 00:07, rouilj rou...@cs.umb.edu wrote:
 Hi all:

 I am using the RevisionsPlugin 
 fromhttp://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin
 to
 keep multiple revisions of some of my tiddlers. What would be great is
 to be able to compare two
 revisions of the tiddlers.

 I found the CompareTiddlersPlugin from Eric Shulmanwww.tiddlytools.com
 and it looks like it would
 work wonderfully except for one issue. The pull down boxes that let
 you select the tiddlers for the
 CompareTiddlersPlugin excludes tiddlers tagged with excludeLists,
 which makes sense. Unfortunately
 the (prior reviion) tiddlers created with RevisionsPlugin are tagged
 with excludeLists to prevent them
 from showing up in the normal timeline etc listings.

 I am looking for a way to modify the call in CompareTiddlersPlugin
 that reads:

    var tids=store.getTiddlers('title', 'excludeLists');

 to also include the tiddlers tagged with Revisions. Using Google,
 the documentation I found
 on getTiddlers() is somewhat sparse (or out of date 
 as:http://tiddlywiki.org/wiki/Dev:GetTiddlers
 seems to be). The closest I have come it to:

    TiddlyWiki.prototype.getTiddlers = function(field,excludeTag)

 in the 2.5.1beta2 tw file itself. From this it appears that I would
 have to write my own function that
 allows an includeList, and replace the call to getTiddlers in the
 CompareTiddlersPlugin.

 I do have the MatchTagsPlugin installed in my TW, is there something
 in there that I could
 use, maybe getMatchingTiddlers??

 Thanks for any ideas.

 -- rouilj
--~--~-~--~~~---~--~~
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: Help with SlideShowPlugin... Lists not working in my TW?

2009-05-06 Thread Paulo Soares

Hi,

include this two rules in the SlideShowStyleSheet tiddler:

.tiddler{border: none}

#tiddlersBar{display: none}

It's not clear to me what you mean with 'making all of the sliderarea
clickable' but I guess it may be related with the 'noClicks' parameter
of the slideShow macro. Please check the documentation to figure it
out.

Cheers,
--
Paulo Soares

On 4 Maio, 00:07, Måns humam...@gmail.com wrote:
 Thanks Paulo - That's really great!

 However in the meantime I've changed myhttp://simplenoter.tiddlyspot.com
 to a newer version of Dave Giffords NoBrainerNotes without the
 historyPlugin, which I have modified a lot ;-)

 Small difference in showing slideshow online or offline:
 When I run a slideshow online I get a little blue snip of the
 tiddlersbar at the top - and when I'm offline I can se the tabs with
 the titles of each slideTiddler clearly at the top.
 It's very usable as it is - but if You could tell me how to controll
 this behaviour - I would be very grateful.

 I do know of the shadowed tiddler: SlideShowStyleSheet and  I've
 managed to remove the tagglytagging from the slideview - Can I use
 this to control whether to show the tabmenu or not ?
 Bonusquestion:
 - and can I remove the tiddler border plus possibly making all of the
 sliderarea clickable?

 I've put a slideShow with these parameters in the mainmenu - to
 show an example: tag:slide auto:6 toc:titles header: Præsentation 
 footer:Stop: Escape - eller X her » cycle clock:'+'

 YS Måns Mårtensson

 On 3 Maj, 18:45, Paulo Soares psoares...@gmail.com wrote:

  Hi Mans,

  the SlideShowPlugin and the HistoryPlugin were not working together.
  It's already fixed on my site. Thanks for the report.
  --
  Paulo Soares

  On 3 Maio, 15:49, Måns humam...@gmail.com wrote:

   Hi TwWizards

   I cannot make slideShow (SlideShowPlugin by Paulo 
   Soareshttp://www.math.ist.utl.pt/~psoares/addons.html) show the tiddlers
   which I put on a list in a tiddler:
   Instead it tries to open a tiddler which doesn't exist yet -:

   In a tiddler called:test af slideshow 
   -http://simplenoter.tiddlyspot.com/index.html#[[test%20af%20slideshow]]
   My list:
   MainMenu
   [[Eksempel emne]]
   slideShow

   I've tried to install SlideShowPlugin in an empty (original)
   TiddlyWiki too - and it works fine..http://tomtw.tiddlyspot.com/#[[Test
   %20af%20SlideShow]]

   I've used the exact same plugin code on both tws...
   1)Not working with 
   list:http://simplenoter.tiddlyspot.com/index.html#[[test%20af%20slideshow]]
   2)Working with list:http://tomtw.tiddlyspot.com/#[[Test%20af%20SlideShow]]

   YS 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: A TiddlyWiki presentation tool, textbook and notebook. Am I nuts?

2009-03-26 Thread Paulo Soares

Hi,

I took a look at the TaggedTemplateTweak code and realized that it is
just an hijack of a core function. So there may be another solution:
hijack that plugin instead of duplicating templates' content. It
requires you to include 4 lines in the toggleSlideStyles function of
the slideShowPlugin like this:

config.macros.slideShow.toggleSlideStyles = function(){
  var contentWrapper = $('#contentWrapper');
  if(contentWrapper.hasClass(slideShowMode)){
Story.prototype.chooseTemplateForTiddler =
Story.prototype.slideShow_chooseTemplateForTiddler;//(3) restore
taggedTemplate hijack
Story.prototype.slideShow_chooseTemplateForTiddler = null;//(4) clean
up
refreshPageTemplate();
removeStyleSheet(SlideShowStyleSheet);
if(this.theme) removeStyleSheet(this.theme);
  } else {
Story.prototype.slideShow_chooseTemplateForTiddler =
Story.prototype.chooseTemplateForTiddler; //(1) save taggedTemplate
hijack
Story.prototype.chooseTemplateForTiddler =
Story.prototype.taggedTemplate_chooseTemplateForTiddler;//(2) restore
core code saved by taggedTemplate
...

Would you like to try this? It may not be an optimal solution but I
think it should work for now.

BTW, do you have your work-in-progress online? I'm curious about
what's coming up because it all seems very close to my own ideas that
I keep holding back because there's no server side solution simple
enough.

--
Paulo Soares

On 26 Mar, 04:12, rouilj rou...@cs.umb.edu wrote:
 Hi Paulo:

 On Mar 25, 9:33 pm, Paulo Soares psoares...@gmail.com wrote:

  The first error you mentioned is fixed. I thought of that case (no
  headers) but I forgot to test it.

 Thanks. I'll revert the changes to my slides. I usually use title
 option
 with slideshow, so I don't need the headers as the slide name provides
 that.

  Regarding the TaggedTemplateTweak, I haven't tested it but I would say
  that there's no way the 2 plugins work together because they are
  competing to change the ViewTemplate for the same tiddler.

 In researching an answer to this for you, I found out Eric did a good
 job
 writing the TaggedTemplateTweak (TTT). If there is a theme defined,
 TTT looks
 for tagnameViewTemplate (and I assume tagnameStyleSheet and
 tagnamePageTemplate) in the theme and uses it if present.

 So if I add a section:

 !contentViewTemplate
 

 to the PrintingTheme tiddler, it is used rather than the default
 'contentViewTemplate'
 tiddler. This does mean that I have to duplicate the template in
 ViewTemplate and
 contentViewTemplate code but that's ok.

  Are you sure you still need to use both plugins for a slideshow?

 Yes, because this isn't just a slideshow, it's a full textbook/
 presentation
 mechanism (or at least I hope it will be).

 In normal use the tiddlers tagged content have a contentViewTemplate
 applied via
 TaggedTemplateTweaks. contentViewTemplate is the defaultViewTemplate
 with a div
 added to display the TiddlerNotesPlugin note taking box. This allows
 the student
 to add notes to the tiddler without modifying the content tiddler (as
 it may be
 updated as I find errors or add new material).

 Also the contentViewTemplate disables double click to edit. This
 prevents the user
 from accidently trying to edit the content tiddler (since changes to
 it would be
 lost on update) also it allows the user to double/triple click to
 select text.

 Slides are just another form of content. When being presented by the
 instructor,
 they should be styled as a normal slide without a notes area, text at
 200% of
 normal etc.

 The students can also run the slide show in their own tiddlywiki. In
 student mode
 the slides should appear as they normally would (using the
 contentViewTemplate with
 the notes area etc) but with the addition of the navigation buttons so
 they can move
 linearly through the presentation and follow the instructor.

 In addition, the students can also access the slides (and notes)
 outside of the
 slideshow in random (rather than sequential) access to say review
 notes or examples.
 They can access this mode by using search, any of the lists in the
 right hand pane
 or by opening the presentation tiddler (with the embedded slideshow
 macros) and
 access one of the embedded tiddler links.

 Does that explain the use case a bit better?

 -- rouilj
--~--~-~--~~~---~--~~
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: A TiddlyWiki presentation tool, textbook and notebook. Am I nuts?

2009-03-26 Thread Paulo Soares

Hi,

regarding your additional tweaks:

1) there's no need for this. I've changed (again!) the theme
mechanism. The SlideShowTheme was removed and I got back to the
previous 3 shadow tiddlers, SlideShowPageTemplate,
SlideShowViewTemplate and SlideShowStyleSheet, that together define
the default theme. I was forced to do this because I want to keep the
plugin as a single tiddler and TW does not provide a way to extract
sections from shadow tiddlers. That only works with 'real' tiddlers
like the example themes I wrote.

So, if you edit any of those 3 shadow tiddlers you are redefining the
default theme that, in your case, will become the StudentTheme.
Include these modified tiddlers in the student edition and make sure
to omit the InstructorTheme tiddler. This way, the macro slideShow
theme:InstructorTheme ... will use the right theme in your edition
and will fall back to the modified default theme in the absence of the
InstructorTheme tiddler.

2) sorry, I don't like that one. I removed the 'titles' option so you
have to include the tiddlers' titles in the ViewTemplate. However, you
can already do some of that in the templates using the 'noClicks' or
the new 'noKeyboard' classes (see the StudentTheme example in my
site).

3) Done!

--
Paulo Soares

On 26 Mar, 15:41, rouilj rou...@cs.umb.edu wrote:
 Hi Paulo:

 On Mar 26, 7:13 am, Paulo Soares psoares...@gmail.com wrote:

  I took a look at the TaggedTemplateTweak code and realized that it is
  just an hijack of a core function. So there may be another solution:
  hijack that plugin instead of duplicating templates' content. It
  requires you to include 4 lines in the toggleSlideStyles function of
  the slideShowPlugin like this:
  [...]
  Would you like to try this? It may not be an optimal solution but I
  think it should work for now.

 I was thinking that might be possible. I'll try it. However
 duplicating
 the ViewTemplate isn't so bad plus it gives a bit more flexibility.

  BTW, do you have your work-in-progress online? I'm curious about
  what's coming up because it all seems very close to my own ideas that
  I keep holding back because there's no server side solution simple
  enough.

 I do sort of. I have an older copy of the the student tw and the
 content
 tiddlers on line, but it doesn't include your latest slideshow plugin.
 I plan on releasing the instructor tw (without content of course) when
 I get
 the parts put together.

 At the moment I am having a problem with sync not working (getting the
 doSync:
 false error from another board thread). I created a sample that
 illustrated the
 problem hopefully FND will be able to fix it.

 I have a couple of more tweaks I want in the SlideShow plugin that I
 was going
 to try adding (none of the 12 or so languages I have worked in up to
 this point has
 ben javascript, so may take a bit).

   1) support a list of themes E.G. theme:[InstructorSlideShowTheme
 StudentSlideShowTheme]. So I have a single
      slideshow button in the tiddler in both the student and
 instructor tw. But the student tw is missing
      the InstructorslideShowTheme (i.e. it's not exported by the
 instructor tw). So it will use the
      StudentSlideShowTheme in the student version and the instructor
 theme in the instructor version.
   2) Also while this breaks the theme ness of the theme, I am
 planning on adding a section SlideShowModes
      to the themes to get default values like noClicks title etc
 that would normally be passed as parameters
      to the slideshow macro. This way I only need to specify the theme
 and that includes the interaction mode.
   3) Also I need to add a noKeyboard similar to noClicks to disable
 the key bindings. The notes part of the tiddler
      that is displayed in student mode is editable. When the space bar
 or the B key or arrow keys
      (to move between lines in the notes tiddler) is typed in the note
 to add info, the slide showplugin interprets
      them. When running in noKeyboard mode, the only way to move to
 the next slide would be to click on the  button
      in the naviagtion menu that should always be displayed by the
 theme used with this option.

 After that I can create a new student tw, upload a blank instructor tw
 and give you a pointer to it.

 If you beat me to any of these, I'll be happy to accept the results of
 your work 8-).

 -- rouilj
--~--~-~--~~~---~--~~
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: A TiddlyWiki presentation tool, textbook and notebook. Am I nuts?

2009-03-25 Thread Paulo Soares

Hi rouilj,

I've made some substantial modifications to the plugin and it is now
fully customisable. The previous custom stylesheets were replaced by
themes that allow to change (almost?) everything. The table of
contents was reintroduced along with the ability to jump to a chosen
slide and I also included your suggestion regarding the use of the
space key.

Please see the modified examples in my site and let me know if
something is broken.
--
Paulo Soares

On 23 mar, 11:19, Paulo Soares psoares...@gmail.com wrote:
 Ok, I see what you mean. I will think a bit more about the way
 keyboard navigation works and I'll let you know.

 I believe that the error you report in IE7 is already fixed in my
 online version. Please, tell me if I am wrong and it still is broken.

 --
 Paulo Soares

 On 23 mar, 01:48, rouilj rou...@cs.umb.edu wrote:

  Hi Paulo:

  On Mar 22, 8:11 pm, Paulo Soares psoares...@gmail.com wrote:

   I'll try to answer your previous points in the next few days

  Thanks for looking into these changes.

   but I don't get this last one.
   You can use Home/PageUp/PageDown/End keys to move around slides and
   the arrow keys for overlays (I've just fixed PageUp behaviour). What
   exactly is missing?

  I basically want a keyboard equivalent of left mouse click.

  If I have an unexposed overlay on a slide and I type pagedown, it
  moves to the next slide and doesn't open the
  overlay. If I hit the left arrow, it exposes the overlay, but won't
  advance the slide. When I have multiple
  presentation, often I don't remember exactly what key sequence I have
  to hit to expose all of the data on the
  slides.

  If I left click with the mouse (which I can't do easily because of
  links, sliders, and the need to highlight text
  during the talk), the left click does the right thing: unhides the
  overlay if there is one or advance the slide if all
  the overlays are shown.

  The space bar seems to work well for this, large easy to hit,
  centrally located on the keyboard 8-).

  Also I am running into a problem with the SlideShow plugin on IE
  7.0.5730.11. When I load the tiddlywiki it reports
  that a plugin had an error. The Plugin Manager shows SlideShowPlugin
  as the culprit with the error:

     Error: Expected identifier

  I haven't had any luck in getting a line number or anything indicating
  where the error is. So it's possible my change
  above broke something.

  I can send you the tiddlywiki file if you want to debug this in case I
  have some mix of plugins that is causing the problem.

  -- rouilj


--~--~-~--~~~---~--~~
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: A TiddlyWiki presentation tool, textbook and notebook. Am I nuts?

2009-03-25 Thread Paulo Soares

Hi,

The first error you mentioned is fixed. I thought of that case (no
headers) but I forgot to test it.

Regarding the TaggedTemplateTweak, I haven't tested it but I would say
that there's no way the 2 plugins work together because they are
competing to change the ViewTemplate for the same tiddler. Are you
sure you still need to use both plugins for a slideshow?

--
Paulo Soares

On 26 Mar, 00:43, rouilj rou...@cs.umb.edu wrote:
 Hi Paulo:

 On Mar 25, 6:17 pm, Paulo Soares psoares...@gmail.com wrote:

  I've made some substantial modifications to the plugin and it is now
  fully customisable. The previous custom stylesheets were replaced by
  themes that allow to change (almost?) everything. The table of
  contents was reintroduced along with the ability to jump to a chosen
  slide and I also included your suggestion regarding the use of the
  space key.

 It looks like using:

  http://www.TiddlyTools.com/#TaggedTemplateTweak

 along with the newest SlideShowPlugin (after I added h tags to all
 my slides)
 overrides the ViewTemplate of the theme passed to the SlideShowPlugin
 with the
 one used because of the tag on the tiddler.

 Not quite sure how to solve it, but to reproduce I think this works:

   add TaggedTemplateTweak plugin
   add a new view template tiddler thetagViewTemplate
   tag a slide with thetag

 Now when you view the slideshow, you should see thetagViewTemplate
 used when viewing the
 tagged slide and the other template when on any other slide.

 -- rouilj
--~--~-~--~~~---~--~~
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: A TiddlyWiki presentation tool, textbook and notebook. Am I nuts?

2009-03-23 Thread Paulo Soares

Ok, I see what you mean. I will think a bit more about the way
keyboard navigation works and I'll let you know.

I believe that the error you report in IE7 is already fixed in my
online version. Please, tell me if I am wrong and it still is broken.

--
Paulo Soares

On 23 mar, 01:48, rouilj rou...@cs.umb.edu wrote:
 Hi Paulo:

 On Mar 22, 8:11 pm, Paulo Soares psoares...@gmail.com wrote:

  I'll try to answer your previous points in the next few days

 Thanks for looking into these changes.

  but I don't get this last one.
  You can use Home/PageUp/PageDown/End keys to move around slides and
  the arrow keys for overlays (I've just fixed PageUp behaviour). What
  exactly is missing?

 I basically want a keyboard equivalent of left mouse click.

 If I have an unexposed overlay on a slide and I type pagedown, it
 moves to the next slide and doesn't open the
 overlay. If I hit the left arrow, it exposes the overlay, but won't
 advance the slide. When I have multiple
 presentation, often I don't remember exactly what key sequence I have
 to hit to expose all of the data on the
 slides.

 If I left click with the mouse (which I can't do easily because of
 links, sliders, and the need to highlight text
 during the talk), the left click does the right thing: unhides the
 overlay if there is one or advance the slide if all
 the overlays are shown.

 The space bar seems to work well for this, large easy to hit,
 centrally located on the keyboard 8-).

 Also I am running into a problem with the SlideShow plugin on IE
 7.0.5730.11. When I load the tiddlywiki it reports
 that a plugin had an error. The Plugin Manager shows SlideShowPlugin
 as the culprit with the error:

    Error: Expected identifier

 I haven't had any luck in getting a line number or anything indicating
 where the error is. So it's possible my change
 above broke something.

 I can send you the tiddlywiki file if you want to debug this in case I
 have some mix of plugins that is causing the problem.

 -- rouilj
--~--~-~--~~~---~--~~
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: A TiddlyWiki presentation tool, textbook and notebook. Am I nuts?

2009-03-22 Thread Paulo Soares

Hi,

I'll try to answer your previous points in the next few days but I
don't get this last one.
You can use Home/PageUp/PageDown/End keys to move around slides and
the arrow keys for overlays (I've just fixed PageUp behaviour). What
exactly is missing?

--
Paulo Soares

On 22 mar, 00:56, rouilj rou...@cs.umb.edu wrote:
 On Mar 21, 8:31 pm, rouilj rou...@cs.umb.edu wrote:

  Also while I am on the subject, is it possible to have a single key
  that will:

     * expose overlays like the arrow key if there are overlays to be
  exposed
     * move the the next slide if all the overlays are exposed

 Yup it is. Since the left hand mouse button does this, I just used the
 same function call
 and bound it to space when not in autoadvance mode. To do this
 replace:

   case 32: // spacebar
     if(cm.auto0){
       if(cm.autoAdvance){
         clearInterval(cm.autoAdvance);
         cm.autoAdvance = null;
       } else {
         cm.autoAdvance=setInterval(cm.nextSlide, cm.auto*1000);
       }
     }
     break;

 with:

   case 32: // spacebar
     if(cm.auto0){
       if(cm.autoAdvance){
         clearInterval(cm.autoAdvance);
         cm.autoAdvance = null;
       } else {
         cm.autoAdvance=setInterval(cm.nextSlide, cm.auto*1000);
       }
     } else {
        cm.nextSlide();
    }
     break;

 which sets space bar to advance if auto advance mode is not turned on.
 If autoadvance mode is turned on, then
 space still stops the autoadvance. Hopefully the javacsript above
 isn't messed up too much by Google Groups.

 Paulo, could I get this change into your SlideShowPlugin so I can
 resync?

 Thanks.

 -- rouilj
--~--~-~--~~~---~--~~
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: A TiddlyWiki presentation tool, textbook and notebook. Am I nuts?

2009-03-15 Thread Paulo Soares

Please check the new version of my SlideShowPlugin for TW2.5. It was
completely rewritten and I think it may address some of your
requirements.

Cheers,
--
Paulo Soares

On 7 mar, 21:10, rouilj rou...@cs.umb.edu wrote:
 On Mar 2, 4:39 am, Saq Imtiaz lew...@gmail.com wrote:

  Hey there,

 Hi.

 Sorry for the delayed reply.

  That's quite a shopping list now isnt it? ;)

 I like the think so. You should have seen it before I cut out the
 kitchen sink 8-).

  The good news is that all what you've mentioned is possible. The bad
  news is that I don't think there are existing plugins that will cover
  all of your needs, so you will need to write some of the pieces.

 Yeah that's what I was afraid of.

  I do have the writing of a presentation setup similar to what you are
  mentioning on my to-do list for the next version of the student and
  instructor notebooks, but I wont be working on it until later this
  year (July-August).

 Well my intended class is in November so this may work.

  However, there might be bits and pieces of the
  current instructor notebook that you might find useful. It allows for
  multiple presentations by combining a SlideShow theme with
  multiple instances of the NavigationMacro. Using the TiddlerNotes
  plugin allows for notes on slides which are not visible when viewing
  as a SlideShow/presentation but are otherwise.

 Nice. I'll definately have a look.

  The StudentNotebook on the other hand is much more 
  mature:http://lewcid.org/2009/02/11/student-notebook-workflow-demo-and-scree...

 Yeah, I looked at that already.

  Lastly, I am curious as to why you would prefer not have a server-side
  component for this? Having worked with this type of set up for over a
  year now, I've found that having some kind of server-side component in
  the middle vastly simplifies the user experience. If the issue is the
  ability/resources to deploy a server-side component we (UnaMesa) can
  probably help you with that.

 Three issues:

   1) Setting up server side support in a corporate/government
 environment may have too steep a curve.
       Downloading a file and putting it on a cd to bring inside a
 secured location is a more resonable requirement.
       Distribution off a shared drive or vie email or sneaker net is
 possible.
   2) Some of my users will be on networks without internet access, so
 running a server on UnaMesa would be a
       non-starter for them (but thanks for the offer).
   3) Some of the deployments are tailored to particular clients and
 includes proprietary info again making a public
       server undesirable.

 I can certainly see where having a server to support some tasks is a
 win, but just trying to get tiddlywiki as a medium for
 classwork is an uphill battle, although the saving in trees for
 printed media is a selling point.

  Cheers,

 Same to you.

 -- rouilj
--~--~-~--~~~---~--~~
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: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Paulo Soares

Thank you Jeremy et al. for this new TW flavour. It's a pleasure to
write Javascript with jQuery.

BTW, importing from TW 2.4.3 seems to be broken.

Cheers,
--
Paulo Soares

On 10 Mar, 10:40, Jeremy Ruston jeremy.rus...@gmail.com wrote:
 We've just uploaded release 2.5.0 of TiddlyWiki tohttp://www.tiddlywiki.com/. 
 It's an unusual release because it
 contains only a single new feature over and above what we delivered in
 the previous release 2.4.3, but the new feature is a very significant
 change: we've added the standard jQuery library to TiddlyWiki.

 The immediate consequence is that plugin authors can start to use the
 powerful facilities of jQuery to simplify and speed-up plugin
 development. Over the next few releases we'll be refactoring the
 TiddlyWiki core code to take advantage of jQuery too, which should see
 a reduction in the size of TiddlyWiki, and improvements in performance
 and flexibility.

 There's more details about this move over on the TiddlyWikiDev list:

 http://groups.google.com/group/TiddlyWikiDev/browse_thread/thread/c07...

 And there's also a roadmap here:

 http://tiddlywiki.org/wiki/Dev:Roadmap

 I should emphasise again that the addition of jQuery is the only
 change between 2.4.3 and 2.5.0, and that the size of TiddlyWiki's
 empty.html has consequently increased from 286k to 342k. That extra
 space will be recovered as we refactor the core TiddlyWiki code (there
 are substantial swathes of TiddlyWiki core code that can be rewritten
 much more succinctly with jQuery).

 Cheers

 Jeremy

 --
 Jeremy Ruston
 mailto:jer...@osmosoft.comhttp://www.tiddlywiki.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: How should I publish my cool math macro???

2008-11-16 Thread Paulo Soares

Hi Phillz,

that's nice. Two questions:

1) your macro uses an external rendering service. Do you know anything
about that service's reliability? I mean, can we trust it will be
working tomorrow?

2) wouldn't it be better to write a TW formatter instead of a macro?
That way it wouldn't introduce any additional markup and the job would
still be done by simply replacing things like $\sin x$ with an image.

PS: I find your example on limits rather confusing. It seems you are
mixing two ideas, limits and continuity of a function, contradicting
yourself in the way. I know that it has no value in itself, you are
just presenting an example of what your macro does.

Cheers,
--
Paulo Soares

philz wrote:
 I wrote this very simple macro to use math on the web.
 As cool as AsciencePad and jsMath, the former requires large
 alterations to tiddlywiki and the latter doesn't seem to work on the
 most current version of TW.

 My macro is simple, and doesn't require any alterations to Tiddlywiki.

 The disadvantage of it though is that it will likely preform slower
 that the two aforementioned plugins and it uses Latex rather than
 ascii to display the math.

 I haven't put up any metadata on it or did much commenting for that
 matter.
 The code can be found at this tiddler:
 http://www.geocities.com/philip32189/#LaTexMath

 an example of it's usage can be found here:
 http://www.geocities.com/philip32189/#[[The%20Limit]]

 Also what is a prefered hosting service for Tiddlywiki's that is free
 and isn't tiddlyspot (it sounds kinda kinky)

 Thanks a bunch
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---