I'm assuming you are using tiddlyspace?

Apologies if I assume wrong..
But if you are..
Try adding this plugin to your space.
http://jon.tiddlyspace.com/#NewTiddlerIconPlugin

If you are not using TiddlySpace you will also need the
ImageMacroPlugin
http://jon.tiddlyspace.com/#ImageMacroPlugin

It will update the NewTiddler macro to take a parameter icon which
will allow you to specify your svg
eg.
<<newTiddler title: 'New Tiddler' tag: 'aaTag'>>
becomes
<<newTiddler title: 'New Tiddler' tag: 'aaTag' icon:'NewIcon.svg'>>

I just knocked the code up in about 5 minutes so there is probably a
better way but hopefully it will help you :)

Jon

On Jul 26, 2:10 am, Shankar <[email protected]> wrote:
> Hello!
>
> Part of my SiteSubtitle tiddler looks like:
> <<newTiddler title: 'New Tiddler' tag: 'aaTag'>>
> which will be displayed as "New Tiddler" in the browser.  I would like
> to see this displayed by a icon instead.  I have a suitable *.svg icon
> called "NewIcon.svg" for that.
>
> What is the way to display "NewIcon.svg" instead of the words "New
> Tiddler" - if that is possible, please?
>
> And, if that works, what the way to integrate the icon into the tiddly
> file itself - though that is not that critical for me right now.
>
> Thanks for your time and help!
>
> Cheers; 'best,
>
> shankar swamy

-- 
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