<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">There may be a way not to reinvent the wheel and also maintain some use previous use cases other patchers and developers have used.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Consider e.g. the reflection classes in purr data, like [canvasinfo], which has a [dir( method.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Likewise pddp/pddplink etc. can open files in the native OS, and they are used a ton in documentation for externals, for instance.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">I'm not saying that either of these specifically needs to be included in vanilla, but these are problems that have already been solved in various ways and it could be worthwhile to see what exists.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 30, 2019 at 9:44 PM Miller Puckette <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The gotcha is that I can't find a way to typeset equations in native HTML...<br>
and properly documenting even osc~ is going to require some.<br>
<br>
Perhaps it would work to have basic doc in HTML and detailed doc (theory of<br>
operation level stuff) in either markdown or latex.<br>
<br>
cheers<br>
M<br>
<br>
On Mon, Jul 01, 2019 at 01:22:40AM +0000, Lucas Cordiviola wrote:<br>
> On 6/30/2019 1:05 AM, Miller Puckette wrote:<br>
> <br>
> > Any advice would be very helpful!<br>
> <br>
> <br>
> Stay in the HTML format.<br>
> <br>
> Following <a href="https://www.w3schools.com/html/html_basic.asp" rel="noreferrer" target="_blank">https://www.w3schools.com/html/html_basic.asp</a> anyone can come <br>
> up with an object documentation.<br>
> <br>
> HTML is the way to go. No need for latex, md, or whatever. HTML is <br>
> really simple and works on any computer and is very straightforward to <br>
> maintain and enhance. Most importantly it does not add compiling dependency.<br>
> <br>
> *************************************<br>
> <br>
> <!DOCTYPE html><br>
> <html><br>
> <head><br>
> </head><br>
> <body><br>
> <br>
> <h1> big heading </h1><br>
> <h2> h2 smaller heading </h2><br>
> <br>
> <p> paragraph<br>
> <br>
> <p> paragraph 2<br>
> <br>
> </body><br>
> </html><br>
> <br>
> *********************************<br>
> <br>
> <br>
> Having the ability to open local or remote URLs?? is a total Pd enhancer.<br>
> <br>
> <br>
> :)<br>
> <br>
> <br>
> Mensaje telepatico asistido por maquinas.<br>
> <br>
<br>
<br>
<br>
_______________________________________________<br>
Pd-dev mailing list<br>
<a href="mailto:Pd-dev@lists.iem.at" target="_blank">Pd-dev@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/pd-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-dev</a><br>
</blockquote></div>