mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-05 09:38:53 +00:00
Tiddler sql function tests should show custom field
This commit is contained in:
@@ -70,7 +70,7 @@ $tw.Wiki = function(options) {
|
||||
}
|
||||
sqlSaveTiddler({title: "HelloThere", text: "One"});
|
||||
console.log(sqlGetTiddler("HelloThere"));
|
||||
sqlSaveTiddler({title: "HelloThere", text: "Two"});
|
||||
sqlSaveTiddler({title: "HelloThere", text: "Two", custom: "A custom field"});
|
||||
console.log(sqlGetTiddler("HelloThere"));
|
||||
// Plain JS wiki store implementation follows
|
||||
options = options || {};
|
||||
|
||||
Reference in New Issue
Block a user