Many entrepreneurs idolize Steve Jobs. He’s such a perfectionist, they say. Nothing leaves the doors of 1 Infinite Loop in Cupertino without a polish and finish that makes geeks everywhere drool. No compromise!
+
+
diff --git a/tinymce/tinymce-config.js b/tinymce/tinymce-config.js
new file mode 100644
index 0000000000000..0ae1fe163427d
--- /dev/null
+++ b/tinymce/tinymce-config.js
@@ -0,0 +1,14 @@
+window.tinymce.init( {
+ browser_spellcheck: true,
+ // Enter twice in a nested block creates a fresh paragraph.
+ end_container_on_empty_block: true,
+ inline: true,
+ // Enter creates a fresh paragraph.
+ keep_styles: false,
+ menubar: false,
+ object_resizing: false,
+ schema: 'html5-strict',
+ selector: 'section',
+ theme: false,
+ toolbar: false
+} );