Skip to content

Commit

Permalink
Added the path field so that you can drag & drop
Browse files Browse the repository at this point in the history
or send selected items as a file.
  • Loading branch information
thekoc committed Feb 14, 2020
1 parent 0bbff89 commit dce099b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devonthink.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dce099b

Please sign in to comment.