textr icon indicating copy to clipboard operation
textr copied to clipboard

Add a toggle to write to keywords instead of plugin metadata.

Open ayman opened this issue 7 years ago • 1 comments

Add a toggle to write to keywords instead of plugin metadata. Some people want keywords directly written. Allow this via a toggle.

ayman avatar Feb 24 '18 19:02 ayman

I believe these lines can be updated with this call photo:addKeyword( keyword ) on the selected photo can do it. You'll need a LrKeyword object which you'll have to create with catalog:createKeyword( keywordName, synonyms, includeOnExport, parent, returnExisting ).

This should be made under the parent keyword textrso it can be filtered out or deleted easily.

ayman avatar Mar 05 '18 02:03 ayman