dactyl
dactyl copied to clipboard
Tools to make enterprise documentation from Markdown sources.
Right now, running the link checker can fail if the docs have a whole lot of links to the same website, causing it trigger that website's rate-limiting behavior. When receiving...
- should be possible to customize the classes it adds - should probably default to Bootstrap `btn btn-primary` - currently the example page doesn't include the style for the default...
To view the build output in most (all?) projects you need to: * Go to the `out/` folder * Run `python3 -m http.server` * Devote a terminal session to running...
Having suffered through some internet outages lately, I've come to appreciate how useful it would be to have an option that skips any docs that require external contents and does...
[wkhtmltopdf](http://wkhtmltopdf.org/docs.html) seems like a good open-source option for people who don't want to buy a Prince license. It would be cool if Dactyl could be configured to use that or...
You can estimate the number of instances of passive voice by looking for instances of an auxiliary verb (am/are/were/being/is/was/be) followed by a word ending in "ed" or a [pre-populated list...
Much of the current multi-locale stuff could probably be automated by making certain assumptions. This would take some investigation to make a proper plan first, especially one that would not...
[Dactyl's SCSS file](https://github.com/ripple/dactyl/blob/master/dactyl/styles/dactyl.scss) is a monolith when it could be split into multiple smaller, modular files that are included to build the default CSS file. Similar to Bootstrap's SCSS, Dactyl's...
Images are currently generated as links in both HTML and PDFs. In the HTML, this is a nice feature because clicking on the image opens the image in a new...