1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 18:53:28 +00:00
TiddlyWiki5/plugins/tiddlywiki/demo-alternate-store
jeremy@jermolene.com fdec12f43b Initial commit
This is the very barebones beginnings of a demo implementation of an alternate tiddler store. It is not functional. If using the Vercel builds, open developer tools in the browser to see it failing due to the absence of basic wiki methods.

The plan is to build it up into the smallest possible plain JS wiki store implementation, sharing as much implementation as possible with the existing core implementation with as little code duplication as possible. It could then serve as the basis for future experiments with wiki stores based on SQLite (@linonetwo), or a custom append only database (@yaisog).
2023-03-04 21:08:00 +00:00
..
plugin.info Initial commit 2023-03-04 21:08:00 +00:00
rawmarkup.js Initial commit 2023-03-04 21:08:00 +00:00
rawmarkup.tid Initial commit 2023-03-04 21:08:00 +00: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