Jump to content

CKeditor developers?


opentype

Recommended Posts

  • 4 weeks later...

You can write a Suite plugin that extends the text parser class to add more oembed and other embeddable media checks.

That could work as well. So I modify my request:

I am willing to pay for a custom 4.0 plugin that recreated my custom 3.4 Media Tag. It recognizes this link structure:

http://www.myfonts.com/fonts/{1}/{2}/{3}/?meta=/{4}/{5}/{6}

And creates this HTML output in the editor:

<div class="specimen">
<img src="http://apicdn.myfonts.net/v1/fontsample?idtype=styleid&width=1400&bg=eeeeee&border=16&behaviour=resize&id=$4&text=$5" alt="$6" title="$6" class="myfontssample"></a><br>
<img class="myfontsdesc" src="http://apicdn.myfonts.net/v1/fontsample?idtype=styleid&width=1400&bg=eeeeee&id=235959&border=4&size=40&text=$6" alt="$6" title="$6">
<br /><a href="http://www.myfonts.com/fonts/$1/$2/">download at MyFonts</a></div>

 

Link to comment
Share on other sites

It shouldn't be too difficult to write your own CKEditor plugin by modifying their sample abbreviation plugin. I'm not a javascript developer, myself, but this looks fairly easy to follow:

​Yeah, I already looked at that, but there is still a lot to learn and it could mean countless hours of trial and error. I also found, that you can very easily break the whole editor with tiny mistakes in one plugin. 

I would much rather avoid all that and pay a professional for a robust and hassle-free solution. 

(Or have IPS bring back what they made possible in 3.4)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...