mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
more docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0314bbc5b2
commit
04ab5a09e3
@ -1089,8 +1089,18 @@ var AutoTagCollectionsActions = actions.Actions({
|
||||
|
||||
var AutoTagCollections =
|
||||
module.AutoTagCollections = core.ImageGridFeatures.Feature({
|
||||
title: 'Collection tag handling',
|
||||
doc: core.doc``,
|
||||
title: 'Auto tag collection',
|
||||
doc: core.doc`Auto tag collection
|
||||
|
||||
A collection is different from a crop in that it:
|
||||
- preserves ribbon state
|
||||
- preserves order
|
||||
- preserves local tags
|
||||
|
||||
Tag changes are handled by removing images that were untagged (no
|
||||
longer matching) from the collection and adding newly tagged/matching
|
||||
images to collection.
|
||||
`,
|
||||
|
||||
tag: 'auto-collection-tags',
|
||||
depends: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user