I was looking to upgrade to CKEDITOR 5, but I was going through the documentation and did not see any support for content templates. I wanted to see if I was just missing something and if there is any support for this kind of feature in ckeditor5 or if I would need to stick with ckeditor4 for this feature?
Example:
Thanks!
Maybe not! Sad! I checked in CKEDitor5. There is no information.
Related
Just starting to use vuetify - really good stuff.
How can I wire up an HTML editor like quilljs.
I saw this post here; https://github.com/vuetifyjs/vuetify/issues/3550
Ideally.. I would like to use them both in codepen so I can get a designer to work on some bits and piece.
suggestions?
I created an editor for Vuetify based on Tiptap: https://github.com/iliyaZelenko/tiptap-vuetify
It is planned to make it as flexible as possible and develop many plugins for it.
You can support by giving a star to motivate me to develop.
The behavior of the tooltip in the inline editor is so annoying while typing or moving cursor around. : How do I remove it or change the its behavior?
I want to show the image but have not enough reputation. :) http://ckeditor.com/forums/CKEditor/How-do-I-remove-the-inline-editor-tooltip
This issue will be resolved in CKEditor 4.2. You can use proposed solution if you wish to have it immediately or just wait a couple of weeks for stable 4.2.
apparently the ckeditor team didn't think this was important or easily achievable:
http://dev.ckeditor.com/ticket/9896
Don't give up, i think if you find the right element within the CKEDITOR iframe, you could disable it using JQuery.
You could always give it a go:
How to disable tooltip in the browser with jQuery?
Besides that it's not more than a title attribute to the editor.
Is it possible to disable all skins in Oracle Webcenter Portal?
I get about 300kb of css as default. I don't want to use any of the default css since I'd like to write my own css.
I've tried to extend the "empty" skin without success.
Also I've tried to extend a non existing skin with the result just getting the default skin anyway.
I'm looking for a way to disable all skins, and use a css in the Web content folder instead.
Any ideas?
I would suggest creating a custom skin where you override the ADF component selectors as well. That should help you start with an "empty" looking skin.
I don't think you can disable the basic skins that come with ADF itself. You'll probably need to look at other caching strategies as described by the stack.
HTH
The minimum thing you can start with is extending from the Simple skin which is very small skin
As far as I know there is no way to get rid of all stying. The CSS is also used for standard WebCenter Portal components, such as the Administration Console and the page editing functionality.
i am running through a problem to choose either fkeditor or ckeditor which one is better than the other in my project. and how can i get the tutorial regarding customization of any one of these editor in php.
Can you name some websites where i could get the help thanks.
CKEditor is formerly known as FCKEditor (the creator was unaware that FCKEditor didn't sound very... professional) - so you'll want CKEditor.
The CKEditor website has a wealth of information - check out the User Guide, Tutorials and How Tos. Also, when you have downloaded the CKEditor file, you'll find some example code in ckeditor/_samples/php which should help.
How can I implement Gmail-style spellcheck for CKeditor field? Are there any open source or free plugins for this?
Don't know if there are any plug-ins for it, if there are google will find them for you I think..
I do know that TinyMCE WYSIWYG editor supports spellcheck.