This package allows you to browse reddit in org-mode.
As reddit no longer provides free APIs, this package may stop working in the near future.
MELPA
Spacemacs layer:
https://github.com/thanhvg/spacemacs-eos
There are three buffers which are on org-mode. They show links and elisp
commands which will run when you enter/click (org-open-at-point
) on them. By
default org-mode will ask you for confirmation. You can disable it:
(setq org-confirm-elisp-link-function nil)
Or change it to ‘y-or-n-p’ if you want to confirm with a single keystroke rather than having to type “yes”.
*reddigg-main*
: show your subreddit list, enter on them will fetch the
subreddit posts and show them on *reddigg*
. On *reddigg*
when you enter on a
post will fetch the comments and show them on *reddigg-comments*
buffer.
reddigg-subs
: list of subreddits you want to show on *reddigg-main*
reddigg-view-main
: show your subreddit list in *reddigg-main*
, r/all
and
r/popular
are included.
reddigg-view-sub
: prompt for a subreddits and show it,
reddigg-view-frontpage
: view frontpage
reddigg-view-comments
: prompt for a post (eg:
r/emacs/comments/lfww57/weekly_tipstricketc_thread/
or
https://www.reddit.com/r/emacs/comments/lfww57/weekly_tipstricketc_thread/
) and
show it.
This mode only lets you view reddit. For a complete interaction with reddit check out https://github.com/ahungry/md4rd.