Quantcast
Channel: DEVONtechnologies Community - Latest posts
Viewing all articles
Browse latest Browse all 16117

Most efficient way to get all nested tags (JXA)

$
0
0

The easiest ways to find them are…

tell application id "DNtp" to return parents of current database whose tag type is ordinary tag and tags is not {}

…or…

tell application id "DNtp" to return search "kind:ordinary tag item:tagged" in (root of current database)

Needs sorting by location though.


Viewing all articles
Browse latest Browse all 16117

Trending Articles