hugox 0.1.0

A companion to help edit markdown.
Documentation
  • Coverage
  • 66.67%
    8 out of 12 items documented1 out of 9 items with examples
  • Size
  • Source code size: 21.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 485.38 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 30s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jason1105

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]
---
...