summaryrefslogtreecommitdiff
path: root/plugins/hide_blockquote/hide_blockquote.js
AgeCommit message (Collapse)Author
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2012-05-24Fixes for IE: better background for Hide/Show button, fixed invisible button ↵Aleksander Machniak
in IE8
2012-05-23hide_blockquote - a new plugin for hiding citation blocksAleksander Machniak