nimibook icon indicating copy to clipboard operation
nimibook copied to clipboard

support SUMMARY.md for table of contents

Open pietroppeter opened this issue 2 years ago • 1 comments
trafficstars

  • feature present in mdbook: https://rust-lang.github.io/mdBook/guide/creating.html#summarymd
  • SUMMARY.md gives a way for the user to specify the table of content using a plain markdown file
  • in this way there is no more need to specify a table of contents in a nim source file and we could directly provide a nimibook executable

I think we should go in this direction and we are actually pretty close.

pietroppeter avatar Jan 26 '23 20:01 pietroppeter

make sure we initialize a default summary document

pietroppeter avatar Feb 19 '23 13:02 pietroppeter