This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Massages a Chrome bookmarks file into an HTML file. | |
# | |
# Features: | |
# - Folders are ordered alphabetically | |
# - Bookmarks are ordered alphabetically (by description) | |
# - Bookmarks are shown first, followed by folders | |
# - Folders can be expanded or collapsed. Initially collapsed. | |
# - Folders are indented nicely | |
# - A button is provided to expand/collapse all folders | |
# |