Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add glossary/endnote functionality #651

Merged
merged 10 commits into from
Jan 23, 2017
Merged

Add glossary/endnote functionality #651

merged 10 commits into from
Jan 23, 2017

Commits on Jan 18, 2017

  1. Allow hash+internal name matches

    Now you can go to a slide by `#name_of_slide+something_internal` and
    Showoff will realize that you mean to go to the slide named
    `name_of_slide+something_internal`.
    binford2k committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    2002e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0090777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dbdd4c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. simplify the TOC generation

    binford2k committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    93cd8c9 View commit details
    Browse the repository at this point in the history
  2. basic inline glossary functionality works

    TODO:
    
    * parser syntax for manual descriptions in the notes
    * fix crasher when showoff static print
    binford2k committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    80b1ef2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c1096 View commit details
    Browse the repository at this point in the history
  4. glossary items now work

    binford2k committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    e15d329 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. add some nice styling

    binford2k committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    87bbb93 View commit details
    Browse the repository at this point in the history
  2. correct static printing

    binford2k committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    0b793af View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Filter the notes *after* we've mucked with them

    This makes sure they don't get re-added.
    binford2k committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    a3bfa58 View commit details
    Browse the repository at this point in the history