You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shikha Nansi 794e877d56 Fix spaces after admonitions, add appropraite admonition wherever necessary 7 years ago
_data removed missing imagetools nav link 7 years ago
_includes fix typo in custom_ui_selector.ms 7 years ago
_layouts Removed third-party css as it was down. 7 years ago
_plugins fixed multiple body include bug 9 years ago
_scripts removed rm from scripts 8 years ago
advanced Update events.md 7 years ago
configure Merge pull request #609 from techtangents/prolink 8 years ago
demo update preview plugin docs 8 years ago
enterprise Fixed name of custom dictionary setting. 8 years ago
get-started Add statement on how long we support each browser major version 8 years ago
get-started-cloud Fix spaces after admonitions, add appropraite admonition wherever necessary 7 years ago
images TINY-1193: add a demo for local upload feature 8 years ago
integrations Corrected first paragraph to add link to the Git repo like the React and Vue pages 7 years ago
plugins Update template.md 7 years ago
themes added more mobile pages 8 years ago
.api-version updated api to 4.6.0 and made it easier to run locally 8 years ago
.dockerignore moved build system to wercker 10 years ago
.gitignore Add line space before Note in Step 3 7 years ago
Dockerfile use Ephox Dockerhub repositories 10 years ago
Gemfile update nokogiri dependency in gemfile to remove github vulnerability warning 8 years ago
Gemfile.lock update nokogiri dependency in gemfile to remove github vulnerability warning 8 years ago
README.md fix minor typo 9 years ago
_config-local.sample.yml improved README and added init and serve scripts 10 years ago
_config.yml Replace the protocol-relative URL with https, and use it where possible in the getting-started-cloud section 8 years ago
changelog.md update changelog 7 years ago
index.md added meta_* in front matter 10 years ago
mobile.md updated mobile compatibility 7 years ago
pages.json fixe api reference search and layout 10 years ago
search-db.json fixe api reference search and layout 10 years ago
wercker.yml use Ephox Dockerhub repositories 10 years ago

README.md

TinyMCE documentation

wercker status

This project serves as the documentation for TinyMCE, as you see on tinymce.com. If you have any modifications you wish to contribute, fork this project, make the changes and submit a pull request. You will need to sign a contributors license agreement, a link will be sent via email.

We use Jekyll 3, mainly because of incremental building feature. You should have at least Ruby 2 to run it (check your version: ruby -v).

First time setup

Make sure you have bundler installed:

$ gem install bundler

Then retrieve and init the project:

$ git clone git@github.com:tinymce/tinymce-docs.git
$ cd tinymce-docs
$ ./_scripts/init.sh

Run development version

$ ./_scripts/serve.sh

Navigate to http://127.0.0.1:4000/

Contribute to TinyMCE

If you would like to contribute to the TinyMCE project please read our contributor's guide: https://www.tinymce.com/docs/advanced/contributing-docs/

See the TinyMCE Docs Wiki for additional, miscellaneous info, including init error handling.