Starting to get the behaviour of the search popup more correct

This commit is contained in:
Jeremy Ruston
2012-10-17 19:10:18 +01:00
parent 42d4be3f20
commit 81a565e608
3 changed files with 20 additions and 12 deletions

View File

@@ -15,10 +15,11 @@ Edit macro for editting fields and tiddlers
exports.info = {
name: "edit",
params: {
field: {byPos: 0, type: "text"},
tiddler: {byName: true, type: "tiddler"},
field: {byPos: 0, type: "text"},
type: {byName: true, type: "text"},
"default": {byName: true, type: "text"}
"default": {byName: true, type: "text"},
requireFocus: {byName: true, type: "text"}
}
};