Answer the question
In order to leave comments, you need to log in
How to connect CKEditor to meteor?
Good evening! We chose CKEditor because of its modularity and convenience. However, there was a problem connecting it to the meteor app.
When connected, he tries to pull a bunch of other files with him, which is not good, of course.
Actually, the subject is in the title :)
Answer the question
In order to leave comments, you need to log in
Folders in CKEditor folder
adapters
lang
plugins
skins
ckeditor.js
config.js
contents.css
styles.js Include
files
<head>
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
<script type="text/javascript" src="/ckeditor/adapters/jquery.js"></script>
</head>
<template name="yourTemplate">
<textarea id="content" name="content"></textarea>
</template>
Template.yourTemplate.rendered = function() {
$('#content').ckeditor();
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question