Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I format the elfeed-search screen to include the date and tags of the articles/posts #523

Open
00krishna opened this issue Jul 28, 2024 · 1 comment

Comments

@00krishna
Copy link

I am using Spacemacs with elfeed, and it is great. I am getting most of everything that I need. However, one issue that I am having some trouble with is formatting.

When I look at some older pictures of elfeed, I see that users could look at the date of posts in the search screen. Here is an image from the README of this repo, to show what I am talking about.

kxgF5AH

However, my current Spacemacs configuration looks like this. I believe the layout of the search screen is defined in the Spacemacs layer, so I am not sure where it is defined.
I would like to add the date to this picture below, while still keeping the tags, titles, and feed names.

Selection_004

I did not see which functions of variables are responsible for changing the search screen layout columns in the README docs. I would appreciate it if someone could let me know an example of how to do this kind of change. Thank you.

@88-percent
Copy link

88-percent commented Aug 22, 2024

Looks like this behavior is caused by the package elfeed-goodies Spacemacs includes with its elfeed layer.

I've found 2 ways to get the dates to display:

  1. disable elfeed-goodies
    in your dotspacemacs-configuration-layers add the following elisp
     (elfeed :variables
             ...
             elfeed-enable-goodies nil)

This will get you a display like that in your screenshot, but you'll lose some of the extras, like the split pane view.

  1. use this crazy bit of lisp to hack the date into elfeed-goodies

It works, but I've been having stability issues with it. I think it needs an eval-after-load but I haven't been able to figure out just how to set it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants