Jeremy Ruston

Results 1119 comments of Jeremy Ruston

> I always thought, that the TW concept could have "additional" $tw.wiki stores if needed. ... I think that's an orthogonal goal, which would be accomplished by reclassifying the existing...

Hi @linonetwo the "demo-alternate-store" plugin in this PR is intended to be a starting point for people wanting to write their own custom alternate store plugins. The current implementation only...

I've updated the PR to include the start of a sqlite3 wiki store plugin. At this point, the sqlite3 engine is initialised and tested with some test queries. The next...

> Nice work. I especially like the code showing how to embed wasm into a tiddlywiki. If someone else wants to embed something wasm, then using your code as a...

> Starting the file wiki with FF 115 needed about 24 seconds. .. Is that expected. Yes. At the moment everything is super slow because I'm using a custom JS...

Thanks @pmario – and no problem, those were good questions that I was happy to answer, and hopefully will be helpful for others too. > So every future performance improvement...

I've updated the OP with the latest progress on the sqlite3 store

I've done some work to simplify the schema that we use. At this point everything works, but performance is terrible because it doesn't yet have the tag optimisations that we...

I've now completed a major refactoring consisting of the following steps: * c52014c66ffbf460392ae9ed5b824ad4153265e0 simplifies the SQL schema by shifting more of the work of handling shadow tiddlers from read operations...

Thanks @AnthonyMuscio could you give a wikitext example or two that illustrate what you'd like to see?