Markdown-preview-enhanced: exporting gitbook "SUMMARY.md"

Created on 14 Jun 2016  ·  5Comments  ·  Source: shd101wyy/markdown-preview-enhanced

I am a gitbook user. As markdown-preview-enhanced get more and more features. I'm trying to switch from gitbook to atom for documentation writing.

There is a good feature for gitbook, it has a SUMMARY.md file, format like below:

* [Chapter1](chapter1/README.md)
  * [Section1.1](chapter1/section1.1.md)
  * [Section1.2](chapter1/section1.2.md)
* [Chapter2](chapter2/README.md)

It will be great if we can export the whole book to pdf, by "save as pdf" the special "SUMMARY.md" file.

Most helpful comment

Nice idea! I will try to implement it this weekend ;)

All 5 comments

Nice idea! I will try to implement it this weekend ;)

I'm anxious for it to be implemented.
This and .bib citations and bye bye latex forever.

Hi @f-r-i-t-z ,

pandoc supports .bib citations, you can check pandoc bibliography section.

If you want to create ebook, you can check ebook. (But ebook doesn't support bib citations)

Thanks

export the whole book to pdf
do you finish it ?

@Lucas-Fong Export to Disk -> EBOOk -> Choose pdf format.
Check this doc

Was this page helpful?
0 / 5 - 0 ratings