danhper / atomic-chrome-atom

Edit Chrome textareas in Atom
https://goo.gl/haazl1
MIT License
93 stars 18 forks source link

[REQUEST] Default to markdown instead of plain text #2

Closed JustinAiken closed 8 years ago

JustinAiken commented 8 years ago

..especially GFM for github

danhper commented 8 years ago

Totally agree. I am going to default to .md, and if someone wants to change this I could eventually add a setting. Thanks for the feedback.

s-thom commented 8 years ago

Why not have different 'languages' for different websites? .md for GitHub and Reddit, .html for GMail, other formatting for other things, etc.

danhper commented 8 years ago

@SecretOnline Thank you for the idea. I am planning to support this feature. I think I will be able to finish it this week. I plan to allow to modify the list of sites from Chrome options.

See also https://github.com/tuvistavie/atomic-chrome/issues/10

danhper commented 8 years ago

@JustinAiken Sorry for the delay, this should be fixed as of 0.3.0. @SecretOnline The Atom plugin only receives the extension from the WS message, so the customization part will be done in tuvistavie/atomic-chrome.

JustinAiken commented 8 years ago

@JustinAiken Sorry for the delay, this should be fixed as of 0.3.0.

No worries, that was a very small delay to fix a huge void left in my life ever since I switched away from Sublime and couldn't use GhostText anymore! :)

danhper commented 8 years ago

Glad it can help! :smile:

sirianni commented 8 years ago

Great suggestion!

Has the option been implemented in the atomic-chrome extension? I don't see any options exposed for the extension anywhere, and there are no commits associated with tuvistavie/atomic-chrome#10