elfeed
elfeed copied to clipboard
An Emacs web feeds client
Trying to get the rss working with gitlab. Testing on `gitlab.com` with a free account. Browse to: https://gitlab.com/dashboard/activity From there one can obtain the link to the rss feed. Mine...
Has anyone configured a Docker image based on this: http://babbagefiles.blogspot.com/2017/03/take-elfeed-everywhere-mobile-rss.html?m=1 I’m not looking for the file sync solution, just mount my elfeed db into a container with emacs configured as...
Bofore this commit, when displaying entries in 'elfeed-show-refresh--mail-style' a base URL would be inserted that was derived from the feed URL by removing any URL path and query parameters. However,...
Hi there Probably this is trivial, but how can I handle very long entry titles? Is there a way to make elfeed to show two text lines per entry? thanks!
## What - Previously - The initial query was hard-coded to `@3-days-ago` - Now - Set initial query to load entries in elfeed-web via url query parameter, i.e `?q=` ##...
Hi :) I've been happily using Elfeed as my feed reader for years, but now that I'm exploring Gemini capsules as well I was thinking of raising a PR to...
Elfeed Tube adds better youtube feed support to Elfeed, including fetching video transcripts and media player integration.
Add an extension point `elfeed-search-next-entry` and call it instead of the hard-coded `forward-line` after performing an action such as tagging/untagging. Instead of always moving forward, move back if it looks...
When I read some great articles, I really want to save them into my org files. And since we already have a database, so can we add this feature into...
Dear Chris: I am in the process of learning Elisp and have thought to implement a content tweaking function to be able to read Dilbert's rss in elfeed. I would...