* Fix search method for search tokens spread across fields
Addresses GH #3636, which reports that if you're searching for "test
body", and "test" only appears in the title field, and "body" only appears
in the text field, 5.1.18's search method won't yield that tiddler as a
result, which appears to be a regression from the 5.1.17 behavior
* Add test for searching for multiple tokens across fields
Verifies GH #3636:
> If I create a tiddler in the empty edition with the title "Test tiddler" and content "Body content", searching the wiki for "test body" yields no results under either "title matches" or "all matches". Searching for either word individually turns up "Test tiddler", and repeating this in an empty wiki I created from the 5.1.17 tag causes "Test tiddler" to show up under "all matches".
* Revert "v5.1.18 banner artwork"
This reverts commit 70500140b9b4597294a3e3d129913f8986ff55e4.
* Revert "Revert #3607 and #3608"
This reverts commit 87b3e470c2618801c9371eeb3cad6bcb12874d82.
* Revert "Fix default global keyboard shortcuts for Mac"
This reverts commit e466f62e7e8b8619fdee992919c09939633c089f.
* Revert "Comment plugin: Improve styles"
This reverts commit e17456e3bcb5605f7d3cef20e39e67b8c644868e.
* Revert "Style tweaks for framed editor + preview (#3608)"
This reverts commit c058378da08c4fcfddddafefe0866afae20ae861.
* Revert "Change to natural counting in range[N] operator (#3609)"
This reverts commit b9df224f99c425923c1fd8c25826e4d00a5fb39e.
* Revert "Update release note contributors list"
This reverts commit 0f3912ba95c2a8bd0569a8e52aac0d2ccbd4cf0b.
* Revert "Make editor-preview not hide text-editor shadow (#3607)"
This reverts commit 11f02dc36260de18ac7942a2c5b3bd99d84ea55b.
* Revert "Editor needs to stand out a bit more (#3606)"
This reverts commit d711ef25ed7d6cbfe26e61cb47d2d0ce72e29ed7.
* Revert "Tweak for keyboard-shortcuts how-to (#3605)"
This reverts commit 419ea9a2431bff87329c74ff59b327381d53a3ab.
* Revert "Remove unnecessary border-radius already set on the iframe (#3604)"
This reverts commit 288d25e733e29b137b61b9aeb13cbe99bb746729.
* Revert "v5.1.18 banner artwork"
This reverts commit 70500140b9b4597294a3e3d129913f8986ff55e4.
* Revert "Revert #3607 and #3608"
This reverts commit 87b3e470c2618801c9371eeb3cad6bcb12874d82.
* Revert "Fix default global keyboard shortcuts for Mac"
This reverts commit e466f62e7e8b8619fdee992919c09939633c089f.
* Revert "Comment plugin: Improve styles"
This reverts commit e17456e3bcb5605f7d3cef20e39e67b8c644868e.
* Revert "Style tweaks for framed editor + preview (#3608)"
This reverts commit c058378da08c4fcfddddafefe0866afae20ae861.
* Revert "Change to natural counting in range[N] operator (#3609)"
This reverts commit b9df224f99c425923c1fd8c25826e4d00a5fb39e.
* Revert "Update release note contributors list"
This reverts commit 0f3912ba95c2a8bd0569a8e52aac0d2ccbd4cf0b.
* Revert "Make editor-preview not hide text-editor shadow (#3607)"
This reverts commit 11f02dc36260de18ac7942a2c5b3bd99d84ea55b.
* Revert "Editor needs to stand out a bit more (#3606)"
This reverts commit d711ef25ed7d6cbfe26e61cb47d2d0ce72e29ed7.
Hi @BurningTreeC apologies I merged these without properly looking at them, but I think we should move them to 5.1.19 because:
* On Chrome, the new version hides the resize handle on textarea, which can be quite useful
* It's visually quite different, and I think might benefit from more discussion
* It's inconsistent with the CodeMirror editor
Would you mind perhaps starting another PR for edit template enhancements?