Notion & Autohotkey (and Automator in MacOS]

Talk about anything
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Notion & Autohotkey (and Automator in MacOS]

Post by BoBo » 18 Feb 2021, 11:11

Bc I've started using :arrow: Notion (after watching the :arrow: '30x40 Design Workshop' channel in YT) I've searched for an option to start a Notion-link within a specific browser (say Chrome in -icognito mode ;)) and guess what, Notion'ers are using AHK to circumvent one of Notions flaws (hell, that guy has > 2m YT subscribers) ... https://www.youtube.com/watch?v=HVe2BvSZc9w
And no, haven't found a solution to my problem.

garry
Posts: 3720
Joined: 22 Dec 2013, 12:50

Re: Notion & Autohotkey (and Automator in MacOS]

Post by garry » 19 Feb 2021, 04:09

example what was used
https://thomasjfrank.com/how-to-share-notion-links-that-open-directly-in-the-app/

Code: Select all

;- https://thomasjfrank.com/how-to-share-notion-links-that-open-directly-in-the-app/
^!v::
Clipboard := StrReplace(Clipboard, "https", "notion", 1)
SendInput, ^v
return

Post Reply

Return to “Off-topic Discussion”