config/doom: revamp reading-list-book snippet
This commit is contained in:
parent
55603814e4
commit
dc9f227c34
|
@ -230,6 +230,7 @@ Version 2019-11-04 2021-02-16"
|
|||
"ra" 'org-change-tag-in-region
|
||||
"lk" 'counsel-org-link
|
||||
"lI" '(lambda () (interactive) (org-set-property "ID" nil))
|
||||
"gR" 'org-mode-restart
|
||||
)
|
||||
|
||||
(define-key org-mode-map (kbd "C-c .") 'org-time-stamp-inactive)
|
||||
|
|
|
@ -6,10 +6,12 @@
|
|||
INTEREST $1
|
||||
:PROPERTIES:
|
||||
:Author: ${2:+}
|
||||
:Buch7: https://www.buch7.de/suche?search=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}&bindings%5B%5D=Taschenbuch&bindings%5B%5D=Gebunden&bindings%5B%5D=Leinen+%28Buchleinen%29&bindings%5B%5D=Softcover-Buch&items_per_page=50
|
||||
:Amazon: https://smile.amazon.de/s?k=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}&rh=n%3A186606
|
||||
:LibErlangen: https://stadtbibliothek-recherche.erlangen.de/Mediensuche/Einfache-Suche?search=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}&top=y&facets=v_____Sachb%C3%BCcher%7CJugendsachbuch%7CJugendroman%7CBuch+Romane%7CSachb%C3%BCcher+Weih.%2fOst&facetsc=_____15&pagesize=20
|
||||
:Medimops: https://www.medimops.de/produkte-C0/?searchparam=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}
|
||||
:Ebay: https://www.ebay.de/sch/i.html?_nkw=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}&_sop=15
|
||||
:gebraucht-kaufen: https://www.gebraucht-kaufen.de/f/search?query=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}
|
||||
:betterworldbooks: https://www.betterworldbooks.com/search/results?q=${1:$(replace-regexp-in-string " " "%20" yas-text)}%20${2:$(replace-regexp-in-string " " "%20" yas-text)}
|
||||
:Amazon: https://smile.amazon.de/s?k=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}&rh=n%3A186606
|
||||
:Buch7: https://www.buch7.de/suche?search=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}&bindings%5B%5D=Taschenbuch&bindings%5B%5D=Gebunden&bindings%5B%5D=Leinen+%28Buchleinen%29&bindings%5B%5D=Softcover-Buch&items_per_page=50
|
||||
:OpenLibrary: https://openlibrary.org/search?q=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}
|
||||
:BetterWorldBooks: https://www.betterworldbooks.com/search/results?q=${1:$(replace-regexp-in-string " " "%20" yas-text)}%20${2:$(replace-regexp-in-string " " "%20" yas-text)}
|
||||
:Gebraucht-Kaufen: https://www.gebraucht-kaufen.de/f/search?query=${1:$(replace-regexp-in-string " " "+" yas-text)}+${2:$(replace-regexp-in-string " " "+" yas-text)}
|
||||
:END:
|
Loading…
Reference in New Issue