[tw5] Re: Apply a template to all tiddlers

2018-12-04 Thread TonyM
Bimlas, Fine with me, thanks anyway. Tony -- 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+unsubscr...@googlegroups.com. To post to this group, send

[tw5] Re: Apply a template to all tiddlers

2018-12-03 Thread bimlas
Thanks for the English lesson. :) Since I'm not going to school anymore and I do not have people speaking English and Hungarian in my environment, so my English knowledge does not really improve. Maybe once I enroll in a language school, but I'm relying on Google Translate for now when I'm not

[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread TonyM
Bimlas, Some English support Choosed is not a word, Use Chose for having made a choice in the past. It is one of the cases where adding "ed" does not work, because choose is either present or future tense already, so saying "to choose now or in the future and adding in the past with ed" just

[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread bimlas
It seems that these "tag-pills" are virtually the same as a "semi-collapsed" TiddlerInfo: It might be better to modify TiddlerInfo to show only the tabs list by default, but this should be always visible. [image: vivaldi_2018-12-02_00-01-34.png] -- You received this message because you

[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread bimlas
@TonyM: To avoid misunderstandings: this is what you like to achieve? [image: vivaldi_2018-12-01_23-37-32.png] If yes, then see the modified version of the tiddlers in the attachment. Basically, it's just a transclusion of the Fields tab of TiddlerInfo. If you want to change the fields,

[tw5] Re: Apply a template to all tiddlers

2018-12-01 Thread bimlas
@kash: I think `$:/tags/ViewTemplate` is what you looking for; for example my solution is using this tag with `list-after: $:/core/ui/ViewTemplate/tags` field. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Apply a template to all tiddlers

2018-11-30 Thread TonyM
Bimlas, Thanks for this. A tidy version of the tagging tag pill I love using, and great to see references as well. If your wanted a little inspiration, that you gave me, I was thinking what if we also had a "Fields" tagpil look alike, from which you can select from the fields on the current

[tw5] Re: Apply a template to all tiddlers

2018-11-30 Thread kash . frint
Bimlas that is great thank you for sharing it! Thank you Dave that is the kind of thing I was looking for. Is there a system tag that will the template at the top of the tiddler, or another way to do this? -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Apply a template to all tiddlers

2018-11-28 Thread Mohammad
Wonderful Bimlas! -- 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+unsubscr...@googlegroups.com. To post to this group, send email to

[tw5] Re: Apply a template to all tiddlers

2018-11-28 Thread bimlas
I attached my solution, it puts two "tag-pill" like lists on top of all tiddlers, those listing the same titles as tiddlerinfo tagging and references tabs. [image: vivaldi_2018-11-29_07-51-34.png] You can try out on https://bimlas.gitlab.io/ -- You received this message because you are

[tw5] Re: Apply a template to all tiddlers

2018-11-28 Thread TonyM
Dave, I imagin placing <> in a tiddler tagged view template would work as well? In which case I would be tempted to also limit when it is displayed eg <$list filter="[all[current]!is[system]]"> <> This will only show on non system tiddlers. But you could have multiple tests and content to

[tw5] Re: Apply a template to all tiddlers

2018-11-28 Thread Dave
Here's a similar one I use that sorts the tagged items by the field "priority" \define tgngp() <$list filter="[all[current]tagging[]!tag[exclude]!tag[done]has[priority]sort[priority]limit[20]]"> <$link to={{!!title}}><$view field="title"/> <$view field="priority" /> <$range

[tw5] Re: Apply a template to all tiddlers

2018-11-28 Thread Dave
This is mine I use a lot (similar idea) <> put that in a tiddler, and tag it with $:/tags/ViewTemplate -- 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