Add ability to specify multiple metapads
This commit is contained in:
parent
226a9c4a38
commit
7c770166a7
2 changed files with 15 additions and 15 deletions
|
@ -36,12 +36,12 @@ pip install -r requirements.txt
|
|||
|
||||
Start the extractor
|
||||
```
|
||||
python hedgedoc-image.py meta_pad new_netloc
|
||||
python hedgedoc-image.py --replace new_netloc meta_pad1 meta_pad2 ...
|
||||
```
|
||||
|
||||
For example:
|
||||
```
|
||||
python hedgedoc-image.py https://md.margau.net/dbk-meta pad.hacknang.de
|
||||
python hedgedoc-image.py --replace pad.hacknang.de https://md.margau.net/dbk-meta
|
||||
```
|
||||
|
||||
### Produced files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue