Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 807 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 807 Bytes

LinkStash

A simple web app for managing website bookmarks.

Installation and usage

  1. Install dependencies:

    npm install
    
  2. Start development server:

    npm run dev
    

For lint and build commands, see package.json.

Features

  1. CRUD site bookmarks.
  2. Sort into categories, tags and search by them.
  3. Automatic availability checking (whether the sites are dead or not).
  4. Custom home page builder (put your most used links into a pretty page layout and set as home page).
  5. Import / export bookmarks from / to Firefox and Chrome.
  6. Sync capabilities (e.g. local server, remote server).
  7. Profiles (e.g. work, leisure).
  8. Statistics (by usage frequency, category, tag).
  9. Easy self hosting.
  10. Browser plugin (for RMB -> "Save to ...").