-
Notifications
You must be signed in to change notification settings - Fork 64
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
Escape special characters in URLs when title isn't parsed #40
Comments
And also square brackets. |
I think an easy fix would be to use |
Escaping could generally be improved I think
|
This should be handled now! If there are any missing characters that should be escaped please let me know in another issue. |
When pasting a URL like
https://twitter.com/_underscore
, the plugin substitutes[https://twitter.com/_underscore](https://twitter.com/_underscore)
. The problem is Obisdian interprets the underscore as a Markdown character and renders the latter half of the link as italic. The plugin should escape characters like_
and*
when putting raw URLs into titles.The text was updated successfully, but these errors were encountered: