A fork of Woomarks that saves to pds

Update README.md

Changed files
+20 -19
+20 -19
README.md
··· 21 21 - Saving is open to the public. 22 22 - The saved links are private and saved in the browser local storage of the users. 23 23 24 - ## Install 24 + ## Features 25 + - Add/Delete links 26 + - Search 27 + - Tags 28 + - Bookmarklet (useful for a 2-click-save) 29 + - Data reads from: 30 + - csv file in server (these links are public) 31 + - local storage in browser (these links are visible just for the user) 32 + - Local storage saving. 33 + - Import to local storage from csv file 34 + - Export to csv from local storage. 35 + - Export to csv from csv file (useful when links are "deleted" using the app and just hidden using a local storage blacklist). 36 + - Export to csv from both places. 37 + - No external libraries. 38 + - Vanilla css code. 39 + - Vanilla js code. 25 40 26 - #### BASIC INSTALL 41 + ## Install 42 + 43 + #### BASIC INSTALL (3min) 27 44 - Copy the contents of this repository to an online directory. That's all. You can start saving links. 28 45 29 46 #### SHOWCASE YOUR LINKS ··· 39 56 - Add > Bulk Transfer > Paste the contents. 40 57 41 58 #### CREATE BOOKMARKLET 42 - To be able to easily save bookmarks create a bookmarklet: 59 + To be able to easily save bookmarks with the form prefilled, create a bookmarklet: 43 60 - In your browser, create a new bookmark with "add woomark" () as Name 44 61 - Paste the next code as URL. 45 62 ``` ··· 60 77 61 78 ![screenshot](screenshot_appcode.png) 62 79 63 - ## Features 64 - - Add/Delete links 65 - - Search 66 - - Tags 67 - - Bookmarklet (useful for a 2-click-save) 68 - - Data reads from: 69 - - csv file in server (these links are public) 70 - - local storage in browser (these links are visible just for the user) 71 - - Local storage saving. 72 - - Import to local storage from csv file 73 - - Export to csv from local storage. 74 - - Export to csv from csv file (useful when links are "deleted" using the app and just hidden using a local storage blacklist). 75 - - Export to csv from both places. 76 - - No external libraries. 77 - - Vanilla css code. 78 - - Vanilla js code. 79 80 80 81 ## Design 81 82 This design is inspired by Pocket's UI, which was very good for showing a list of articles to read later. Native bookmarking feels more utilitarian, suited for recurrent links, woomarks is more suited for read later links.