Thomas Brouard
Thomas Brouard
I see several way to do this: * using a textMarker so the correct number will be previewed (this can be misleading since the previewed number is not the real...
This is obviously an issue in [kramed](https://github.com/GitbookIO/kramed) which is used to convert the markdown into HTML.
The current `.jshintrc` is actually very small because I personally don't like when the linter is too restrictive, but you are right. If you want to do this then go...
Even if it's interesting, I do not think this is a priority. How about adding a way to handle custom commands (as proposed in #14) then you could easily use...
Thanks for reporting. I'm not sure `process.cwd()` is very reliable, I will look into this when I have time.
I can't reproduce this bug. In my case the good package.json is loaded, even if the module is installed from npm. Could you give more details please: your OS, platform,...
This is not a feature right now. This can maybe be added in a future release, but we will obviously have to support drag and drop out of the box...
No. Let's keep this thread as a feature request. I see many way to implement this: * add a tabLimit option (not so elegant IMO), * add a way to...
Currently there is no method to do this so you will have to to it manually by destroying the `.etabs-tabgroup` element and emptying the `tabGroup` variable. ```js var el =...
Related (duplicate?) #50