top | item 47020591

(no title)

Leftium | 15 days ago

I've been making something similar: https://multi-launch.leftium.com

Special features:

- similar concept to Keyjump queries: the links change to search templates if the query input has a value

- it can launch multiple bookmarks/queries at once (the blue category buttons)

---

The next version is based on the realization search bangs are bookmarks + search templates: https://zbang.leftium.com

- Unique feature: double-keypress is effectively keyboard shortcut that also works on mobile! (FF to toggle fullscreen, QQ to select first result...)

- Right now it's just a list of search bangs, but this list will be moved to a slash command

- Then the list will be replaced with your own bookmarks, sorted by "frecency," with favorites pinned to the top.

- Another tab will list your bookmark (search) history: a sort of "zero effort" journal. (I switched to Kagi, which lacks search history. And browser history is insufficient.)

- Another tab can contain your notes (like SimpleNote)

- I may even integrate dictation, so you don't even have to touch the keyboard (https://rift-transcription.vercel.app)

discuss

order

kristianmitk|15 days ago

Thanks for sharing! What made you use cookies for storing edits?

Leftium|15 days ago

A goal of the site used to be to function without JS. (A progressively enhanced app) And it's a serverless app. So localStorage and DB were not options.