1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/sqlite3store
Jeremy Ruston 979a1f746d Introduce sql console
Very bare bones, but functional. Results are displayed in JSON for the moment. The console should also perhaps be hidden by default, with a keyboard shortcut, and a setting in local storage.
2023-07-18 21:54:01 +01:00
..
files Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
init-sqlite3.js Introduce sql console 2023-07-18 21:54:01 +01:00
plugin.info Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
rawmarkup-bottombody.tid Introduce sql console 2023-07-18 21:54:01 +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-console.js Introduce sql console 2023-07-18 21:54:01 +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.