[tw5] Re: Adding duplicate title in title list

2022-02-16 Thread andres....@gmail.com
, while `` > directly retrieves the title without the added internal layer of parsing. > > enjoy, > -e > On Wednesday, February 16, 2022 at 2:17:51 PM UTC-8 andres@gmail.com > wrote: > >> Ok, so I have the following list: >> >> foo foo foo bar >> >

[tw5] Re: Adding duplicate title in title list

2022-02-16 Thread andres....@gmail.com
lly dedup my list but, at least with this filter, still makes me lose entries. On Wednesday, February 16, 2022 at 10:17:51 PM UTC andres@gmail.com wrote: > Ok, so I have the following list: > > foo foo foo bar > > I then want to append 'foo' to the end of th

[tw5] Adding duplicate title in title list

2022-02-16 Thread andres....@gmail.com
Ok, so I have the following list: foo foo foo bar I then want to append 'foo' to the end of that list such that I wind up with: foo foo foo bar foo So I try the following filter: [[foo foo foo bar]enlist-input:raw[]] [[foo]] That results in: foo foo bar foo This is unexpect

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-07 Thread andres....@gmail.com
titles back later on. > On Monday, 7 February 2022 at 16:35:12 UTC+1 PMario wrote: > >> On Monday, February 7, 2022 at 4:27:17 PM UTC+1 andres@gmail.com >> wrote: >> >>> Thank you so much for your help, Mario! >>> >> >> You are welcome! >&g

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-07 Thread andres....@gmail.com
, for the use case where I first encountered this, that actually worked perfectly. <$let n={{{ [[foo]][[bar]] }}}> <> <$let n={{{ [[foo]][[bar]] +[join[ ]] }}}> <> On Monday, February 7, 2022 at 1:59:16 PM UTC PMario wrote: > On Monday, February 7, 2022 at 2:28:54 PM

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-07 Thread andres....@gmail.com
:28:54 PM UTC andres....@gmail.com wrote: > Thank you. I did solve it already with a SetWidget. I was hoping for a > solution that would use the LetWidget as is. > Essentially I am wondering if the LetWidget is limited to filter results > with only one returned title. > > On Mon

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-07 Thread andres....@gmail.com
Thank you. I did solve it already with a SetWidget. I was hoping for a solution that would use the LetWidget as is. Essentially I am wondering if the LetWidget is limited to filter results with only one returned title. On Monday, February 7, 2022 at 7:44:55 AM UTC PMario wrote: > That's a bette

[tw5] LetWidget with filter attribute value that has spaces

2022-02-06 Thread andres....@gmail.com
So, given the following LetWidget example: <$let n={{{ [[foo]][[bar]] }}}> Since that filter returns a list of tiddlers, I would get n=foo and bar gets assigned as its own attribute (pretty sure). I am using a SetWidget to solve my problem, but wondering if there is some way of enclosing a let

[tw5] Re: Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread andres....@gmail.com
er presses save >>>> button. ) >>>> >>>> As an alternative to including TiddlyWiki B tiddlers in TiddlyWiki A, >>>> it might be better to have iframe's in TiddlyWiki A that show tiddlers >>>> from >>>> TiddlyWiki B

Re: [tw5] Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread andres....@gmail.com
wishes > > Jeremy > > > On 24 Nov 2021, at 16:43, andres@gmail.com > wrote: > > OK, let me preface this by saying that I am trying to selectively get > around the read-only mode on my wiki. > I usually run my main instance with anon access for readers and >

[tw5] Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread andres....@gmail.com
OK, let me preface this by saying that I am trying to selectively get around the read-only mode on my wiki. I usually run my main instance with anon access for readers and authenticated for writers. It's great and does the job. But, I want to be able to allow changes by anons for *some* tiddlers

[tw5] Re: negative numbers in RevealWidget comparison not ... mathematically accurate?

2021-11-22 Thread andres....@gmail.com
onday, November 22, 2021 at 3:56:53 AM UTC cj.v...@gmail.com wrote: > >> G'day, >> >> I think gt and lt in reveal widgets, only works with positive integers. >> >> On Sunday, November 21, 2021 at 10:45:58 PM UTC-4 andres@gmail.com >> wrote: >>

[tw5] Re: can I create a tiddler without it entering edit mode?

2021-11-21 Thread andres....@gmail.com
oh that's good too! I wound up using ActionCreateTiddlerWidget as I had wanted to have it copy a template tiddler and it was most obviously able to do so, but good to know about setfield as well. That rename bit, though, is also gold. need to squirrel that away! thank you! On Monday, November 2

[tw5] negative numbers in RevealWidget comparison not ... mathematically accurate?

2021-11-21 Thread andres....@gmail.com
I might be missing something, but given this demo here: 0 gt -5: <$reveal type="gt" default=0 text=-5>yes -1 gt -5: <$reveal type="gt" default=-1 text=-5>yes -5 gt -1: <$reveal type="gt" default=-5 text=-1>yes 0 lt -5: <$reveal type="lt" default=0 text=-5>yes -5 lt 0: <$reveal type="lt" d

[tw5] Re: can I create a tiddler without it entering edit mode?

2021-11-21 Thread andres....@gmail.com
wiki.com/#ActionCreateTiddlerWidget or > https://tiddlywiki.com/#ActionSetFieldWidget to create tiddlers without > opening them in the Story Column. > > enjoy, > -e > On Sunday, November 21, 2021 at 2:27:29 PM UTC-8 andres@gmail.com > wrote: > >> So doing a project and I am

[tw5] can I create a tiddler without it entering edit mode?

2021-11-21 Thread andres....@gmail.com
So doing a project and I am creating tiddlers no problem with the action-sendmessage widget with the tm-new-tiddler message. But I might have a need to be able to create a tiddler on button click that creates the tiddler "secretly". So it creates the tiddler but doesn't put it in the stream. I