import.mustache 812 B

12345678910111213141516171819202122232425
  1. <div class="config-pane">
  2. <div class="config">
  3. <p>
  4. Here you can import your Pinboard bookmarks. Export your
  5. Pinboard data as JSON and then upload it below.
  6. </p>
  7. <p>
  8. Note that tags in Lament Configuration do not work the same way
  9. as tags in Pinboard. In particular, Lament Configuration understands
  10. the forward slash (<code>/</code>) as a marker of hierarchical
  11. tags: tagging a link with <code>#food/bread</code> will automatically tag it with
  12. <code>#food</code> as well.
  13. </p>
  14. </div>
  15. </div>
  16. <div class="config-pane">
  17. <div class="config">
  18. <form name="import" method="POST" enctype="multipart/form-data">
  19. <div>
  20. <input name="file" type="file" />
  21. <input type="submit" value="Import" />
  22. </div>
  23. </form>
  24. </div>
  25. </div>