parse-ff-bookmarks (NodeJS)

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
shnbwmn
Posts: 265
Joined: Sat Jul 11, 2015 12:59 am

parse-ff-bookmarks (NodeJS)

#1 Post by shnbwmn »

Github: https://github.com/whastings/parse-ff-bookmarks
NodeJS Portable: http://gareth.flowers/nodejs-portable/
Author wrote:This is a Node.js CLI script for turning a Firefox bookmarks JSON file into a nicely-formatted, shareable HTML file. Firefox's bookmarks manager allows you to export your bookmarks to HTML already, but I wanted something that could create friendlier HTML output so I could share my bookmarks in an easy-to-read format.
  • parse-ff-bookmarks.png

Code: Select all

npm install parse-ff-bookmarks -g
This is related to the myFavs topic, particularly its formatted HTML output.

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: parse-ff-bookmarks (NodeJS)

#2 Post by webfork »

That's admittedly cool. Immediately after I saw this, I thought "it already exports to HTML" but it looks basically the same as what I remember of Netscape 2.0 bookmark output.

Post Reply