Posted September 10, 2022 by billiam
This is a minor release, but a couple of small features have snuck in anyway.
Slightly expanded search capabilities
Previously, all file searches in the file list panel were treated as exact phrase searches. Now, you can search for multiple words, in any order, to locate files that have all of those words in either the file name or content, including the YAML header.
To search for an exact phrase (the previous behavior), wrap your search terms in quotes.
Example:
cakes pies "my recipes"
If you need to search for actual quote characters, you can escape them with a backslash: \"
A more extensive search feature is planned for a future update.
<div style="page-break-after: always"></div>