shaarli/Shaarli

Feature req: Importing bookmarks from file should preserve case for tags

cy7yz2rj opened this issue · 1 comments

Shaarli is case insensitive for tags but should be case preserving when importing.

Steps for reproducing:

  1. export bookmarks to HTML file from Tools > Export Database
  2. delete all bookmarks
  3. import the file from step 1
  4. all tags are now lowercase despite having correct case information in the HTML file

Firefox correctly preserves case when importing the same bookmark file.