cthos / atom-gitbook

An atom plugin for gitbook editing
MIT License
15 stars 0 forks source link

Parses Book.json and adds a command to force a ToC reload. #37

Closed cthos closed 9 years ago

cthos commented 9 years ago

Resolves #35

@CashWilliams - This will parse your book.json. Please note that if you change the book.json while the editor is open, you must force a reload of the ToC to have it re-parse the file. Otherwise it just works off of its cached information (so it doesn't keep trying to reload the summary file, or the json file when it's open / closed).

cthos commented 9 years ago

Don't mind the TravisCI fail, it shouldn't be trying to trigger since there's no travis.yml file which is a misconfiguration on my part.