aboutsummaryrefslogtreecommitdiffstats
path: root/avandu.el
Commit message (Collapse)AuthorAgeFilesLines
* Add   as replaceable entityGravatar Tom Willemsen2012-07-271-1/+2
| | | | Replace it with ` '.
* Pass-off cleaning up of text to separate functionGravatar Tom Willemsen2012-07-271-11/+50
| | | | | | | | | | | * avandu.el (avandu-entity-replacement-alist): An alist that keeps track which titled entities should be replaced by which character. (avandu-clean-text): New function. (avandu--insert-article-excerpt): Don't run endless chains of `replace-regexp-in-string', leave (almost) all cleanup to `avandu-clean-text'. Don't print an excerpt if it is empty.
* Add excerpt to articlesGravatar Tom Willemsen2012-07-261-6/+28
| | | | | | | | | | | | | | | * avandu.el (avandu-overview-excerpt): New face. (avandu--insert-feed-title): Replace `newline' with `insert-char' to prevent newlines from continuing indentation. (avandu--insert-article-title): Replace `newline' with `insert-char'. (avandu--insert-article-excerpt): New function. (avandu-list): Ask tt-rss to send along an excerpt of each article and print this excerpt after the article's title.
* Add/improve docstringsGravatar Tom Willemsen2012-07-261-8/+54
|
* Initial commitGravatar Tom Willemsen2012-07-251-0/+307