diff options
author | mms <michal@sapka.me> | 2024-02-23 19:38:13 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-23 19:38:13 +0100 |
commit | 646ee33d41a68f3a30bc1ca3129f0bbc2fa909a0 (patch) | |
tree | e0476e635dc0be88223cd26aa6a033d0d2d4f059 /content-org/emacs.org | |
parent | 13189091e0eb0e9c40f8df87684586eb8cd9b0b1 (diff) |
feat: add img
Diffstat (limited to 'content-org/emacs.org')
-rw-r--r-- | content-org/emacs.org | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/content-org/emacs.org b/content-org/emacs.org index 8b3cc41..60046d2 100644 --- a/content-org/emacs.org +++ b/content-org/emacs.org @@ -565,7 +565,7 @@ Elfeed has a few packages expanding its functionality, but I found the default b [fn:5] [[https://d-s.sh/tags/notmuch][Posts tagged about notmuch]] [fn:6] my elisp-fu not good -** DONE Emacs Literate configuration of Elfeed +** DONE Emacs: Literate configuration of Elfeed CLOSED: [2023-06-02 Wed 23:00] :PROPERTIES: :EXPORT_FILE_NAME: elfeed-literate-config @@ -976,6 +976,7 @@ CLOSED: [2024-02-23 Fri 16:16] :EXPORT_FILE_NAME: watching-youtube-with-emacs :EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract Let's use YouTube from the comfort of Emacs :EXPORT_HUGO_MENU: :menu emacs-guides :name "Watching YouTube" +:EXPORT_HUGO_PAIRED_SHORTCODES: img-c :END: I may hate YouTube as a service, but I even I can't deny the quality of vlogs there. @@ -1000,6 +1001,11 @@ Run =yeetube-search=, type in whatever you want and press enter. A table with top results will show up. Now, select the one that interests you, run =yeetube-play=, wait a few seconds and mpv window will show. +#+attr_shortcode: "emacs-yeetube.png" +#+begin_img-c +Yeetube search for Emacs Elements +#+end_img-c + /Yeetube/ also supports downloading videos via =yt-dl= and saving videos for future reference. My full config, with evil keybindings looks like: @@ -1022,6 +1028,7 @@ My full config, with evil keybindings looks like: Note that this comes with no ads, and less tracking, but also less revenue to the creator. Being a patron is a good way to feel better about it. + [fn:yeetube] [[https://thanosapollo.org/post/yeetube/]["yeetube | Emacs Front-End for YouTube"]] blog post from the author [fn:mpv] [[https://mpv.io/][mpv official website]] |