1
0
Fork 0

Add links to elfeed extensions

This commit is contained in:
Bram Schoenmakers 2024-08-04 09:10:09 +02:00
parent e0743061b0
commit 3c6224359f
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
2 changed files with 9 additions and 7 deletions

View file

@ -64,7 +64,7 @@ The following table shows the customizable settings for /elfeed-export/:
Which fields are exported can be configured with the ~elfeed-export-fields~ variable. You may want to remove certain fields from the default, or add new fields. The variable is an alist, each element has a symbol in the car for the column name, and a function in the cdr to retrieve a value.
Some elfeed extensions supplement the elfeed index with their data, such as elfeed-score. To add a field to the export which shows the score per entry, add the following in your configuration file:
Some elfeed extensions supplement the elfeed index with their data, such as [[https://github.com/sp1ff/elfeed-score][elfeed-score]]. To add a field to the export which shows the score per entry, add the following in your configuration file:
#+begin_src elisp
(add-to-list 'elfeed-export-fields
@ -72,7 +72,7 @@ Some elfeed extensions supplement the elfeed index with their data, such as elfe
t)
#+end_src
Likewise, if you use elfeed-annotate, you can export annotations as follows:
Likewise, if you use [[https://github.com/rnadler/elfeed-curate][elfeed-curate]], you can export annotations as follows:
#+begin_src elisp
(add-to-list 'elfeed-export-fields

View file

@ -86,15 +86,17 @@ element has a symbol in the car for the column name, and a function in
the cdr to retrieve a value.
Some elfeed extensions supplement the elfeed index with their data,
such as elfeed-score. To add a field to the export which shows the
score per entry, add the following in your configuration file:
such as elfeed-score (https://github.com/sp1ff/elfeed-score). To add a
field to the export which shows the score per entry, add the following
in your configuration file:
(add-to-list 'elfeed-export-fields
'(score . elfeed-score-scoring-get-score-from-entry)
t)
Likewise, if you use elfeed-annotate, you can export annotations as
follows:
Likewise, if you use elfeed-curate
(https://github.com/rnadler/elfeed-curate), you can export annotations
as follows:
(add-to-list 'elfeed-export-fields
'(annotation . elfeed-curate-get-entry-annotation)
@ -128,7 +130,7 @@ Node: Introduction357
Node: Installation865
Node: Configuration1270
Node: Customize export fields2004
Node: Customize entry filters3020
Node: Customize entry filters3101

End Tag Table