atom-gitbook
atom-gitbook copied to clipboard
An atom plugin for gitbook editing
Hi, It seems that recent changes in atom broke some functions, namely the insert as gitbook include. Not sure you have the time to update the package, but if you...
There's no good way currently to move an element to the front of the tree.
https://github.com/atom/atom/blob/master/CONTRIBUTING.md#coffeescript-styleguide
The editor should be aware of gitbook syntax with code completion or whatever Atom calls it. Where `[something]` and `[something else]` are placeholder text or curser input points... ``` {%...
Say I have 2 markdown files: `md1.md` and `md2.md`. md1.md contains ``` markdown # My Cool header {% include md2.md %} ``` and md2.md contains ``` markdown # I just...
Make it work with Travis. Unit test base functionality. Probably do this before #13.
The architecture is a bit tangly at the moment. Reflect on this so we can :shower: the :house: a bit.
Add a hotkey and menu item to trigger `gitbook serve`. Add configuration option to specify the port, and default it to a non-standard port.