Questions tagged [bookmarks]

Bookmarks serve as a convenient browser tool for storing URLs. Please use this tag exclusively for inquiries related to programming and bookmarks on Newtab Q&A. Any questions regarding general browser usage are not permitted.

Change a JSON file of Firefox bookmarks into markdown format

Context I'm looking to display a selection of my bookmarks on my Hugo website, sourced from Firefox in JSON format. I want the output to reflect the nested structure through a nested list, tree view, or accordion format. The content on my website is ...

Exploring bookmark.html parsing with Node.js

I recently explored a few Node.js modules and came across netscape-bookmarks for managing bookmarks. Now, I'm looking to read the bookmark.html file that I have either created or imported from my Chrome browser. I attempted to use the 'npm-bookmark-parse ...

What is the best way to transfer my saved bookmarks and import them into a database?

Over the years, I've amassed a large collection of bookmarks that I now want to organize in a searchable table with additional details like categories, types, and descriptions. My initial approach involved manually inputting them into a JSON file and ...