]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - plugins/TinyMCE/js/plugins/linkautodetect/editor_plugin_src.js
TinyMCE: add Shane Tomlinson's linkautodetect plugin so typed URLs get linked for...
authorBrion Vibber <brion@pobox.com>
Wed, 11 Aug 2010 20:38:09 +0000 (13:38 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 11 Aug 2010 20:38:09 +0000 (13:38 -0700)
commitc19696afecd98f225181c8a8a368712954d6dbd4
tree17623eb19681368116d0bba075b09626872127b6
parent8bc1ab436ad4ebe370ca97a7fa27a3acb290dc68
TinyMCE: add Shane Tomlinson's linkautodetect plugin so typed URLs get linked for you, fitting expected user behavior better. (IE apparently already does this; plugin adds similar behavior for other browsers.)

Plugin source: http://sourceforge.net/tracker/?func=detail&aid=2770218&group_id=103281&atid=738747
Source JS compressed manually with jsmin.

Note: the link detection doesn't match StatusNet's internal link detection right now. URLs with funky chars, especially like Wikipedia style ones, will often not automatically catch. (But you should still be able to manually link them.)
plugins/TinyMCE/TinyMCEPlugin.php
plugins/TinyMCE/js/plugins/linkautodetect/changelog.txt [new file with mode: 0644]
plugins/TinyMCE/js/plugins/linkautodetect/editor_plugin.js [new file with mode: 0644]
plugins/TinyMCE/js/plugins/linkautodetect/editor_plugin_src.js [new file with mode: 0644]