Open qingshuizheng opened 1 year ago
Could we have an option to enable one caption per line? I find it much more readdable (for me) to use caption one by one instead of putting them together.
@qingshuizheng Instead of defining a bunch of caption styles in elfeed-tube-caption-style
, I can turn the display code into a function that can be replaced with a user-defined one. Then you can plug in whatever display style you would like in its place.
How does that sound?
That’d be perfect. No hurries, do it when you have time. On Feb 22, 2023, 15:42 +0800, karthink @.***>, wrote:
Could we have an option to enable one caption per line? I find it much more readdable (for me) to use caption one by one instead of putting them together. @qingshuizheng Instead of defining a bunch of caption styles in elfeed-tube-caption-style, I can turn the display code into a function that can be replaced with a user-defined one. Then you can plug in whatever display style you would like in its place. How does that sound? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
https://github.com/karthink/elfeed-tube/blob/18d89f19203423b9e2df59a556c1240746903d8f/elfeed-tube.el#L682-L694
Hi @karthink , it is a great package to have!
Could we have an option to enable one caption per line? I find it much more readdable (for me) to use caption one by one instead of putting them together. Maybe something like
elfeed-tube-one-caption-per-line
, orelfeed-tube-caption-style
with options:I tweak it with `elfeed-tube-one-caption-per-line' as starting point:
And change the quoted code with:
(I believe this "\n" should be put together with `vspace', but this is only a rough demostration. :-))
Result:
Additional: maybe add a timestamp before each caption line?
Appreciate that if we could have all this options 😄 Zheng