2 releases
0.1.1 | Aug 12, 2023 |
---|---|
0.1.0 | Aug 12, 2023 |
#297 in Internationalization (i18n)
16KB
153 lines
Markdown Localizer in Rust
✍️ Some blog provider (for example: YuQue) is really useful and convenient in daily use.
🤔 However you might actually want to save your post on github with a static blog repo (to make sure you are not going to lose them when blog provider stop their services).
🥰 A Markdown localizer will help you to wipe out these worries. And I'm going to using this tools myself in daily.
Alternate
When this repo is not ready, the following tools are suggested.
- 👍 Markdown Image Localizer
- 😅 Nothing here currently
Install
From source:
cargo install --path .
From crates:
cargo add md-localizer
Example Usage
cd example_dir
md-localizer localize-image -s example.md
Dependencies
~6–19MB
~282K SLoC