[tw] Re: Adding sources to tiddlers

2017-07-13 Thread Ste Wilson
Didn't Jan do some work on references and sources? -- 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,

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread PMario
On Tuesday, July 11, 2017 at 6:22:35 PM UTC+2, Matt wrote: > > I have a number of tiddlers that I need to reference the source of the > information that they contain. Currently I have simply added the source to > the bottom of the text. > > This is OK but I have found in instances where I wish to

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Duarte Farrajota Ramos
On Thursday, 13 July 2017 03:07:52 UTC+1, Eric Shulman wrote: > > > It is not necessary to modify the "list" field in $:/tags/ViewTemplate. > Instead, in the tiddler that defines your new template content, just add a > field called "list-before", with a value of "$:/core/ui/ViewTemplate/body".

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Eric Shulman
On Thursday, 13 July 2017 01:08:43 UTC+1, Matt wrote: > > How would you make the {{!!source}} appear at the top of the tiddler > rather than the bottom? > On Wednesday, July 12, 2017 at 5:20:47 PM UTC-7, Duarte Farrajota Ramos replied > > You will have to create a tiddler named $:/tags/ViewTemp

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Duarte Farrajota Ramos
You will have to create a tiddler named $:/tags/ViewTemplate to override the default system one. Copy from the original to be safe and then edit the list field at the bottom to reflect the desired order. On Thursday, 13 July 2017 01:08:43 UTC+1, Matt wrote: > > This is great thank you. > > How w

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Matt
This is great thank you. How would you make the {{!!source}} appear at the top of the tiddler rather than the bottom? On Tuesday, July 11, 2017 at 5:44:25 PM UTC+1, Duarte Farrajota Ramos wrote: > > Create a custom field named "source" or whatever suits your needs to place > that kind of inform

[tw] Re: Adding sources to tiddlers

2017-07-11 Thread Matt
This is excellent thank you. Unfortunately it doesn't solve the problem of the source showing when the tiddler is transcluded. When I transclude a tiddler I would ideally like for the content to show without a source. Is there any way to do this? Thanks again. On Tuesday, July 11, 2017 at 5:

[tw] Re: Adding sources to tiddlers

2017-07-11 Thread Duarte Farrajota Ramos
Create a custom field named "source" or whatever suits your needs to place that kind of information in. Then create a viewtemplate for tiddlers that have that field present so it is displayed along with the text. Just tag a new tiddler with $:/tags/ViewTemplate and add a filter alog the lines o