Pasting externally created source code does not work properly - ckeditor

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.

Related

CKEditor with XPages showing only 1 line of HTML / DXL code

I am not a web developer but have to keep running an existing XPages application which currently has the problem, that CKEditor displays only 1 row with HTML / DXL data. This issue may have to do with an updated version of Domino (and CKEditor) ...I cannot find the solution, tried to override the existing config.js file with no success. Would be great if the community could give me a hint where to start fixing ! Thank you !
A standard simple XPage containing a richtext control displays ok, my issue must be hidden somewhere in a self-developed plugin.

Cannot Edit the Code ~Cannot see Codes in Cloud9

Greeting All,
I have been working with Cloud9 recently. However, today I was not able to see content (code) of a file. I click on the file but nothing appear. No code appears to me.
I would appreciate if you provide me with a solution.
Thanks,
Salman

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.

Adding code snippets to a blog post in Lemoon

Does anyone have experience with adding formatted code snippets to a blog post using Lemoon? I have been using Syntax Highlighter in other systems and like it fine, but I'm wondering first if there's a built in solution in Lemoon. I noticed that the system uses codemirror for HTML view for editing content and wondered if that might also be used for formatting code snippets. Thanks.
Lemoon has a built in code EDITOR that uses codemirror. Just decorate your field appropriately as described here. This applies only to the administrative section of Lemoon.
You could use this field type to write your markup and snippets, but I guess you are looking for a better way to insert code snippets in your blog posts.
It is possible to configure the standard Lemoon HTML editor (TinyMce 3.x) to use a plugin that enables you to insert code snippets. https://github.com/RichGuk/syntaxhl looks promising (haven’t tried it though). You will find the TinyMce config files in the app_data\settings folder.
Another alternative is to switch to the HTML source and manually add the pre or code elements as needed.
As for presenting the snippets on your site, you could use codemirror (configured as read-only) or perhaps you are better off sticking with SyntaxHighlighter. In any way, you have to include the appropriate JavaScript files and handle the initialization yourself.

whick one is better fkeditor or ckeditor?

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.

Resources