0.0
No commit activity in last 3 years
No release in over 3 years
Converts specified folder of links from exported Google Chrome bookmarks into markdown.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.6
 Project Readme

Chrome2Markdown

My first gem. This tool accepts exported Google Chrome bookmark files, and a bookmark folder name and creates a markdown formatted array of links.

I wanted to make it for quickly updating my 'Essentials' list and noticed that it couldbe adaptable to any folder on any system.

Example

This gem can be installed easily by executing:

gem install chrome2markdown

Following this:

require 'chrome2markdown'

bookmarks = Chrome2Markdown.new('bookmarks.html', 'essentials')
puts bookmarks.markdown

Using the sample bookmarks file (my bookmarks as of this moment):

$ ruby test.rb
[Hacker's Manifesto](http://phrack.org/issues/7/3.html)
[Strike three for SpaceX's Falcon 1 rocket](http://www.nbcnews.com/id/25990806/ns/technology_and_science-space/t/strike-three-spacexs-falcon-rocket/#.Uf5r65L0ByJ)

[snip]

###Rubygems website

https://rubygems.org/gems/chrome2markdown