hediet / browser-ext-github-monaco

This extension brings the famous Monaco editor to Github
https://chrome.google.com/webstore/detail/monaco-markdown-editor-fo/mmpbdjdnmhgkpligeniippcgfmkgkpnf?hl=de&authuser=0
259 stars 32 forks source link

Support for other similar sites (Trello) #20

Open GSGBen opened 3 years ago

GSGBen commented 3 years ago

I mentioned this in a HN comment but figured I should bring it here.

Trello uses a similar system for all its user-editable fields: plain browser text fields (non-monospaced font) to write markdown. This is probably my least favourite thing about it.

Example:

image image

Adding any form of Monaco functionality, even just syntax highlighting, would be incredible.

hediet commented 3 years ago

Thanks for sharing your idea! I'll keep this issue open, but I think it should be a different extension. It shouldn't be too hard to fork this extension and adapt it so that it works for trello though!

With all bug fixing and organization overhead (like publishing the extension the first time, creating gifs, advertisting it, ...), I estimate this will take about 8-10 hours. I'm not a user of trello and I don't know if a lot of people would install such an extension...

GSGBen commented 3 years ago

That's fair!