diff --git a/README.md b/README.md index 5888a31..7594bfe 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 diff --git a/docs/USAGE.md b/docs/USAGE.md index dd977c0..ad06a55 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -315,7 +315,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