summary refs log tree commit diff stats
path: root/draco.pl
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.2.0, load comments hidden under "load more comments"Andinus2020-11-231-13/+111
| | | | | | | | | This version makes the script lot more complex. This version will load all those comments hidden behind "load more comments". But not those hidden behind "continue this thread". Starting this release we have a News section.
* Add "[S]" after submitter's commentsAndinus2020-11-201-1/+3
|
* Add debug option, bump version to v0.1.3 v0.1.3Andinus2020-11-201-3/+6
|
* Include the archive date in propertiesAndinus2020-11-191-0/+2
|
* Bump version to v0.1.2 v0.1.2Andinus2020-11-191-1/+1
|
* Link the post title to urlAndinus2020-11-191-4/+3
|
* Add date to the documentAndinus2020-11-191-0/+7
|
* Add option to print version, bump version to v0.1.1Andinus2020-11-191-3/+12
|
* Switch to Unicode::LineBreak from Text::WrapperAndinus2020-11-191-5/+8
| | | | Unicode::LineBreak seems better.
* Wrap text at 72 characters & put a space before each lineAndinus2020-11-191-2/+16
| | | | | | Space before each line was done because some text may contain `*' at the start of line which confuses Org & it presents that as a new heading. Inserting a space before every new line fixes this.
* Initial commitAndinus2020-11-191-0/+81