Skip to content

v0.5.2

Compare
Choose a tag to compare
@psionic-k psionic-k released this 20 Jun 05:43
· 13 commits to master since this release
0326d4d

Added

  • When following in the base buffer, the screen will recenter when slides narrow, enabling you to see ahead to your next step usually. Currently 10 lines of context are included in case there is a comment nearby.
  • Hiding comments and comment blocks via the hide-markup action is default
  • Blocks that set :exports none or exports :results will be hidden
  • Babel results will be cleared on slide entry and this can be configured with the remove-results option on the babel action

Changed

  • Babel block examples in the demo were organized into several examples to show each behavior independently
  • Proper generic methods were added so that highly valuable methods have eldoc completions

Fixed

  • Graphical flickering due to an animation initialization resolved
  • Affiliated keywords are hidden by the markup action
  • Following for buffers works across multiple frames, great for presentations!