mdt

Crates.iomdt
lib.rsmdt
version0.0.1
created_at2025-06-29 07:15:16.359965+00
updated_at2025-06-29 07:15:16.359965+00
descriptiona markdown tool for writers
homepage
repository
max_upload_size
id1730475
size70,994
jpt (jamesturk)

documentation

README

mdt

a markdown tool for writers

mdt.toml

Consists of entries like:

[[repo]]
name = "aows"
path = "~/dev/sites/aows/docs"
extension = "qmd"               # defaults to md
checkers = ["wc", "todos"]      # defaults to all

Available Checkers

todos

wc

Commands

mdt status

Show status of all projects if not in project directory.

TODO: If in project directory, effectively mdt status .

mdt status

Show status of all files in project.

TODO: --sort name|modified|pubdate

mdt status

Show detailed status on file.

Commit count: 0

cargo fmt