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.
 
 
 
 
 
 
r12s d1beb931de webcopy update to Cloud get started 8 years ago
_data added docs for custom_ui_selector 8 years ago
_includes Add note that entities only impacts characters above 126 unicode 8 years ago
_layouts Added `Let us know` form modal #356 8 years ago
_plugins fixed multiple body include bug 9 years ago
_scripts removed rm from scripts 8 years ago
advanced TINY-1074: fix http code in async uploader docs 8 years ago
configure added docs for custom_ui_selector 8 years ago
demo fixes broken link to listbox api page 8 years ago
enterprise TINY-1107: link browser compat on enterprise system req page 8 years ago
get-started fix links to Community 8 years ago
get-started-cloud webcopy update to Cloud get started 8 years ago
images add husky.jpg image to docs img repo 10 years ago
integrations fix powerpaste link in wordpress.md 8 years ago
plugins TINY-1127: cleanup template plugin docs 8 years ago
themes updated inlite docs 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 fix spellchecker codesample 9 years ago
Dockerfile use Ephox Dockerhub repositories 10 years ago
Gemfile Require Jekyll > 3, to have incremental build feature. 9 years ago
Gemfile.lock Add linkchecker and mediaembed enterprise docs 9 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 updated changelog 8 years ago
index.md added meta_* in front matter 10 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.