v2.2.0

Feature version of v2.0.0

New in this version

Search has been added. Click on the looking glass icon in the icon tray to open search.

The search will be expanded upon in the next versions, but for now the search works well enough to be enabled by default.

To disable the search, add this to your config.yml:

toggles:
  features:
    search:
      enabled: False

Mathjax

New in this version

A subset of Latex has been added that can render mathematical equations in a pretty way. Read more here: Implementing Latex

Bugfixes