joDoc icon indicating copy to clipboard operation
joDoc copied to clipboard

Simple, open-ended JavaScript source documentation system based on markdown. joDoc rev 1.0.1 is available. Check Wiki page for some examples.

Results 5 joDoc issues
Sort by recently updated
recently updated
newest added

- the variable holding the joScreen should consistently be called _scn_ as screen is already defined by the DOM. - the second example fails, no _hide()_ effect is visible after...

This link no longer works, in fact it is pretty hard to find any examples of how to use joDoc. I know of a few projects that use joDoc or...

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...

wishlist

I imagine that we should add some functionality that allows people to use jodoc in a pipe, like `gen_code | jodoc | zip docs.zip -`. Feels more like a 2.0...

wishlist

In the case where the HTML has `` tags with attributes, our regex isn't recognizing the tag. So: ``` My Keyword ``` Doesn't get auto-linked.

bug