1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00
TiddlyWiki5/plugins/tiddlywiki/demo-alternate-store
jeremy@jermolene.com 544e079033 Proof of concept of instantiating sqlite3 without needing external dependencies
We get a reference to sqlite3 but we're not yet doing anything with it

Also note that this approach leads to duplication - there will be two copies of sqlite3.js and sqlite3.wasm in each generated HTML file. The plan is to dynamically retrieve those tiddlers from the store area rather than baking them into the raw markup area
2023-06-22 14:27:37 +01:00
..
engines Proof of concept of instantiating sqlite3 without needing external dependencies 2023-06-22 14:27:37 +01:00
configDemoAlternateStoreCurrentStore.tid Proof of concept of instantiating sqlite3 without needing external dependencies 2023-06-22 14:27:37 +01:00
plugin.info Initial commit 2023-03-04 21:08:00 +00:00
rawmarkup.tid Incorporate @joshuafontany's plain JS wiki implementation 2023-06-22 09:36:25 +01:00
readme.tid Initial commit 2023-03-04 21:08:00 +00:00

title: $:/plugins/tiddlywiki/demo-alternate-store/readme

Developer demo of an alternate wiki store implementation