How to use CKEditor plugin in Outsystems? - ckeditor

I need to use CKEditor in one of my applications. I have used CKEditor plugin in outsystems. but not working.. can anyone tell how to install the ckeditor on the outsystems web.

For OutSystems-related questions I'd advise you to go over to the OutSystems forums. You'll get an answer a lot quicker there! (Also, you need to provide more information, "not working" is really too little to go by in order to get help!)

You you install the ckeditor you have a espace template to explain how it works

Related

How to install hotjar tracking to Yootheme Warp?

How to add the HotJar tracking code to YooTemplates?
Although it's no longer a question for me, i thought maybe this could be of some help to others.
So, the recommended by hotjar documentation ''index.php file'' is not the appropriate file for adding the hotjar tracking code. Instead, i installed the code at
template/layouts/theme.php
screenshot just before the '''' tag at the end of the file
I am not a programmer so maybe someone else has a better solution to suggest to help the community. So far it has worked fine for me for years.
Chears
I guess you can even load it in a custom html module in the 'footer' position. Please try and let me know if it works. Then the community will have a second method to do it ;)

What IDE to use to start contributing code for CKEditor?

It's my first question here on stackoverflow so please be easy on me.
I've been trying to set up the source for CKEditor so I can start contributing to this editor. I have followed this link: http://docs.ckeditor.com/#!/guide/dev_contributing_code but I got stuck on step 4 as I haven't got the following file: bender.js. I also need something called gruntfile for step 5. Do you know where I can get them from as when I fork https://github.com/ckeditor/ckeditor-dev, the following project does not come with them. Also, what IDE do I need to use to develop code? Sorry, for this question as it might seem a bit stupid but I come from the Java background and Node.js is really new to me, therefore I'm struggling a bit here.
Thanks for any help
There are no requirements regarding IDE, at the end it's all just text.
Regarding your problems: Make sure you're forking ckeditor-dev, and not ckeditor-releases repository. Only dev repository contains all the helpers like gruntfile.
The gruntfile is there so if you cloned CKEditor repository, you must have it.
Then all you need to do is follow up the instructions of CKEditor contribution guide closesly, and you're good to go!

How to add placeholder images from Imageholdr?

I am a new developer and i searched for tools that i can use to design websites more efficient, and i came across http://imageholdr.com, anyone used it before? They say that i can add pictures easy on my website without downloading them or so.
I tried to use http://imageholdr.com/500x500 and it worked on my website, but i want to use category and it doesn't work i don't know why can anyone help me setup this? The site instructions are that i must use
http:// imageholdr.com/500x500/category/cars/ but it doesn't work. Any solution? thanks
You misread the instructions. The correct url is just http://imageholdr.com/500x500/cars/.

Can mathjax integrate with ckeditor?

I want to integrate mathjax with the ckeditor, is this possible? if yes, please help me out. I searched in internet but i didn't found anything helpful.
please do the needful, thanks in advance.
This question is a bit dated but ran across a great coeditor sample integrating mathjax and coeditor: https://github.com/ckeditor/ckeditor-dev/tree/master/plugins/mathjax. Sample includes plugin implementation. Simple and basic but a great starting point.
It integrates quite well with CKEditor 4.3 see here
Install the Mathematical Formulas CKEditor plugin and be sure to set your path to the MathJax library. config.mathJaxLib = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML'; as per their instructions.
The plugin is here
Also note that you need the Widget, Line Utilities, Dialog, Clipboard plugins in your editor for the MathJax to work.
after researching in the internet and with some examples and experiments, finally found that mathjax cannot be integrated inside the ck editor.

BlogEngine.Net Code Formatting Extension that works?

For months now I've been trying to find a code syntax formatting extension that works for BlogEngine.Net. I'm not fond of the behavior of the default formatting extension, and have tried a couple of others (manoli is among them), but they always seem to interact badly with the TinyMCE editor. Does anyone know of an extension that works, or a different approach that will allow me to make code samples pretty on my blog without hacking the crap out of the HTML myself?
Thanks.
I would try using Windows Live Writer along w/ the Paste From Visual Studio plugin. One you go WLW, you'll never go back to that damn TinyMCE interface.
WLW here:
http://get.live.com/writer/overview
Plugin here:
http://gallery.live.com/liveItemDetail.aspx?li=d8835a5e-28da-4242-82eb-e1a006b083b9&l=8
Thanks, Rafe. Thanks to this post that Hanselman put up the day after I asked the question, I downloaded WLW and am now using it. As far as getting prettily formatted code, I'm using cut-and-paste from a little tool developed and available on manoli.net.
Check out SyntaxHighlighter.. Works excellent. For easy integration into BlogEngine have a look at my blog post.

Resources