joDoc icon indicating copy to clipboard operation
joDoc copied to clipboard

Port jodoc to JS

Open markc opened this issue 14 years ago • 4 comments

Would you be interested in a port of jodoc to javascript using node?

I've been working on a similar inline doc system using markdown but based on showdown.js. I use /*** ... ***/ as special comment markers so it leaves /** ... */ javadoc style comments in place and I mark up the actual live JS files by preprocessing them before passing them to my hacked showdown.js. Your joDoc system is far more mature and complete in that it creates linked indexes. I'm still learning JS and node'isms but I'd love to "port" my markdown js hack to a Jo-like style and include all or most of jodoc functionality as a single file node script (no deps other than the node binary, certainly no perl or ruby etc.)

markc avatar Oct 07 '10 17:10 markc

ABSOLUTELY! This is on the roadmap for joDoc, and I'd love to see what you put together because Dan and I haven't started on the node.js port yet.

davebalmer avatar Oct 07 '10 18:10 davebalmer

I would try to find some time to help out with porting joDoc to JavaScript. Or even CoffeeScript.

rtsuk avatar Mar 30 '11 22:03 rtsuk

Check out Dan Freedman's efforts. He has a good start to a node.js port of joDoc over here http://bit.ly/exwmu4 (Dan is also responsible for beating the perl into shape for this version of joDoc!)

davebalmer avatar Mar 30 '11 22:03 davebalmer

Quoting davebalmer
[email protected]:

Check out Dan Freedman's efforts.

I will, thanks!

Rob

rtsuk avatar Mar 30 '11 23:03 rtsuk