Add custom plugin mention to tinyMCE in joomla 2.5 - javascript

I want to extend tinyMCE to add a custom plugin mention.
Its very straight forward to add it on standalone page. But I'm struggling to add the same into joomla site for the tinyMCE.
This is the link, to which I'm referring.
https://github.com/CogniStreamer/tinyMCE-mention
mention plugin is added to the plugins folder for tinyMCE.
So where and how do I add the source code for mention to tinyMCE?
Hoping for your quick response!

Either install your created plugin using extension manager or add your plugin in plugins->editors-xtd. Also don't forget to enable the plugin.

Related

WP Custom CSS & JS still works after uninstall

I used plugin simple CSS & JS on wp, it doubled script tag on page. Now if I make a change on editor it doesn't work because 2nd version(duplicate) form 1 day ago overrides it. How to get rid of this duplicate? Any way to clear all cache and data after this plugin?
Reinstall/uninstall plugin didn't work.

Chrome plugin edits the page

I have a problem, I want to write a plugin that will edit the page and I can write a plugin, but I don't know how to make a plugin that will edit the page (javascript)
Why reinvent the wheel, just use an extension that injects code.
For example: https://chrome.google.com/webstore/detail/page-manipulator/mdhellggnoabbnnchkeniomkpghbekko?hl=en

CKEDITOR : Wiris plugin Causing Issue

I'm using Wiris plugin for handling math Equations and all.
The official site of the WIRIS plugin is given below.
Wiris plugin page for CKEditor
Wiris plugin ckeditor Demo
** Problem:**
Whenever I'm using the wiris plugin it replaces the whole content(Because It needs to convert all MathML equation to IMG tag with SVG-base64 Image).
I'm using a lot of custom plugins which depends on event's that made in the document like click,keydown,keyup.
I try to found the solution but I can't.Can anyone please help me with this.

Using Emojione with tinymce

I want to integrate EmojiOne emojis in TinyMCE editor as a TinyMCE plugin.
EmojiOne has javascript plugin called EmojiOne-Area. But I am not sure about how it could be used in TinyMCE editor.
Any idea about how the plugin could be integrated with TinyMCE?
(Replace default TinyMCE emoticons plugin with EmojiOne-Area)
You would have to create your own plugin for this. You can look at how the standard emoticons plugin is built and adjust that as needed to do what you need with that 3rd party product.

CKEditor - Custom word or phrase insertion function

I am using CKEditor so the user can easily enter texts. He also has to enter variables/tags that will be filled by the system afterwards like {foo}. To prevent error reports caused by minor typos I want to provide a dropdown list to insert those in the text. How can I achieve this?
I found a promising Plugin named StrInsert but it's not supported by newer CKEditor versions doess nor does it look well maintained. Any other known plugins?
I ended up using the placeholder plugin as described here. I just use the placeholder format [[foo]] instead or the original one. If you are using the nuget package like me you have to download the following plugins and copy them into the plugins folder: placeholder, widget and lineutils. The add the plugin to your CKEditor config: extraPlugins: 'placeholder'
Edit1:
You can also use this custom plugin

Categories

Resources