0.7.3
Features
n/a
Improvements
- support streaming of "enriched" github issue metadata #156
Example, tracking #156 produces, via pandoc and jq:
preston track https://github.com/bio-guoda/preston/issues/156\
| preston gh-stream\
| jq --raw-output '.["body"]'\
| pandoc -s --to=plain\
| head
resulting in a plain text representation of the example issue body text. As the github issue json contains structured markdown as "body" of issues and their comments, pandoc
can transform this into many different kinds of formats, including but not limited to pdf, html, docx, markdown, etc etc.
Traditionally, academic discourse happened through journal publications,
physical books, and lectures.
Today other forums are used to exchange and develop ideas. Slack is one
of them.
Suggest to extend Preston to track slack discussions and make them
citable.
Similar to https://github.com/bio-guoda/preston/issues/137 and desire to
Bugs
- n/a