https://github.com/rodneylab/markwrite
Markdown writing CLI tool
https://github.com/rodneylab/markwrite
cli html5ever markdown markdown-html pulldown-cmark rust
Last synced: 15 days ago
JSON representation
Markdown writing CLI tool
- Host: GitHub
- URL: https://github.com/rodneylab/markwrite
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2023-04-15T15:49:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:11:39.000Z (8 months ago)
- Last Synced: 2024-10-23T22:47:40.892Z (8 months ago)
- Topics: cli, html5ever, markdown, markdown-html, pulldown-cmark, rust
- Language: Rust
- Homepage:
- Size: 836 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
markwriteCLI tool intended to run in the background generating HTML each time a watched
Markdown file is saved.Features:
- adds an id and anchor link to each h2 heading for easy linking
- adds pretty punctuation
- uses html5ever for HTML manipulation and pulldown-cmark for Markdown parsing> **Warning** π§ Work in progress
## πΊοΈ Roadmap
- [ ] add spelling, punctuation and grammar check
- [x] add debouncing
- [x] output statistics, such as word count
- [ ] serve output HTML locally for previewing document## βοΈ Reach Out
Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).