docs icon indicating copy to clipboard operation
docs copied to clipboard

DITA Open Toolkit documentation

Results 17 docs issues
Sort by recently updated
recently updated
newest added

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2 to 3. Release notes Sourced from gradle/wrapper-validation-action's releases. v2.1.3 What's Changed Update various NPM dependencies Update wrapper checksums to include Gradle 8.7 Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3 v2.1.2...

dependencies
github_actions

## Description Update Gradle distribution version & regenerate wrapper to pick up recent changes per https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper ./gradlew wrapper --gradle-version 8.7 ./gradlew wrapper --gradle-version 8.7 https://docs.gradle.org/8.7/release-notes.html ## Motivation and Context Follow-up...

build
dependencies

## Description Update Gradle distribution version & regenerate wrapper to pick up recent changes per https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper ./gradlew wrapper --gradle-version 8.6 ./gradlew wrapper --gradle-version 8.6 https://docs.gradle.org/8.6/release-notes.html ## Motivation and Context Potential...

build

#525 revealed that the `--no-color` option was missing in the [list of CLI options](https://www.dita-ot.org/dev/parameters/dita-command-arguments#dita-command-properties__options). A quick spot check and comparison with the `dita help` CLI output suggests several others (such...

bug
coverage

## Description Maybe mention in the Markdown docs: https://www.dita-ot.org/dev/reference/markdown/markdown-dita-syntax that you can also conref content from a DITA topic like: ```xml ```

## Description The topic [logging](https://www.dita-ot.org/dev/topics/logging.html) explains how to configure FOP logging with logback. It would be great to find an example here of how to add a custom logback.xml file...

Per https://github.com/dita-ot/dita-ot/issues/3826, support for the PDF2 `Customization` directory will be removed from the next major (4.0) release. To prepare users for that change, the development version of the documentation should...

feature

## Description Make it clear how the following sample template correspondence with DITA. [https://github.com/dita-ot/docs/blob/develop/topics/plugin-rewrite-rules.dita](https://github.com/dita-ot/docs/blob/develop/topics/plugin-rewrite-rules.dita) - What is "file" element? - What is "@result" attribute? - Does above corresponds to actual...

question
support

## Description Extend [`` documentation](https://www.dita-ot.org/dev/topics/plugin-coding-conventions.html) to cover undocumented attributes. ## Possible Solution The following attributes are supported by the implementation * `@input = true | false` — `true` for start...

feature

## Description Generate a DITAVAL file based on installed plug-ins, to allow using e.g. `props="plugin(org.dita.html5)"` to only show content when HTML5 plug-in is installed. Don't enable this in site build,...

feature