I use tinymce editor version 4.0.5.i want to use Math/Graph Plugins in updated tinymce when I add math plugin in new version of tinymce its not working and give the error plugin.min.js not found .How can i convert plugins file into plugin.min.js or any other solution.
to convert the plugin to version 4, have a look at :
http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x
I have developed few plugins for TinyMCE 4 to work with Math Font/symbols, Math Graphs and Charts.
Please take a look at my projects:
Math Font/Symbols: https://github.com/Axel186/mathsymbols-tinymce-plugin
Math Graphs: https://github.com/Axel186/graphs-tinymce-plugin
Math Charts: https://github.com/Axel186/charts-tinymce-plugin
Feel free to ask me questions.
Related
I am new in Typo3. I want to make slider dynamic in my Typo3 setup. The current version installed is 9.5.3. It will be better if I could get all the sections that is mentioned in this article http://www.typo3manual.com/typo3-version-8/52-content-elements/17-slider/. You can also see the screenshot attached. But I think the article was for version 8 and mine is 9.5. Is there any way that I could get all sections that is mentioned in screenshot?
These content elements are part of the "T3Kit" website starter kit (basically just an extension). You can find a great tutorial here: http://www.typo3manual.com/typo3-version-8/52-content-elements/ , or on their official website: http://www.t3kit.com/
There are many slider extension available. You can install it and can override its template.
https://extensions.typo3.org/extension/owl_slider/
We got a new version of TinyMCE. And this is the 5th version. And I want to integrate elFinder 2 in that. But I don't know how. Would you help?
I've researched documentation of version 5 of TinyMCE and didn't find any data which helps me. But I got this code for the integration of elFinder which help in the half of this target.
Here is my find code for open elFinder:
file_picker_callback: {
function (callback, value, meta) {
tinymce.activeEditor.windowManager.openUrl({
title: "elFinder",
url: "/admin/js/elfinder/elfinder.html",
});
}
}
I expect that the dbclick event will put data of image which get this event in the window of the inserting image in the editor.
The TinyMCE APIs for UI elements have changed in TinyMCE 5 so code for TinyMCE 4 won't work in TinyMCE 5.
I would ask the folks that created elFinder if they have working code for TinyMCE 5. TinyMCE 5 was released in February so it is relatively new and elFinder may not have updated their examples just yet.
And I'm posting the solution which I found.
You need to open the link official guide of elFinder
And find the next link for the plugin "tinymceElfinder"
on the image link to the plugin
But if you will not find this link I publish the link.
Here you are the magic link click to find the magic plugin for fans of TinyMCE 5
I want to customize the RTE in CQ. I will input some complex medical terminologies to the CRX through scaffolding. Whenever author writes an article they should be able to autocomplete these terminologies. I see that there is a Jquery plugging for autocomplete but how do I include this in my CQ RTE.
Thanks
Not sure on the previous versions of CQ but CQ 5.6 + uses Extjs 3.4.0 which provides ext js htmleditor may be you can try using that. There is very less documentation on creating custom plugins for autocomplete in RichTextEditor. Also not sure but I think you might not be able to use the jquery plugins for RTE since they are integrated for ext js plugins only. Here is the reference for html editor for extjs 3.4.0 http://docs.sencha.com/extjs/3.4.0/#!/api/Ext.form.HtmlEditor . Hope this helps.
I have successfully installed a plugin called "Plotalot", which draws flashcharts, on my Joomla! 1.7.
I have unfortunately installed the free version of it because I want to be sure it's useful, and the free version comes with the component-tool only and not with the plugin (It's cheap, but I hate purchasing stuff that's not worth using).
With the component-tool on the backend site I'm able to create new charts, edit existing charts and I'm also capable of seeing a demonstration of the chart that I just made on the backend site.
But, when I try to see the chart on the frontend site, I only see the tags which I wrote in an Article and no chart. In this case: {plotalot id="1"}
I've been in touch with this customer support guy on this matter, and all he can say is that it should be a chart when i write {plotalot id="1"} if there's a chart with the ID=1. Which it does
Does anyone have any experience on how plugins or component-tools in Joomla! 1.7 works and how they can be displayed in an Article?
I would very much appreciate if someone can help me :)
Kind regards, Steve-O
I'm also a Plotalot user. Your question does not make sense. If you installed the free version, you did not install a plugin, you installed a component. Plotalot does not draw flash charts, it draws Google charts. If you want a chart in an article, buy the plugin. And read the user guide, it explains all of this very clearly.
you have to use some tags in the article in which you want to display the charts.The tags will be explained in the documentation of the plug in
eg:we use {flashchart data="50,60,70,80,90,60|109,120,100,130,140,100"} sample01{/flashchart}
to display flash chart.
I have been using tinyMCE over dojo dijit.editor because tinyMCE wins out on functionality. Though I've just come across this: http://phphtmledit.com/dojo/ShowEditor.php?gclid=CPizxJzR3qQCFQpBbgodFidd9A
which, if I'm reading it correctly, claims to be a dojo editor but has all the functionality of tinyMCE.
So my question: are there more dijit.editor plugins out there? So far I've found these: http://docs.dojocampus.org/dojox/editor/plugins
http://docs.dojocampus.org/dijit/_editor/plugins
In particular, is there an image inserter plugin for dijit.editor?
There is an image uploading / inserting plugin - dojox.editor.plugins.UploadImage
The demo behind your link looks like a demo of the http://cutesoft.net/ WYSIWYG editor. (Found the link in the HTML source) You can always mail cutesoft and ask them if they build their editor on top of dojo...
As far as I know all the editor stuff in dojo is documented behind the links you already found and you can of course always write your own plugin.