aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/netscapeBookmarkParser.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature(web): Add support for importing bookmarks from PocketMohamedBassem2024-09-211-31/+0
|
* feature(web): Preserve title, tags and createdAt when importing a netscape ↵MohamedBassem2024-09-211-12/+23
| | | | html. Fixes #401
* feature: Allow import Netscape HTML format (#163)kamtschatka2024-05-251-0/+20
* [Feature request] Netscape HTML format import/export #96 added the possibility to add exported bookmarks via the webUI for ease of use * [Feature request] Netscape HTML format import/export #96 updated the documentation * Extract the parser into its own file and reuse the existing bookmark upload logic --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>