esc to dismiss
x
v3.3.0

Feature version of v3.0.0.

Added features

Changes

  • The setting force_filename_to_lowercase would make graph labels lowercase, this has been changed so it doesn't affect graph labels. For your own graphers, make sure to use node['name'] instead of node['id'].
  • If you would specify a header in Include notes, and it would not exist, obsidianhtml would fail on purpose. This conflicts with how Obsidian responds, which is with an error notification in the note itself. Obsidianhtml now does the same.
  • Code blocks are now wrapped in a div with class lang-{whatever is after the three backticks}, e.g. lang-python. This should make it easier to apply language specific css changes.

Bugfixes

  • Fixed pdf inclusion. See also 421
x