[pddp/pddplink http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s3.1\] works but if you try the following from a patch like float-help.pd it doesn't work:
[pddp/pddplink ../1.manual/x2.htm#s3.1]
The following error is output to the console:
[pddplink] ERROR file not found: ../1.manual/x2.htm#s3.1
Anonymous
Hmmm, I'm not sure how this should work. ../1.manual/x2.htm#s3.1 is a valid filename. It seems that we should maybe provide something like an environment variable $DOC, but that doesn't seem so neat either. pddplink is just doing what it says it is: creating a link from a URL or filename.
What about a 2nd arg? [pddplink ../1.manual/x2.htm #s3.1]
Of course this would make it difficult to add a feature later to make it possible to do spaces in the link name...