1 unstable release
0.1.0 | Mar 15, 2022 |
---|
#479 in #markdown
10KB
195 lines
hugox
A companion to help edit markdown files.
Add tags
Before run
// C:\mdfiles\Readings.md
---
tags: [readings]
---
...
Run command
$ hugox add-tag C:\mdfiles\ news books
After run
// C:\mdfiles\Readings.md
---
tags: [books, news, readings]
---
...
lib.rs
:
hugox
is a library for managing markdown files.
Dependencies
~5–13MB
~154K SLoC