mdt 0.0.1

a markdown tool for writers
# mdt

a markdown tool for writers

## mdt.toml

Consists of entries like:

```toml
[[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 <proj>

Show status of all files in project.

TODO: `--sort name|modified|pubdate`

### mdt status <proj> <file>

Show detailed status on file.