Skip to content

Instantly share code, notes, and snippets.

@sskylar
Created May 15, 2018 20:12
Show Gist options
  • Save sskylar/41e70071158463424ec95c4a5f68b6e8 to your computer and use it in GitHub Desktop.
Save sskylar/41e70071158463424ec95c4a5f68b6e8 to your computer and use it in GitHub Desktop.
Dropmark-friendly import file in the Netscape Bookmark File format https://tools.dropmark.com/import
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Dropmark Import</TITLE>
<H1>Your Bookmarks</H1>
<!-- Minimum requirements (edit below) -->
<H3>Collection One</H1>
<DL>
<DT><A HREF="https://www.google.com">Google</A>
<DT><A HREF="https://www.youtube.com/watch?v=zJOlPkMFTjM">Introducing Dropmark for iOS</A>
<DT><A HREF="https://media.giphy.com/media/xT0xePMKHwM5dJ5oys/source.gif">GIF example</A>
</DL>
<!-- Extended info (optional, use tags as neccessary) -->
<H3>Collection Two</H3>
<DL>
<DT><A HREF="http://example.org/source.html" CONTENT="http://example.org/image.jpg" TAGS="Peanut Butter,Jelly" COLOR="#e7cdcb" AUTHOR="Source Name" ADD_DATE="1507149782" LATITUDE="51.4972956555027" LONGITUDE="-0.17460107803344727">Image-based item title</A>
<DD>Optional multi-line item description
goes here (supports *Markdown*).
</DL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment