I am trying to write my first package for Atom, and I would appreciate a little help. I am experienced in JavaScript, but not CoffeeScript, so pure JavaScript would suit me.
The package have the following features:
- A sub-menu of actions
- A popup dialog of appropriate options for each action
- The action will replace selected text
Can anyone point me to a suitable tutorial and reference to get me started?
Thanks