Dan Allen

Results 273 issues of Dan Allen

Under the Attributes menu, attribute entries which act as booleans should be represented as a toggle button instead of multiple entries. This may either be a two-state toggle or a...

improvement

In theory, includes should be able to work in DocGist. First, set the safe option to 'server'. Then, set the base_dir option to the base URL of the file being...

enhancement

Generate the CodeMirror mode automatically from the Ace mode as part of a build using [ace2cm](https://github.com/espadrine/ace2cm). That way, we aren't attempting to modify auto-generated code. This will entail setting up...

Move the script to generate the default Asciidoctor stylesheet to core and archive this repository. Also shut down themes.asciidoctor.org. It's better if the community provides alternate themes (such as https://github.com/darshandsoni/asciidoctor-skins)...

- migrate from Foundation 4 to Foundation 5 - upgrade to Compass 1.0.1 - make stylesheet changes necessary to accomodate upgrades - add Bower configuration - update README with information...

Currently, we aren't publishing the styles (at least not in any sort of automated fashion) so that they can be consumed by other tools. We should figure out how to...

Produce an embeddable stylesheet that can be used where the AsciiDoc is rendered to embeddable HTML. This stylesheet should exclude any of the styling that is needed for the outer...

enhancement

For our sanity, we need a visual QA test suite so that we know when a change to the stylesheet definitions, esp the core asciidoc component, causes unanticipated side effects....

The default page layout should not be loading both the default Asciidoctor stylesheet (asciidoctor.css) and Foundation (foundation.css). The default Asciidoctor stylesheet already includes Foundation (and Normalizer), so this combination includes...