Search improvements

1. Extended edit macro to allow a search-styled input to be used
2. Moved search box into nav bar
This commit is contained in:
Jeremy Ruston
2012-10-17 18:03:17 +01:00
parent fbc9211688
commit 42d4be3f20
6 changed files with 51 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ exports.info = {
params: {
field: {byPos: 0, type: "text"},
tiddler: {byName: true, type: "tiddler"},
singleline: {byName: true, type: "text"},
type: {byName: true, type: "text"},
"default": {byName: true, type: "text"}
}
};