Crates.io | hugox |
lib.rs | hugox |
version | 0.1.0 |
source | src |
created_at | 2022-03-15 05:45:41.902662 |
updated_at | 2022-03-15 05:45:41.902662 |
description | A companion to help edit markdown. |
homepage | |
repository | https://github.com/jason1105/hugox |
max_upload_size | |
id | 550339 |
size | 21,062 |
A companion to help edit markdown files.
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]
---
...