markdown-localizer-rs

Crates.iomarkdown-localizer-rs
lib.rsmarkdown-localizer-rs
version0.1.0
sourcesrc
created_at2023-08-12 10:11:55.304088
updated_at2023-08-12 10:11:55.304088
descriptionLocalize markdown with remote links
homepage
repository
max_upload_size
id942663
size50,633
slhmy (slhmy)

documentation

README

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.

  1. 👍 Markdown Image Localizer
  2. 😅 Nothing here currently

Install

From source:

cargo install --path .

Example Usage

cd examples
markdown-localizer-rs localize-image -s example.md
Commit count: 0

cargo fmt