[twdev] Re: Lists of numbers in core tiddlers

2018-01-11 Thread Simon Huber
Hey Evan, oh man, it's really worth looking a bit deeper into what you made there - this is perfect, thank you for pointing this out! Am Donnerstag, 11. Januar 2018 18:21:09 UTC+1 schrieb Evan Balster: > > Hey, Simon — > > See my range operator: >

[twdev] Re: Lists of numbers in core tiddlers

2018-01-11 Thread Simon Huber
@PMario, Am Donnerstag, 11. Januar 2018 14:26:11 UTC+1 schrieb PMario: > > On Thursday, January 11, 2018 at 1:38:33 PM UTC+1, Simon Huber wrote: >> >> negative and floating numbers with a certain limitation in accuracy would >> also be great >> > > IMO negative numbers can be created with

[twdev] Re: Lists of numbers in core tiddlers

2018-01-11 Thread PMario
On Thursday, January 11, 2018 at 1:38:33 PM UTC+1, Simon Huber wrote: > > negative and floating numbers with a certain limitation in accuracy would > also be great > IMO negative numbers can be created with [addprefix[-]] floating point will be a problem. eg: 0 -> 99.99 will create about

[twdev] Re: Lists of numbers in core tiddlers

2018-01-11 Thread Simon Huber
negative and floating numbers with a certain limitation in accuracy would also be great -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: Lists of numbers in core tiddlers

2018-01-11 Thread Simon Huber
Hello @PMario, Am Donnerstag, 11. Januar 2018 13:13:33 UTC+1 schrieb PMario: > > Hi Simon, > > I think that's a very specific usecase and therefor plugin territory. ... > Can you describe your usage of this list a bit closer. ... So we may be > able, to dynamically create "virtual" lists, that

[twdev] Re: Lists of numbers in core tiddlers

2018-01-11 Thread PMario
Hi Simon, I think that's a very specific usecase and therefor plugin territory. ... Can you describe your usage of this list a bit closer. ... So we may be able, to dynamically create "virtual" lists, that don't stop at . My first question was: "What if I need 1?" ... -m -- You