Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@twiddli twiddli released this 08 Jul 21:19
· 2 commits to master since this release

Use BRAT to install from this repo until the new features have been merged back into the original repo.
Use this link with BRAT: https://github.com/twiddli/obsidian-dialogue-plugin

Changes

  • Added center participant
    • c: or center: for name of centered participant
  • Leading and trailing whitespace are now trimmed
  • Added footer content
    • Use the :: prefix after a dialogue to add a footer (see README)
    • Default footer content can be modified with new parameters leftFooter, rightFooter, and centerFooter
    • Use footerMode to disable or enable default footers (see README)
  • Render markdown in messages
    • New parameter renderMarkdownTitle for rendering markdown in the title
    • New parameter renderMarkdownContent for rendering markdown in the content
    • New parameter renderMarkdownFooter for rendering markdown in the footer
    • New parameter renderMarkdownComment for rendering markdown in the comment
  • Hide or show unparsable text with clean parameter