--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Hi DanieloI'm sure you know this, but the core does already allow a single icon to be assigned to tiddlers that is then displayed in the tag pill and in the tiddler title bar. For example:
Another approach for what you're trying to do would be to add a new viewtemplate segment that just shows the icons corresponding to the tags on the current tiddler. Then you'd put that segment near the top of the viewtemplate, and use CSS to position the icons as best you can.
is not possible to accept a icon list instead a single icon? I don't think is too much work.
How can I position that viewtemplate near to the title? In my experience my custom viewtemplates are appended to the bottom of the tiddler.Another approach for what you're trying to do would be to add a new viewtemplate segment that just shows the icons corresponding to the tags on the current tiddler. Then you'd put that segment near the top of the viewtemplate, and use CSS to position the icons as best you can.
Do you mean would it be possible to list the icons corresponding to the tags on the tiddler, rather than the icon corresponding to the tiddler itself?
No, I mean putting more than one value in the icon field, like a list, and display that list
icon: tux.svg js.svg
There is a way to do that. The tiddler named in the "icon" field is transcluded by the view template, so you can just include multiple images within it:icon -> myMultipleIconTiddlerMyMultipleIconTiddler -> `{{tux.svg}} {{js.svg}}`
I finally got a very pleasant solution. I will publish it at braintest.tiddlyspot.com. Does someone have a suggestion on how to distribute it? I think building a plugin is maybe too much, or maybe is perfect because will be easier to remove / deactivate. I'm also horrible with naming so any good name digestion is welcome.
Sent using Boxer