streetwriters / notesnook

A fully open source & end-to-end encrypted note taking alternative to Evernote.
https://notesnook.com/
GNU General Public License v3.0
9.36k stars 569 forks source link

Exporting text files does not decode HTML entities on Android #6252

Open streetwriters[bot] opened 1 month ago

streetwriters[bot] commented 1 month ago

Reproduction steps:

  1. Create a note with the content: Run wget <link>
  2. Export notes in text format

Expected result: The exported note contains the text: "Run wget "

Actual result: The exported note contains the text: "Run wget & lt;link>"

This doesn't happen on macOS Desktop.


Device information: App version: 3.0.11 Platform: android Device: samsung-SM-S928B-14 Pro: true Logged in: yes

martinfrancois commented 1 month ago

The text got a bit chopped up (maybe there's a bug in the reporting of bugs there too?)

Expected result: Run wget <link>

Actual result: Run wget &lt;link&gt;