/linka

Self-host bookmark search app for linkding. Free and open source. Provide web app and PWA.

Primary LanguageTypeScript

Linka!

A smooth linkding quick search app.

Features

  • full text search
  • multi keywords, substract keywords support
  • instantly open search results
  • search on type
  • dark/light mode
  • hotkeys

Demo

demo

Linka! demo web app

How-To

  • type any keywords, seperated by space, results will be intersection
  • use keywords start with ! to exclude
  • type Enter to open search results in new tabs

Hotkeys

  • cmd+l or ctrl+l to focus on the search box

Development Prerequisite

Install nodejs and yarn, then run yarn install & yarn start to start up.

Backend Prerequisite

  • Enable CORS in backend by adding following headers to response:
    • Access-Control-Allow-Origin: *
    • Access-Control-Allow-Methods: GET,POST,OPTIONS,PUT,DELETE
    • Access-Control-Allow-Headers: *
    • Access-Control-Max-Age: 1000000