dactyl icon indicating copy to clipboard operation
dactyl copied to clipboard

Tools to make enterprise documentation from Markdown sources.

Results 31 dactyl issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

bug
breaking change

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

enhancement

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

enhancement

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

enhancement

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

enhancement
breaking change

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

cleanup

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

enhancement