Problems with plugin Codesnippet ckeditor Textarea - ckeditor

I'm using Ckeditor version 4.5
I want to use pulgin Codesnippet with Textarea. But it does not show well.
I used to tag Div, everything is normal:
Please help me use textarea

Have you looked at the official demo http://sdk.ckeditor.com/samples/codesnippet.html. There is also a sample code at the bottom page, you can try to use it. You may also look into the dev console for any errors.

Related

Pasting externally created source code does not work properly

Sorry if the grammar is wrong as I am using a machine translation.
I can't get the externally created source code to work when pasted into the source tab.
https://ckeditor.com/docs/ckeditor5/latest/features/source-editing.html
I would like to use the Editor in the Demo on the above page, what plugin should I use?
The Editor on this page works fine.
I used CKEditor 5 online builder and enabled all features except Premium, but it was not the same as the Demo.
Thank you in advance for your help.

Is it possible to take a screenshot/PDF of part of the page? for ex. a particular div?

I tried to use Phantomjs for taking screenshots of my SPA. As per my requirement, i should be able to take screenshot of part of the page rather than whole page. The png/image works fine with phantom but the PDF is not working. I'm trying to see if it's possible to do a part of the page(not the whole page) as PDF export with Puppeteer. I checked their documentation but nowhere it was mentioned.
Has anybody tried to achieve the same with puppeteer?
Thanks
As far as I am aware, you can take screenshots of specific parts of the screen using the clip options for the screenshot method. You can read about it in the docs here.
It's not possible to do the same with the pdf method. The relevant docs are here.

ace x markdown editor not working for joomla 3.2? alternatives?

So I installed the ace x markdown editor plugin for joomla 3.2 because it has a nice feature to insert code snippets in stackoverflow style. So I really need that.
I tried this extension, but it seems to not work. Is there an alternative?
But: There is no documentation, it seems I just have to enable it and hope it works. But it just happens nothing, the normal editor shows up:
No errors, but old editor:
the plugins are installed:
The plugin is supposed to look like this:
The second step you have to do is going to: Global configuration area and select the new editor, then if you save your changes and the old editor still appearing, it could be because your profile has the older one selected... in this case you have to go to your user details page and select the new editor or put into default.

How to add code in tinymce

I'm trying to write a tinyMce plugin to add and also separate code from text like this website , actually to show code in a simple box
how can I do that ?
You may use the code plugin. Just add code to your tinymce button list.

ckEditor 4.1 - How do I remove inline tooltip

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.

Resources