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

Markdown messages can now be rendered and added footers to dialogues #16

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

twiddli
Copy link

@twiddli twiddli commented Jul 8, 2023

To owner: You may need to correct author and url inside manifest.json and manifest-beta.json before merging

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

Install

Until this gets merged, you may use BRAT to install the plugin from my repo.
Use this link with BRAT: https://github.com/twiddli/obsidian-dialogue-plugin

Closes #11
Closes #6
Closes #5
Closes #2

@twiddli twiddli changed the title Render markdown messages and added footer Markdown messages can now be rendered and added footers to dialogues Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant