Jeremy Ruston

Results 1083 comments of Jeremy Ruston

Thanks @witecat, your kind words are much appreciated. I understand that you're working with a wiki folder, but I wondered whether you could investigate whether single file wikis work correctly...

Hi @amreus @pmario both good ideas. The existing implementation is in [$:/core/macros/dumpvariables](https://github.com/Jermolene/TiddlyWiki5/blob/master/core/wiki/macros/dumpvariables.tid ) if anybody would like to work on it.

Hi @btheado as @AnthonyMuscio says, I think the example in the OP is missing an `\end`. As far as I can tell it is processed exactly as expected. > But...

I am not keen on this change. Referring to the `syntax is {{...}} and {{{...}}}` is clumsy; I think it's better to give concepts a concrete name. Perhaps instead we...

Hi @twMat I'd definitely now consider it a mistake that the default template for the list widget generates links, and I appreciate the need for a concise means of rendering...

Hi @twMat one fundamental challenge is that usability suggests offering simple template titles like "text", "links" etc. but the templates themselves need to be stored in tiddlers with titles that...

(I'll add a note to #4462)

Hi @pmario > So `{{title |inline}}` or `{{title |block}}` would be a possibility too, because there is a difference between wikitext and transclusion widget. block and inline could be keywords,...

Hi @twMat I wouldn't think of these as "view templates" so much as templates. The argument for using the `$:/core/ui/ViewTemplate/` prefix could just as easily be made for any other...

> Does this mean that my suggestions for e.g "csv" and "bulletlist" templates - i.e templates that rely on a distinction between inline and block - are not possible? Whether...