[tw] Re: Build sequential modals out of a list filter

2018-02-04 Thread coda coder
Sorry, Diego, that will take a while. I have it in an archive "somewhere"... On Friday, February 2, 2018 at 6:36:13 PM UTC-6, Diego Mesa wrote: > > Awesome! Could you give me a shell of an example if you get a chance? > > Thanks! > > On Friday, February 2, 2018 at 4:59:27 PM UTC-6, coda coder

[tw] Re: Build sequential modals out of a list filter

2018-02-03 Thread Diego Mesa
Reporting back here some progress/questions. Im trying to do something like this: <$formula-vars counter="count([tag[Flash Card]])-1"> <$list filter="[rangebutlast[]]" variable="iter"> Current Card: (= nth([tag[Flash Card]sort[created]], <> + 1) =) Link to Next:

[tw] Re: Build sequential modals out of a list filter

2018-02-02 Thread Diego Mesa
Awesome! Could you give me a shell of an example if you get a chance? Thanks! On Friday, February 2, 2018 at 4:59:27 PM UTC-6, coda coder wrote: > > Yes. I've done it using listops. But frankly, I ended up hardwiring the > whole thing -- I could understand and reason about the code better,

[tw] Re: Build sequential modals out of a list filter

2018-02-02 Thread coda coder
Yes. I've done it using listops. But frankly, I ended up hardwiring the whole thing -- I could understand and reason about the code better, AND, most importantly, understand it six months (weeks? minutes?) later. On Friday, February 2, 2018 at 4:35:43 PM UTC-6, Diego Mesa wrote: > > Hey all, >