···2121- Saving is open to the public.
2222- The saved links are private and saved in the browser local storage of the users.
23232424- ## Install
2424+## Features
2525+- Add/Delete links
2626+- Search
2727+- Tags
2828+- Bookmarklet (useful for a 2-click-save)
2929+- Data reads from:
3030+ - csv file in server (these links are public)
3131+ - local storage in browser (these links are visible just for the user)
3232+- Local storage saving.
3333+- Import to local storage from csv file
3434+- Export to csv from local storage.
3535+- Export to csv from csv file (useful when links are "deleted" using the app and just hidden using a local storage blacklist).
3636+- Export to csv from both places.
3737+- No external libraries.
3838+- Vanilla css code.
3939+- Vanilla js code.
25402626-#### BASIC INSTALL
4141+## Install
4242+4343+#### BASIC INSTALL (3min)
2744 - Copy the contents of this repository to an online directory. That's all. You can start saving links.
28452946#### SHOWCASE YOUR LINKS
···3956- Add > Bulk Transfer > Paste the contents.
40574158#### CREATE BOOKMARKLET
4242-To be able to easily save bookmarks create a bookmarklet:
5959+To be able to easily save bookmarks with the form prefilled, create a bookmarklet:
4360- In your browser, create a new bookmark with "add woomark" () as Name
4461- Paste the next code as URL.
4562```
···60776178 
62796363-## Features
6464-- Add/Delete links
6565-- Search
6666-- Tags
6767-- Bookmarklet (useful for a 2-click-save)
6868-- Data reads from:
6969- - csv file in server (these links are public)
7070- - local storage in browser (these links are visible just for the user)
7171-- Local storage saving.
7272-- Import to local storage from csv file
7373-- Export to csv from local storage.
7474-- Export to csv from csv file (useful when links are "deleted" using the app and just hidden using a local storage blacklist).
7575-- Export to csv from both places.
7676-- No external libraries.
7777-- Vanilla css code.
7878-- Vanilla js code.
79808081## Design
8182 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.