Skip to content

Commit

Permalink
doc: update converter instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoeggy committed Jan 24, 2023
1 parent 105b235 commit 96f281e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/converting.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ mandown.convert(comic, "/path/to/comic", "epub", remove_after=True)

## Converting external comics

If you just want to convert one comic file to another (e.g., CBZ to EPUB), Mandown supports that natively too!

```
mandown convert epub path/to/comic.cbz
```

If you want to manage your old comic completely through Mandown (including getting updates), see below.

## Converting external comics (OLD)

If you have a folder of images that you want to convert to CBZ/EPUB/PDF, you can still use Mandown's converter, as long as you initialize the folder with a `md-metadata.json` file. This can be generated with the *interactive* `init-metadata` command:

```
Expand Down

0 comments on commit 96f281e

Please sign in to comment.