> lendo.jpg > Locally, this is available in a folder called imagens in the same > location as my TiddlyWiki. > On the web it is available > here:http://www.lidemo.net/dak/tiddly/curso/imagens/lendo.jpg > > What should be the syntax of my image? > Currently it is: > > [<img(300px+,+)[Sempre procure um sitio calmo para fazer uma > gravação|./imagens/lendo.jpg]] > I don't know where to put "resolvePath()" or what to put in it. > My ImagePathList tiddler has only this in > it:http://www.lidemo.net/dak/tiddly/curso/imagens/lendo.jpg
You don't "put resolvePath()" anywhere... simply import http://www.TiddlyTools.com/#ImagePathPlugin into your document. After you save and reload, the enhanced functionality is automatically added to the [img[...]] syntax handler. As per the plugin documentation (see http://www.TiddlyTools.com/#ImagePathPluginInfo) --------------------------------------- This plugin adds "resolvePath()" fallback processing to the [img[...]] formatter's handler, so that local image file references can be successfully resolved, even if the files cannot be located on the local filesystem. 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). --------------------------------------- Thus, your [[ImagePathList]] should contain just: http://www.lidemo.net/dak/tiddly/curso/ and your [img[...]] syntax should use a relative path/file reference: [<img(300px+,+)[text here|imagens/lendo.jpg]] so that the path from the list can be pre-pended to image reference, resulting in: http://www.lidemo.net/dak/tiddly/curso/imagens/lendo.jpg 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 -~----------~----~----~----~------~----~------~--~---

