Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@miry miry released this 30 Apr 21:03
· 36 commits to master since this release
v0.4.0
b0bf4ed

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
    in stderr. (@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