···11+title,url,time_added,tags,status
22+"My other project is publishing classic books. | BookWormHole", https://bookwormhole.co,1750558616,books,unread
33+In your website you can make public bookmarks | Like this demo, https://roberto.fyi/bookmarks,1750688281,woomarks,unread
44+"If you have a website, you can install woomarks there. | Github project",https://github.com,1750707578,woomarks,unread
55+Transfer your Pocket links | Bulk Transfer,/transfer_page.html,1750685963,woomarks,unread
66+"Install the bookmarklet so saving takes you 2 clicks. | Bookmarklet",/faq.html#faq_bookmarklet,1750685963,woomarks,unread
77+"woomarks let you save links. | No account needed. | Click the “Add” button." ,/,1750859818,woomarks,unread
···11+<!DOCTYPE html>
22+<html lang="en">
33+ <head>
44+ <meta charset="UTF-8" />
55+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
66+ <title>transfer page | woomarks</title>
77+ <link
88+ href="https://fonts.googleapis.com/css2?family=Doto&family=Alfa+Slab+One&family=Bebas+Neue&family=Bree+Serif&family=Caveat&family=Courier+Prime&family=Dosis&family=EB+Garamond&family=Permanent+Marker&family=Sedan+SC&family=Ultra&display=swap"
99+ rel="stylesheet"
1010+ />
1111+ <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
1212+ <link rel="stylesheet" href="style.css" />
1313+ </head>
1414+1515+ <body>
1616+ <div class="topbar">
1717+ <div style="flex-grow: 1">
1818+ <b><a id="headerTitle" href="/">woomarks</a></b>
1919+ </div>
2020+ </div>
2121+2222+ <div class="page">
2323+ <h1>Transfer Page</h1>
2424+ <textarea placeholder="Paste CSV contents" id="importArea"></textarea>
2525+2626+ <div style="display: flex; justify-content: flex-end; gap: 30px;">
2727+ <button class="param-btn" id="exportBtn" class="export-link" data-umami-event="Export">
2828+ Export my links as csv
2929+ </button>
3030+3131+ <button class="param-btn dark" id="importSaveBtn" data-umami-event="Import">
3232+ Import my links
3333+ </button>
3434+ </div>
3535+3636+3737+ <br/><br/><br/><br/><br/><br/>
3838+3939+ <h3>How to import your bookmarks from Pocket</h3>
4040+ <p>Download from their page <a href="https://getpocket.com/export">https://getpocket.com/export</a></p>
4141+ <p>Open the file and paste its contents in the textarea. It won't upload the content, it will put it in the local storage of your browser</p>
4242+4343+ <h3>How to import your bookmarks from other places</h3>
4444+ <p>Make a csv file with this formatting and paste its contents in the textarea. You can copy paste this sample to test it.</p>
4545+<pre><code>title,url,time_added,tags,status
4646+A Parliament of Owls and a Murder of Crows: How Groups of Birds Got Their N,https://www.themarginalian.org/2024/01/04/brian-wildsmith-birds-company-terms/,1706544592,,unread
4747+100 Best Books of the 21st Century - The New York Times,https://www.nytimes.com/interactive/2024/books/best-books-21st-century.html,1732713693,test,unreadSeven Goldfish,https://7goldfish.com/articles/2024_Hugo_Nominees.php,1750558532,books,unread
4848+Some Title,https://example.com,1720984873,tag1,unread
4949+"Title, with comma",https://example.com,1720984000,"tag1,tag2",read
5050+</code></pre>
5151+ </div>
5252+ </body>
5353+ <script src="./script.js"></script>
5454+5555+</html>