[tw] Re: Syntax for showing icons instead of tiddler names

2010-07-27 Thread Shankar


On Jul 26, 9:25 am, Eric Shulman  wrote:
> > What is the way to display "NewIcon.svg" instead of the words "New
> > Tiddler" - if that is possible, please?
>
> http://www.tiddlytools.com/#SetIconPluginhttp://www.tiddlytools.com/#SetIconPluginInfo
>
> For your purposes:
>
> <><>
>
> > And, if that works, what the way to integrate the icon into the tiddly
> -e

Eric,

Thanks - that worked, for most part.

I am noticing that it is not working with *.svg files.  It works
seamlessly with *.png, *.jpg files.  And I did not see any examples of
the plugin working with *.svg either.  Is it not supposed to work with
*.svg?

I am using FireFox and when I open the *.svg files in it, they display
fine.

Thanks!

Cheers; 'best,

shankar

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Syntax for showing icons instead of tiddler names

2010-07-26 Thread Eric Shulman
> What is the way to display "NewIcon.svg" instead of the words "New
> Tiddler" - if that is possible, please?

http://www.tiddlytools.com/#SetIconPlugin
http://www.tiddlytools.com/#SetIconPluginInfo

For your purposes:

<><>


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

If you want to store the images *in* your TiddlyWiki file, you can use
   http://www.TiddlyTools.com/#AttachFilePackage
This plugin lets you create 'attachment tiddlers' containing base64-
encoded binary image data.  Then you can use the attachment tiddler's
title in place of the URL in the above syntax:
   <><>

enjoy
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Syntax for showing icons instead of tiddler names

2010-07-26 Thread rakugo
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.
<>
becomes
<>

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  wrote:
> Hello!
>
> Part of my SiteSubtitle tiddler looks like:
> <>
> 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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.