kbravh / obsidian-tweet-to-markdown

An Obsidian.md plugin to save tweets as Markdown files.
MIT License
195 stars 12 forks source link

[bug]. Special chars are converted to HTML entities. #8

Closed cocoonkid closed 2 years ago

cocoonkid commented 2 years ago

[bug]. Special chars are converted to HTML entities.

For example & became &

kbravh commented 2 years ago

Interesting, I wonder if this is a side effect of using the built-in Obsidian request module. Let me try using a different library to make the requests. Good catch!

kbravh commented 2 years ago

I've fixed this in version 2.0.3 that was just released. Thanks again for catching it.