> Seen Eric's excellenthttp://www.TiddlyTools.com/#AttachFilePlugin > actually I realize that this is not the answer to the question, but the > idea is still very useful. > > Based on that, I made a simple plugin that adds further processing > to the img formatter's handler.
http://www.TiddlyTools.com/#ImagePathPlugin ------------- The plugin tries alternative file "paths" that are listed, one per line, in an optional tiddler, ImagePathList. Each path in the list is combined with the image filename, which is then checked for existence, until the file is located. If no alternative is found, or ImagePathList is not present, then a 'last-ditch' fallback is attempted using the remote system and path specified in SiteUrl (if present). ------------- To achieve a "local vs. remote" effect, simply define the local and remote paths in ImagePathList, e.g., file:///c/path/to/imgs/ http://www.mywebsite.com/imgs/ enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios -- 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.

