ckeditor plugin for custom links / tags -



ckeditor plugin for custom links / tags -

i'm using ckeditor 3.6 , find myself in need of writing simple plugin. need button works much format buttons (bold, italic, etc.) except turn this:

selectedword

not into, say,

<b>selectedword</b>

but into:

<a href="http://www.mywiki.tld/wiki/selectedword">selectedword</a>

i've tried looking various plugins come ckeditor, quite frankly, more confusing helpful. i've read tutorials, know basics of writing plugin, eludes me functionality itself.

you going have hack ckeditor code base, allow me tell hacking around ckeditor not difficult. also, there versions of older fckeditor floating around. compare 2 , see 1 easier hack mod. have had utilize older version creating pinholes against coldfusion utilize file upload segment of tool. , in case function against domain cookies, because of security issues regular cookies. fckeditor , ckeditor has never been clear install me base of operations product. hope helpful.

plugins ckeditor

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -