Skip to content

Releases: aquinzi/pandy

Fixes

22 Aug 18:09
Compare
Choose a tag to compare
v2.0.3

misc fixes

v2.0

18 Feb 17:34
Compare
Choose a tag to compare

Total rewrite! Many fixes and (internal) cleanup/improvement. Also:

  • new wiki links: like markdown reference links but inverted -> [:file][title]
  • wikilinks in any file (not only index) (book)
  • auto discover index
  • if custom index has title, use it as project title
  • list all titles (and toc) in index
  • order files according to custom index
  • navigation: pages titles in sidebar, next-prev
  • option to hide navigation in book
  • option to exclude toc from sidebar navigation
  • Navigations in pandoc variables
  • built-in template (book)
  • modify command options
  • read .ini automatically in folder where runs/source
  • args take precedence over ini, which take precedence over default
  • change .ini format. See examples (basically remove quotes, lists are space separated)

v1.9

18 Feb 01:02
Compare
Choose a tag to compare
  • only python 3
  • fixes for book
  • prints file being converted
  • Filter extensions for converting, only html (hardcoded)
  • add titles in sidebar for navigation (--navside). Include $book_navigation$ in your Pandoc template