aboutsummaryrefslogtreecommitdiff
path: root/lib/plain_exporter.rb
Commit message (Collapse)AuthorAgeFilesLines
* exporter: Avoid trailing dots on bare-bone itemsMiquel Sabaté Solà2025-08-081-0/+3
| | | | | | | | Some items are going to be really empty: just the title and the author; no year, no notes, etc. In these cases the exporter still tried to add this missing information. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* lib: Introduce the PlainExporterMiquel Sabaté Solà2025-07-011-0/+42
This class exports things into plain text. It follows a close format to that of the one for UOC, but without any formatting. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>