Created
May 2, 2012 14:17
-
-
Save narbs/2576831 to your computer and use it in GitHub Desktop.
This vim script converts an Instapaper csv file to a list of chrome bookmark links as html. Paste these into an empty chrome bookmark template and use this to import your links from Instapaper into Pinboard
This file contains hidden or 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
%s/URL,Title,Selection,Folder\n// | |
%s/",[^,]*,[^,]*$/"/ | |
%s/\(.*\),"\(.*\)"$/<DT><A HREF="\1">\2<\/A>/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment