shaarli / netscape-bookmark-parser

PHP library to parse Netscape bookmark files
https://packagist.org/packages/shaarli/netscape-bookmark-parser
MIT License
22 stars 10 forks source link

Tags case should be preserved #75

Open ArthurHoaro opened 3 years ago

ArthurHoaro commented 3 years ago

X-issue from Shaarli/shaarli#1726 - quoting @cy7yz2rj:

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

Steps for reproducing:

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

Firefox correctly preserves case when importing the same bookmark file.