insanum / sncli

Simplenote CLI
MIT License
396 stars 34 forks source link

HTML code show up for some symbols (e.g. ">" ">) #60

Closed tybrs closed 5 years ago

tybrs commented 6 years ago

Sncli interprets the right tag sign ( ">") as "\>" in documents created by the web browser version.

samuelallan72 commented 6 years ago

Oh now this is strange... it looks like the official web app is escaping html entities before saving now (so it's not sncli's fault by the looks of it). There may be a new metadata tag, because when syncing between sncli and the web it seems to then start escaping the & in > and we end up with > ... etc. :scream:

Thanks for reporting!

Things that should be done:

synthetiv commented 5 years ago

Happy to say this doesn't seem to be happening anymore, now that sncli is using the new API.

samuelallan72 commented 5 years ago

Awesome! :smile: Thanks @synthetiv ! @twilbers can you confirm the latest version solves the problem for you?

samuelallan72 commented 5 years ago

Ok, closing as solved now. Happy to reopen if the issue returns.