GithubHelp home page GithubHelp logo

isabella232 / ckeditor4-docs-samples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckeditor/ckeditor4-docs-samples

0.0 0.0 0.0 131 KB

Code samples for the official CKEditor 4 documentation (https://ckeditor.com/docs/ckeditor4/)

License: Other

JavaScript 44.07% CSS 6.72% HTML 49.21%

ckeditor4-docs-samples's Introduction

Code samples for CKEditor 4 documentation

This repository contains ready-to-use code samples created for the CKEditor 4 documentation and website.

In order to see a sample in action, copy its source to the CKEditor plugins directory.

  1. Download a CKEditor package. Note that for development purposes it is recommended to download the source version. You can do this by downloading your own CKEditor build (note the sample's requirements) and checking the "Source (Big N’Slow)" option at the bottom. You can also clone the CKEditor development repository and proceed from there.

  2. Copy the plugin directory which you can find in every sample to the plugins directory in the installed CKEditor package.

For example:

# Clone the CKEditor development repository and this repository with samples.
git clone https://github.com/ckeditor/ckeditor4.git
git clone https://github.com/ckeditor/ckeditor4-docs-samples.git

# Checkout the latest stable branch (equals to latest release available on https://ckeditor.com/ckeditor-4/download/).
cd ckeditor4
git co stable
cd ..

# Enter one of samples directory.
cd ckeditor4-docs-samples/tutorial-simplebox-1/

# Copy plugin directory to CKEditor directory.
cp -R simplebox/ ../../ckeditor4/plugins/

Now open the plugin sample in your browser. The URL will look like:

http://<your-host>/<ckeditor-package-path>/plugins/simplebox/samples/simplebox.html

For example:
http://localhost/ckeditor4/plugins/simplebox/samples/simplebox.html

License

For license details see: LICENSE.md.

ckeditor4-docs-samples's People

Contributors

annatomanek avatar comandeer avatar dumluregn avatar f1ames avatar jacekbogdanski avatar oleq avatar reinmar avatar sculpt0r avatar wwalc avatar zaak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.