Re: [tw] [TW5] Add icons to the title based on tags

2014-11-12 Thread Jeremy Ruston
Hi Danielo I'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: http://tiddlywiki.com/#done Another approach for what you're trying to do would be to add a new

Re: [tw] [TW5] Add icons to the title based on tags

2014-11-12 Thread Danielo Rodríguez
El miércoles, 12 de noviembre de 2014 09:35:15 UTC+1, Jeremy Ruston escribió: Hi Danielo I'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:

Re: [tw] [TW5] Add icons to the title based on tags

2014-11-12 Thread Jeremy Ruston
Hi Danielo is not possible to accept a icon list instead a single icon? I don't think is too much work. 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? Another approach for what you're

Re: [tw] [TW5] Add icons to the title based on tags

2014-11-12 Thread Danielo Rodríguez
Hello Jeremy, Again, I came here to post something that you already answered me. You are right the list before thing should do the trick, thanks. Anyway I think the list-before functionality is too hidden, so I opened a github issue: https://github.com/Jermolene/TiddlyWiki5/issues/1077

Re: [tw] [TW5] Add icons to the title based on tags

2014-11-12 Thread Jeremy Ruston
Hi Danielo 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 -

Re: [tw] [TW5] Add icons to the title based on tags

2014-11-12 Thread Danielo Rodríguez
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 - myMultipleIconTiddler MyMultipleIconTiddler - `{{tux.svg}} {{js.svg}}` Cool! maybe this is the way to go! A tiddler that calls

Re: [tw] [TW5] Add icons to the title based on tags

2014-11-12 Thread rdanielo
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

[tw] [TW5] Add icons to the title based on tags

2014-11-11 Thread Danielo Rodríguez
Hello everyone. Recently I found an entry on my personal wiki on how to use svg images within TW, specifically for buttons. Then I remembered that someone made a customization to add icons to certain types of links. That inspired me and I decided to add icons to tiddler's title based on tags