You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set version to 0.9.1
In the previous version setting, we missed setting the `ekg-version` var. This
PR fixes that as well (but it shouldn't have any effect).
Add ekg-search, which does a progressive search on text and titles (#199)
* Add a straightforward text-match search that updates progressively
* Improve note display with oneline formatting
* docs: add ekg-search to global command in README
* feat: Add limit to ekg search results with preview message
* Add documentation for new template formatting and search
* Update docs with notes about all types of searches
* Lint fixes
* Fix misssed quote breaking tests
* Fix test that needed to have an update ekg-display-note call