[twdev] Proposing a plaintext parse & render mode for attributes & more

2018-01-11 Thread Evan Balster
Hey, all — Currently TiddlyWiki implements plain-text wikification by applying WikiText parsing to generate a DOM, then extracting and concatenating any text-widgets in the DOM while discarding everything else. While this functionality is very useful, it has some tricky drawbacks —

[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: >

Re: [twdev] Re: Creating a test rig for TiddlyWiki optimizations

2018-01-11 Thread Evan Balster
Hey, Mario — I get the idea you might be thinking about a broader set of test functionality that I have in mind. Can you give me some background? Right now the only parts I can visualize are this sync and DOM monitoring mechanisms. On Thursday, 11 January 2018 06:00:52 UTC-6, PMario wrote: >

[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

Re: [twdev] Re: Creating a test rig for TiddlyWiki optimizations

2018-01-11 Thread PMario
On Wednesday, January 10, 2018 at 11:47:07 PM UTC+1, Jeremy Ruston wrote: > > I think that Evan is describing optimisations for the current core > architecture, and wants to explore introducing the tests to ensure that we > retain backwards compatibility. So, I don't think we need a separate >