tiny doc update

This commit is contained in:
Victor Hall 2024-03-13 18:45:59 -04:00
parent d2a7a25da7
commit 212d73f127
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Hint: title: A photograph of John Smith, tags: portrait, outdoors, smiling
Write a description. Write a description.
``` ```
* `title_and_tags_from_image_json` Same as above but looks for a file ending in `.json` with the same basename and in the same directory as the image, enabling *per-image* metadata. * `title_and_tags_from_image_json` Same as above but looks for a file ending in `.json` with the same basename and in the same directory as the image (ex. `/myfolder/001.png`, `/myfolder/001.json`), enabling *per-image* metadata instead of a per-folder metadata file.
### Programming your own plugins. ### Programming your own plugins.