diff --git a/devonthink.py b/devonthink.py index 4339188..7908ffe 100644 --- a/devonthink.py +++ b/devonthink.py @@ -87,6 +87,7 @@ def to_lb_item(record, candidate_uuids, returnKeyToBrowseGroup=True): 'badge': record['kind'], 'icon': potential_icon, 'quickLookURL': 'file://' + quote(record['path']), + 'path': record['path'], 'subtitle': '📂' + readable_path(record.get('location')), 'alwaysShowsSubtitle': True, 'action': 'action.py',