An attempt to escape the horrible JIRA editor.
jira_filter.py
is a pandoc filter that cleans up some of JIRA's html so that it can be converted to Markdown without too much loss. This is work in progress!
This repo also contains script a2md
that enables a somewhat crappy workflow:
- Copy comment or issue text in JIRA (Ctrl+C)
- Run
a2md
. This re-populates your clipboard with the contents converted to Markdown. - Paste to your favorite editor and edit
- Copy&paste markdown back to JIRA
-
🥲
How to install
Make sure you have the following packages installed:
pandoc
xclip
Make sure you have nix package manager installed.
$ nix-env -if ./local.nix