I just made a simplified version of [pddplink] called [helplink] for
making clickable links to help patches. Its in externals/pddp and
should be in tomorrow's Pd-extended builds. Basically, you just put
the classname as an argument, and you'll get a clickable link, i.e.
[helplink select] [helplink cyclone/counter] [helplink Gem/scale]
.hc
http://at.or.at/hans/
On Fri, 7 May 2010, Hans-Christoph Steiner wrote:
Basically, you just put the classname as an argument, and you'll get a clickable link, i.e. [helplink select] [helplink cyclone/counter] [helplink Gem/scale]
just like [doc_link].
[doc_link] also underlines the text, and displays a question-mark icon next to the link, it highlights its background in yellow from the moment it is clicked, until the moment the help is loaded (because some helpfiles don't load as fast as some others).
but also, [doc_link] is an abstraction.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
Mathieu Bouchard wrote:
On Fri, 7 May 2010, Hans-Christoph Steiner wrote:
Basically, you just put the classname as an argument, and you'll get a clickable link, i.e. [helplink select] [helplink cyclone/counter] [helplink Gem/scale]
just like [doc_link].
[doc_link] also underlines the text, and displays a question-mark icon next to the link, it highlights its background in yellow from the moment it is clicked, until the moment the help is loaded (because some helpfiles don't load as fast as some others).
but also, [doc_link] is an abstraction.
ah yes, helplink doesn't have the cute icon either.
.hc