[tw5] Re: Tricky Filter Question

2021-02-15 Thread scourfie...@gmail.com
at should the final result be? > > On Sunday, February 14, 2021 at 8:25:57 AM UTC-4 scourfie...@gmail.com > wrote: > >> Hey all >> >> I've got a situation where I have two lists. List A and List B. I've >> specified some dummy info below: >> >> *A: *Alpha Beta

[tw5] Tricky Filter Question

2021-02-14 Thread scourfie...@gmail.com
Hey all I've got a situation where I have two lists. List A and List B. I've specified some dummy info below: *A: *Alpha Beta Gamma Delta *B **(this will change by user input, but for this example:) *Alpha Gamma I want to write a filter to apply to List A where if any item does not also

[tw5] Re: GitHub Saver 404 error

2021-01-20 Thread scourfie...@gmail.com
Hi Samuel. Did you ever figure this out? I think I'm having the same issue (inexplicable 404 errors) On Sunday, 15 November 2020 at 11:11:18 UTC samuel.w...@gmail.com wrote: > Ah right, in the second case I tried uploading from the local file and > didn't upload a proper index.html. > >

[tw5] Re: Displaying Hard Linebreaks in Text which is pulled from JSON Datatiddler

2021-01-07 Thread scourfie...@gmail.com
nefeeds ignored but double > linefeeds recognized, then you could use the simpler: > > <$wikify name=out text="""<$transclude tiddler=test index=idx1 mode=block > />""" output="html"> > <> > > > > On Wednesday,

[tw5] Re: Displaying Hard Linebreaks in Text which is pulled from JSON Datatiddler

2021-01-06 Thread scourfie...@gmail.com
e=block, have you > tried this yet? > > The triple quotes is more a WikiMarkup option for text within a tiddler. > With transclusion and templates and more the inline vs block tends to be > used. See <https://tiddlywiki.com/#TranscludeWidget> > > Tones > > On Wednesday, 6 Jan

[tw5] Displaying Hard Linebreaks in Text which is pulled from JSON Datatiddler

2021-01-05 Thread scourfie...@gmail.com
Hi all I have some text stored in a json datatiddler which I'm pulling out using the transclude widget in index mode. I'd like to display this text with hard linebreaks respected, rather than the default tiddlywiki behaviour of ignoring single linebreaks and collapsing many linebreaks down

[tw5] Re: Select Widget display issues

2020-12-28 Thread scourfie...@gmail.com
Thanks Mark. No idea why that first one didn't work but the second one works perfectly. I actually modified it slightly as follows, since I'm using this tiddler as a mask for several others so wanted them to be able to display different values. \define tag-select-actions() <$vars lf="[["

[tw5] Re: Select Widget display issues

2020-12-27 Thread scourfie...@gmail.com
; rt="]]" > > > <$select field='tags'> > <$list > filter='[_object_type[location]!title!tag]'> > filter] > [addprefixaddsuffix]+[first[]] }}}><$view > field='title'/> > > > > > > On Sunday, December 27, 2020 at 9:10:2

[tw5] Re: Select Widget display issues

2020-12-27 Thread scourfie...@gmail.com
gt; > <$vars myfilter="[split[ ]count[]compare:integer:eq[1]]" lf="[[" rt="]]" > > > <$select field='tags'> > <$list > filter='[_object_type[location]!title!tag]'> > filter] > [addprefixaddsuffix]+[first[]] }}}><$view > f

[tw5] Select Widget display issues

2020-12-27 Thread scourfie...@gmail.com
Hello all I've got a select widget set up in the body of a tiddler to choose that tiddler's tag from a list of other tiddlers, in order to facilitate easy moving around within a table of contents. The widget is set up as follows: *<$select field='tags'><$list