Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 760 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 760 Bytes

Example CKEditor Setups

This folder contains all the necessary code to run some of the CKEditor setups mentioned in the Example CKEditor Setups article. All samples load CKEditor from the official CDN so no additional download of any CKEditor package is required.

Running examples

  1. Clone this repository with samples.

     git clone https://github.com/ckeditor/ckeditor-docs-samples.git
    
  2. Open editors/example-setup/index.html in your browser.

Not familiar with Git?

  1. Go to the file you want to download.
  2. Click it to view the contents within the GitHub UI.
  3. In the top right, right click the Raw button.
  4. Save as...