Hi Paulo:

On Mar 25, 6:17 pm, Paulo Soares <[email protected]> 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.

Cool. I liked it on your site. Looks like the printing of a slide per
page
will work fine as well.

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

Well on yiur site it looks fine, but when I import it into my 2.5 TW,
the slideshow
macro doesn't do anything. I click and get no response.

I imported:

       1. PrintingTheme - added
       2. SlideShowPlugin - replaces SlideShowPlugin - 3/22/2009
22:22:00 by JohnRouillard
       3. SlideShowPluginDoc - replaces SlideShowPluginDoc - 3/14/2009
12:02:00 by PauloSoares
       4. SlideShowTheme - added
       5. StudentTheme - added

any ideas? I am running FireFox 3.0.7, when I click on the slideshow
button, the error console reports

  Error: matches is null

Maybe this section of code:

config.macros.slideShow.buildTOC = function(count,tiddler) {
  var text = wikifyStatic(store.getTiddlerText(tiddler));
  var matches =  text.match(/<h[123456]>.*?<\/h[123456]>/mgi);
  for (var j=0; j<matches.length; j++){
    this.slideTOC.push([count,matches[j].charAt(2),matches[j]]);
  }
}

I have a number of slides that are <<tiddler Welcome/Content>> or are
a list of items without any <h[0-6]> tags
in the text itself.

-- rouilj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to