Skip to content

smatting/jira-pandoc-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Copy comment or issue text in JIRA (Ctrl+C)
  2. Run a2md. This re-populates your clipboard with the contents converted to Markdown.
  3. Paste to your favorite editor and edit
  4. Copy&paste markdown back to JIRA
  5. 🥲

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published