Added Marginalia to my jump lists ================================= Today I added Marginalia to my jump lists. Marginalia ---------- Marginalia is a web search engine aimed at the smol web. Marginalia is created and run by Viktor Lofgren. The about page mentions "The purpose of the tool is primarily to help you find and navigate the non-commercial parts of the internet." Good browser support -------------------- Marginalia works fine on many browsers. Using Marginalia is no problem at all with eww, the simple web browser in Emacs, as well as Links (link -g). Jump lists ---------- Emacs webjump ............. In Emacs, I use webjump to quickly jump to favorite Gopher addresses and web addresses. Webjump also supports simple queries and I have webjump entries for Wikipedia and DuckDuckgo in my config. Now I have added to this list: ("Marginallia" . [simple-query "marginalia.nu" "https://search.marginalia.nu/search?query=" #1#]) Webjumps to web pages are opened in eww, and to Gopher addresses are opened in Elpher. Ratpoison key binding ..................... In my $HOME/.ratpoisonrc I have a key binding that opens Links (links -g) and another key binding that opens Links with the contents of the clipboard. I have now added a dkey binding that opens the Marginalia URL in Links: bind l exec links -g bind L exec links -g $(xclip -o) bind M exec links -g "https://search.marginalia.nu/" Preferred search engine ----------------------- My plan is to use Marginalia as my default search engine. Let's see how that works out! Last edited: $Date: 2024/04/26 19:15:51 $