diff --git a/README.md b/README.md index 95f8390..8380a62 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ sist2 (Simple incremental search tool) *Warning: sist2 is in early development* -![sist2.png](docs/sist2.png) +![search panel](docs/sist2.png) ## Features @@ -52,7 +52,7 @@ sist2 (Simple incremental search tool) 1. Download the [latest sist2 release](https://github.com/simon987/sist2/releases) * 1. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not recommended!)* - 1. *(or)* `docker pull simon987/sist2:2.11.2-x64-linux` + 1. *(or)* `docker pull simon987/sist2:2.11.3-x64-linux` 1. See [Usage guide](docs/USAGE.md) diff --git a/docs/USAGE.md b/docs/USAGE.md index ae354e9..b19a0d8 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -303,7 +303,7 @@ See [scripting](scripting.md) documentation. # Sidecar files When scanning, sist2 will read metadata from `.s2meta` JSON files and overwrite the -original document's metadata. Sidecar metadata files will also work inside archives. +original document's indexed metadata (does not modify the actual file). Sidecar metadata files will also work inside archives. Sidecar files themselves are not saved in the index. This feature is useful to leverage third-party applications such as speech-to-text or diff --git a/docs/manual_tag.png b/docs/manual_tag.png index 3ddc78c..1632ca4 100644 Binary files a/docs/manual_tag.png and b/docs/manual_tag.png differ diff --git a/docs/sist2.png b/docs/sist2.png index 1ee7eaa..b4bcbe2 100644 Binary files a/docs/sist2.png and b/docs/sist2.png differ