Hi list,
is there a way to link to a help file from within the code itself, for
example to James’ “Pattern Guide 01: Introduction” without refering the
the actual .scd on the filesystem?
Thanks!
P
Hi list,
is there a way to link to a help file from within the code itself, for
example to James’ “Pattern Guide 01: Introduction” without refering the
the actual .scd on the filesystem?
Thanks!
P
Do you mean the following?
"Pattern Guide 01: Introduction".help
HelpBrowser.goTo("https://doc.sccode.org/Tutorials/A-Practical-Guide/PG_01_Introduction.html")
Do you mean the following?
"Pattern Guide 01: Introduction".help
HelpBrowser.goTo("https://doc.sccode.org/Tutorials/A-Practical-Guide/PG_01_Introduction.html")
Yep, thanks PyoungRyang, I see that I can also use HelpBrowser to link to the local offline
document-great!
best, P