Arcath / jekyll-atom

A collection of tools and snippets for working with Jekyll in Atom
https://atom.io/packages/jekyll
MIT License
49 stars 19 forks source link

Add user preference for post file extension #62

Closed DirtyF closed 7 years ago

DirtyF commented 7 years ago

Right now .markdown is forced by default: https://github.com/Arcath/jekyll-atom/blob/master/lib/jekyll/new-post-view.coffee#L83

What do you think of adding a user pref for post extension: {md, markdown} ? default could stay to markdown, but if I choose .md, all new posts will have this extension. Should it support other extensions beside Markdown ?

If you agree, and tell me how to address this, I would happily try to submit a PR 😨

Arcath commented 7 years ago

Sounds like a great idea!

I'm thinking it might be better to add it to the _config.yml settings for jekyll-atom so it can be set per project.

Arcath commented 7 years ago

This was added in the latest release, I closed the wrong issue from the commit 😕