Skip to content

Commit

Permalink
Add the tinyMCE editor. It helps to produce static html pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAuriel committed May 2, 2017
1 parent cc1e872 commit e6459b8
Show file tree
Hide file tree
Showing 128 changed files with 6,168 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ Handbooks are divided in several parts:

The structure of the handbook is contained in a json file called ‘content.json’ and in the same folder that the handbook. This file can be handled by hand, but I recommend to use the jar file associated to the project. It is easier to use.

## Tools
Two tools are provided with this handbook.
### ContentFolder
The ContentFolder tool is a jar which produce the json file structure necessary to load the handbook. Run it each time you do a change in the handbook which modify its structure (filename change, id change, new tags, etc.).
### TinyMCE editor
The TinyMCE editor is an editor which allow you to produce quickly static html pages.

## Tips
Use only ASCII characters in the folder and file names (no special characters). Otherwise, the handbook could be loaded incorectly. Do the same for IDs.
Use only ASCII characters in the folder and file names (no special characters). Otherwise, the handbook could be loaded incorectly. Do the same for ID tags.

If the title of the handbook appears it mean that it is loaded correctly (regardly scripts). Indeed, it is the last element to be display. So if the first page is blank, something goes wrong in the loading process.

Expand Down
1 change: 1 addition & 0 deletions TinyMCE-editor/js/tinymce/jquery.tinymce.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions TinyMCE-editor/js/tinymce/langs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is where language files should be placed.

Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/
Loading

0 comments on commit e6459b8

Please sign in to comment.