generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Line breaks in messages #9
Comments
I would like to know this as well |
Replace renderDialogue() in main.js with this:
This is a very rough way, but it at least works for rendering multiple lines. I couldn't find a way to properly render a line break(\n) within dialogue, as simply doing
didn't work - it seems the rendering ignores '\n' marker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, is there a way to do line breaks in a message?
I just recently discovered the plugin and it is really great! Thank you for making it ❤️
The text was updated successfully, but these errors were encountered: