[twdev] Re: question about setStylesheet

2009-02-20 Thread Eric Shulman
> Take a look at http://cadfael.tiddlyspot.com/for a test case. The error is in the plugin-based CSS definition itself. In [[StyleSheet]], you have this rule: .ippThumbSize img {max-height: 60px; border: 1px solid gray; padding: 2px; margin: 1px;} but the CSS set by ImagePopupPlugin defines

[twdev] Re: question about setStylesheet

2009-02-20 Thread wumpus
FND Take a look at http://cadfael.tiddlyspot.com/ for a test case. The tiddler ImagePopupPlugin shows the example of setStyleSheet not working. If it was working the ImagePopupPluginTest would show three thumbnail sized images. Instead it shows three full sized images which indicate to me that t

[twdev] Re: question about setStylesheet

2009-02-20 Thread FND
At first glance, your code seems alright to me[1] - can you provide a test case[2] so we can analyze it? > Where does the call setStylesheet go relative to the plugin > and how do I reference the style within the plugin? I'm not sure I understand the issue here. Since setStylesheet merely adds

[twdev] Re: Request for comments: FixFileUriPlugin

2009-02-20 Thread Harald
Thanks for the info, I'll improve the plugin code accordingly. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to TiddlyWikiDev@googlegroups.com To unsubscribe

[twdev] Re: Implementing Recent Changes in TiddlyWeb

2009-02-20 Thread FND
> On a TiddlyWeb sever you can already get a sorted by modified time > list of any collection of tiddlers Indeed. However, that only uses the latest revision for each tiddler. (I'll explain later why I think that's not ideal.) Also, it does not show any "special" activities - namely deletions a

[twdev] Re: Request for comments: FixFileUriPlugin

2009-02-20 Thread FND
Looking good, Harald - thanks for sharing! I do have one minor suggestion though: When hijacking createExternalLink, use apply instead of calling the chainCreateExternalLink backup directly. This retains the original context/scope, which should be a little more future-proof. Here's a sample:

[twdev] question about setStylesheet

2009-02-20 Thread wumpus
Hello I am trying to use setStylesheet to define a default style for a plugin. I have tried the following but it does not seem to work. {{{ setStylesheet(".ippThumbSize { max-height: 60px; border: 1px solid gray; padding: 2px; margin: 1px; }","thumbImageStylesheet"); config.macros.imagePopupPl

[twdev] the Recent Changes link in TiddlyWeb

2009-02-20 Thread cd...@peermore.com
On Feb 19, 9:32 pm, ccahua wrote: > There seems to be something amiss on the equal sign uri encoding to > hex 3D when I go here:http://peermore.com:8999/then navigate to a > tiddler and hit a 'Recent Changes in Recipe test' link to get: This is a bug in the TiddlyWeb code. The = should not be