First post! I have to say, I love this software! I’ve already started developing tools to simplify workflows at my company, and it’s so much faster than the last thing I used (AutoLisp, ugh gross).
I was reading on the developer docs page about Effective Output, and I love the idea of clickable element links. Is there a way I can accomplish something similar to link to network folders, or even websites? I tried using the following code, but it didn’t really work like I expected:
The first link successfully takes me to google in my default web browser, so that’s a win. The second link opens the PDF inside the Output Window. Repeating Link 2 with just the folder path does not open. It’s possible I just don’t know enough html, but I figured I would just ask for suggestions.
you can create a button of type urlbutton making a folder named: yourFunction.urlbutton
then create a bundle.yaml file containing your url: hyperlink: "https://www.notion.so/pyRevit-bd907d6292ed4ce997c46e84b6ef67a0"
Thank you, I’ll give this a try on Monday! Is there an easy way to make the folder link path a variable? My biggest concern is the syntax of the slash marks since they also function as escape characters.
So close! The subprocess.Popen() method will work for my application, but it doesn’t trigger with a link. Ideally the user can choose if they want to open the file or folder by clicking a link, rather than having it open every time.