HTML Ruby Shell
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_data removed missing imagetools nav link May 3, 2018
_includes fix typo in custom_ui_selector.ms Mar 17, 2018
_layouts Removed third-party css as it was down. May 3, 2018
_plugins fixed multiple body include bug Nov 10, 2016
_scripts removed rm from scripts May 4, 2017
advanced Update events.md Mar 30, 2018
configure Merge pull request #609 from techtangents/prolink Oct 20, 2017
demo update custom toolbar text Dec 22, 2017
enterprise Fixed name of custom dictionary setting. Dec 6, 2017
get-started-cloud Fix the line space Jun 4, 2018
get-started Add statement on how long we support each browser major version Nov 17, 2017
images TINY-1193: add a demo for local upload feature Aug 21, 2017
integrations Corrected first paragraph to add link to the Git repo like the React … May 3, 2018
plugins Update template.md May 23, 2018
themes added more mobile pages Oct 10, 2017
.api-version updated api to 4.6.0 and made it easier to run locally May 3, 2017
.dockerignore moved build system to wercker Dec 1, 2015
.gitignore Add line space before Note in Step 3 Jun 4, 2018
Dockerfile use Ephox Dockerhub repositories Dec 15, 2015
Gemfile Revert "Upgrade nokogiri to address vuln. Upgrade other dependencies." May 16, 2018
Gemfile.lock Revert "Upgrade nokogiri to address vuln. Upgrade other dependencies." May 16, 2018
README.md fix minor typo Feb 28, 2017
_config-local.sample.yml improved README and added init and serve scripts Nov 28, 2015
_config.yml Revert "Upgrade nokogiri to address vuln. Upgrade other dependencies." May 16, 2018
changelog.md update changelog May 16, 2018
index.md added meta_* in front matter Dec 2, 2015
mobile.md updated mobile compatibility Apr 13, 2018
pages.json fixe api reference search and layout Nov 10, 2015
search-db.json fixe api reference search and layout Nov 10, 2015
wercker.yml use Ephox Dockerhub repositories Dec 15, 2015

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.