This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
v0.4.0
Changed
- Inline gist media as code block inside a result markdown file. (#39, @miry)
- Inline youtube media as link instead of iframe. (#42, @miry)
- Inline twitter media as blockquote instead of iframe. (#44, @miry)
- Inline general embedy media as link with thumbnail image instead of iframe. (#45, @miry)
Added
- Move most of debug output to logger. Allow to specify the verbosity of output
with parameter-v[NUM]
. Previous messages debug messages are appeared
instderr
. (@miry) - For rich elements with anotations or markups render next to iframe. (@miry)
Full Changelog: v0.3.0...v0.4.0
Install
MacOS
$ brew tap miry/medup
$ brew install medup
$ medup --help
$ medup -u <user>
$ medup -p <publisher>
Docker
$ docker run --rm -v <path to local articles folder>:/posts -it miry/medup:0.4.0 -u <user> -v4