1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00
TiddlyWiki5/plugins/tiddlywiki/sqlite3store
Jeremy Ruston cc2cd20e32 Add tags tables and tag indexer and make custom collator be optional
This commit (a) is very much work in progress (b) improves performance significantly and (c) is actually broken

Right now, theme stylesheets don't get loaded for some reason.

I plan to spend some time improving debuggability by adding a SQL console
2023-07-18 19:33:21 +01:00
..
files Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
init-sqlite3.js Cleanup and clarify 2023-06-23 16:58:46 +01:00
plugin.info Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
rawmarkup-bottombody.tid Cleanup and clarify 2023-06-23 16:58:46 +01:00
rawmarkup-bottomhead.tid Refactpr sql-wiki-store into two files 2023-06-29 07:55:59 +01:00
readme.tid Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
sql-functions.js Add tags tables and tag indexer and make custom collator be optional 2023-07-18 19:33:21 +01:00
sql-wiki-store.js Add tags tables and tag indexer and make custom collator be optional 2023-07-18 19:33:21 +01:00
suppress-boot.js Cleanup and clarify 2023-06-23 16:58:46 +01:00

title: $:/plugins/tiddlywiki/sqlite3store/readme

Wiki store implementation based on sqlite3 WASM build.