Jeromy Anglim
Jeromy Anglim

Reputation: 34947

How to efficiently edit Markdown in the github issue tracker?

I like the fact that the github issue tracker supports Markdown. However, I find it relatively unpleasant to actually write Markdown in the github editor. It lacks many of the features of the Markdown editor on StackOverflow.

E.g., it lacks:

In particular, the inability to insert code blocks is probably the feature I miss the most.

Sure, I could write my markdown in a separate editor and then paste it into the github issue tracker, but this is not especially appealing. I could even use the StackOverflow editor if I was careful not to click "Ask Question", but that seems a bit silly.

Question

Upvotes: 3

Views: 571

Answers (2)

Bananeweizen
Bananeweizen

Reputation: 22080

If you are on Windows, you might want to check MarkPad: http://code52.org/DownmarkerWPF/

Disclaimer: I have never used it myself (being on Ubuntu), only read about it watching the code52 project. I know it can edit posts of several blog systems, but I'm not sure if Github is in the list of supported web sources. Its syntax however is supported, for sure.

Upvotes: 0

Colonel Panic
Colonel Panic

Reputation: 137752

You should appeal to GitHub to add one. Your argument is sound. Stack Overflow demonstrates editors can be functional, non-intrusive and tasteful.

Meanwhile, there might be a browser extension that does some of this. https://chrome.google.com/webstore/detail/cpojebknccclkjabfngjlcknonpmhhol

Upvotes: 2

Related Questions