StaircaseCardCreator

February 15, 2025 ยท View on GitHub

Check build Check links Check markdown Check spelling Create website

Tool to create staircase cards, written in C++ using Qt.

Main

Menu

Files used by continuous integration scripts

FilenameDescriptions
mlc_config.jsonConfiguration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.spellcheck.ymlConfiguration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.wordlist.txtWhitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.markdownlint.jsoncConfiguration of the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.
.markdownlintignoreFiles ignored by the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.