Plugin Directory

Changeset 1601589


Ignore:
Timestamp:
02/22/2017 06:03:59 PM (9 years ago)
Author:
mattsaul
Message:

Modified readme to include testing and plugin recommendation

Location:
ignore-code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ignore-code/tags/1.0/readme.txt

    r1478844 r1601589  
    44Tags: tinyMCE, visual editor, source code, code, validation, php, JavaScript
    55Requires at least: 3.5.1
    6 Tested up to: 4.5.3
     6Tested up to: 4.7.2
    77Stable tag: 1.0
    88License: GPLv2 or later
     
    5050represented as anything on there.
    5151
     52= My CSS is still getting mangled =
     53
     54You can use this plugin in conjunction with Preserved HTML Editor Markup Plus to work with even more code.  However
     55read that plugin's documentation closely as installing it can modify the way your website looks.
     56
    5257= It killed my website! =
    5358
  • ignore-code/trunk/readme.txt

    r1478882 r1601589  
    44Tags: tinyMCE, visual editor, source code, code, validation, php, JavaScript
    55Requires at least: 3.5.1
    6 Tested up to: 4.6
    7 Stable tag: 1.01
     6Tested up to: 4.7.2
     7Stable tag: 1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1515== Description ==
    1616
    17 Wherever you have code you don't want the visual editor to touch use the **[ignore_code]** shortcode.
     17Wherever you have code you don’t want the visual editor to touch use the **[ignore_code]** shortcode.
    1818This version also supports the [insert_php] and <?php tags, though for the PHP tag you will have to
    1919start the first line with  <?php // >   With latter two codes you will have to separately install
     
    3131== Frequently Asked Questions ==
    3232
     33= Does this work with other plugins that call tiny_mce_before_init =
    3334
    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.
     35I tested it along side TinyMCE Advanced and they both seemed to work.  However calling this in functions.php
     36section of your theme may override the plugin's functions.
    3837
    3938= It's not working on long pieces of code =
     
    4645on the server side.  For that you need to do something like remove_filter('the_content', 'wpautop');
    4746
    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 =
    4948
    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.
     49That's the down side of this plugin, it causes the visual editor to ignore the code entirely so it won't be
     50represented as anything on there.
     51
     52= My CSS is still getting mangled =
     53
     54You can use this plugin in conjunction with Preserved HTML Editor Markup Plus to work with even more code.  However
     55read that plugin's documentation closely as installing it can modify the way your website looks.
    5256
    5357= It killed my website! =
     
    6468== Changelog ==
    6569
    66 = 1.01 =
    67 * Testing with 4.6, minor documentation changes
    68 
    6970= 1.0 =
    7071* Initial version with readme.
Note: See TracChangeset for help on using the changeset viewer.