Hi,
I either want to know how to obtain the URL of the currently active browser tab or obtain that at the time of copying to the clipboard if there is something like "application/x-copyq-owner-browser-url".
[Command]
Automatic=true
Command="
copyq:
var time = dateString('yyyy-MM-dd hh:mm:ss')
var window = str(data('application/x-copyq-owner-window-title'))
var tagsMime = 'application/x-copyq-tags'
var tags = str(data(tagsMime)) + ', ' + window + ', ' + time
setData(tagsMime, tags)"
Icon=\xf017
Name=Store Copy Time
Where can the information be found about what "
application/x-copyq-owner-window-title" is and what others might exist? This was asked but the answer was incorrect (
Check wiki page Command Examples. I usually update the page when I find useful new commands) as the mime type is obviously COPYQ specific (it says that in the name).
Thanks for any pointer :-)
Dennis