diff --git a/.config/doom/snippets/org-mode/reading-list-audiobook-berlin b/.config/doom/snippets/org-mode/reading-list-audiobook-berlin new file mode 100644 index 0000000..449e3d3 --- /dev/null +++ b/.config/doom/snippets/org-mode/reading-list-audiobook-berlin @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Lib Berlin Audiobook +# key: Ba +# -- +READ Audiobook +CLOSED: +:PROPERTIES: +:LibBerlin: Audiobook +:END: \ No newline at end of file diff --git a/.config/doom/snippets/org-mode/reading-list-author b/.config/doom/snippets/org-mode/reading-list-author new file mode 100644 index 0000000..84f4f16 --- /dev/null +++ b/.config/doom/snippets/org-mode/reading-list-author @@ -0,0 +1,16 @@ +# -*- mode: snippet -*- +# name: Reading List Author +# key: Ba +# -- +Author: $1 +:PROPERTIES: +:Author: $1 +:LibErlangen: https://stadtbibliothek-recherche.erlangen.de/Mediensuche/Einfache-Suche?search=${1:$(replace-regexp-in-string " " "+" yas-text)}&top=y +:Medimops: https://www.medimops.de/produkte-C0/?searchparam=${1:$(replace-regexp-in-string " " "+" yas-text)} +:Ebay: https://www.ebay.de/sch/i.html?_nkw=${1:$(replace-regexp-in-string " " "+" yas-text)}&_sop=15 +:Amazon: https://smile.amazon.de/s?k=${1:$(replace-regexp-in-string " " "+" yas-text)}&rh=n%3A186606 +:Buch7: https://www.buch7.de/suche?search=${1:$(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)}% +:Gebraucht-Kaufen: https://www.gebraucht-kaufen.de/f/search?query=${1:$(replace-regexp-in-string " " "+" yas-text)} +:END: