mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-12 22:08:55 +00:00
Starting to get the behaviour of the search popup more correct
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user