Description
TL;DR – Too Long; Didn’t Read provides a small shortcut to mark an abstract.
Usage
Put the Shortcode [tldr] or [tl_dr] around an abstract written on the end of the post. You’re done.
Examples
Auto generated title:
[tldr] This is an abstract [/tldr]
Installation
Install Plugin via WordPress Install or upload the .zip file
FAQ
Is there any database usage with this plugin?
nope.
Can I change the Appeareance of the link an abstract?
Of course you can!
Using your own styles: Create a CSS file named ‘screen_custom.css’ in the ‘css/’ folder of the plugin. This will be taken as style file instead.
Alternatively you can overwrite single properties with your default stylesheet:
‘.tldr-section – The Wrapper for the .tldr-list’ ‘.tldr-list – UL which holds one LI with a link to the TL;DR-Section’ ‘.tldr-link – The link to the bottom, contains a span with a arrow pointing down’ ‘.tldr – DIV-Wrapper for the TL;DR section, usually bold text’ ‘.tldr-text – SPAN-Wrapper for the “TL;DR:” line before the text’
Reviews
There are no reviews for this plugin.
Contributors & Developers
“TL;DR – Too Long; Didn't Read” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “TL;DR – Too Long; Didn't Read” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- More documentation added
0.1.0
- First version.