module Jekyll
This class is aimed to open the created file in the selected editor. To use this feature specify at Jekyll
config:
“`
jekyll_compose: auto_open: true
“`
And make sure, that you have JEKYLL_EDITOR, VISUAL, or EDITOR environment variables set up. This will allow to open the file in your default editor automatically.