v1.6.0 introduces lots of nice changes / improvements we're really excited about, mostly focused on the interface experience, tagging and Docker.
Highlights
- allow embedded tags (tags directly in the content), ie `I love archivy`. Implemented with the great help of edditler.
- includes new views where you can see all the tags and notes that link to a tag.
- autocomplete in the editor for existing tags, just start typing `` and an input will appear for the tag you want (see below):
![random](https://user-images.githubusercontent.com/52892257/146265214-a6c365d5-6e35-4240-8a5c-703c55e13b69.gif)
- similarly, there is now autocomplete in the editor for links to other notes. Start typing `[[` and a suggestion bar will appear. 256
- improvement of ripgrep search results, that now show detailed matches, similar to what Elasticsearch does. 258
- Docker Setup revamp - there is now a more lightweight `archivy-lite` image, with ripgrep instead of Elasticsearch for search. Also improvements of the custom configuration setup on docker https://github.com/archivy/archivy-docker/pull/15
- Creation of a firefox plugin to load your firefox bookmarks - https://github.com/archivy/archivy-firefox
Fixes / Minor Additions
- added a helper command to easily generate an archivy plugin structure 264 vacom13
- small style fixes
- fixed bug with URL characters in search queries https://github.com/archivy/archivy/commit/6477278104821162861548b2a222a4bef3f4b986