Changeset 1601589
- Timestamp:
- 02/22/2017 06:03:59 PM (9 years ago)
- Location:
- ignore-code
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignore-code/tags/1.0/readme.txt
r1478844 r1601589 4 4 Tags: tinyMCE, visual editor, source code, code, validation, php, JavaScript 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 5.36 Tested up to: 4.7.2 7 7 Stable tag: 1.0 8 8 License: GPLv2 or later … … 50 50 represented as anything on there. 51 51 52 = My CSS is still getting mangled = 53 54 You can use this plugin in conjunction with Preserved HTML Editor Markup Plus to work with even more code. However 55 read that plugin's documentation closely as installing it can modify the way your website looks. 56 52 57 = It killed my website! = 53 58 -
ignore-code/trunk/readme.txt
r1478882 r1601589 4 4 Tags: tinyMCE, visual editor, source code, code, validation, php, JavaScript 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 67 Stable tag: 1.0 16 Tested up to: 4.7.2 7 Stable tag: 1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 15 15 == Description == 16 16 17 Wherever you have code you don 't want the visual editor to touch use the **[ignore_code]** shortcode.17 Wherever you have code you dont want the visual editor to touch use the **[ignore_code]** shortcode. 18 18 This version also supports the [insert_php] and <?php tags, though for the PHP tag you will have to 19 19 start the first line with <?php // > With latter two codes you will have to separately install … … 31 31 == Frequently Asked Questions == 32 32 33 = Does this work with other plugins that call tiny_mce_before_init = 33 34 34 = My code is not showing up in the visual editor anymore = 35 36 That's the down side of this plugin, it causes the visual editor to ignore the code entirely so it won't be 37 represented as anything on there. 35 I tested it along side TinyMCE Advanced and they both seemed to work. However calling this in functions.php 36 section of your theme may override the plugin's functions. 38 37 39 38 = It's not working on long pieces of code = … … 46 45 on the server side. For that you need to do something like remove_filter('the_content', 'wpautop'); 47 46 48 = Does this work with other plugins that call tiny_mce_before_init=47 = My code is not showing up in the visual editor anymore = 49 48 50 I tested it along side TinyMCE Advanced and they both seemed to work. However calling this in functions.php 51 section of your theme may override the plugin's functions. 49 That's the down side of this plugin, it causes the visual editor to ignore the code entirely so it won't be 50 represented as anything on there. 51 52 = My CSS is still getting mangled = 53 54 You can use this plugin in conjunction with Preserved HTML Editor Markup Plus to work with even more code. However 55 read that plugin's documentation closely as installing it can modify the way your website looks. 52 56 53 57 = It killed my website! = … … 64 68 == Changelog == 65 69 66 = 1.01 =67 * Testing with 4.6, minor documentation changes68 69 70 = 1.0 = 70 71 * Initial version with readme.
Note: See TracChangeset
for help on using the changeset viewer.