Plugin Directory

Changeset 2014861


Ignore:
Timestamp:
01/18/2019 01:52:04 PM (7 years ago)
Author:
zeshanb
Message:

fix readme markup - add and arrange screenshots

Location:
wp-post-html-to-blocks
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-post-html-to-blocks/trunk/readme.txt

    r2014495 r2014861  
    1818This plugin also allows parsing and surrounding of line spaced content in classic editor.
    1919 
    20 A Wordpress admin can use this plugin as an manual way to parse for line spaces (\n), <code><p> </p></code>, <code><div> </div></code>, and <code><br /></code>.
     20A Wordpress admin can use this plugin as an manual way to parse for line spaces (\n), <code><p> </p></code>, <code><div> </div></code>, and <code> <br> </code>.
    2121
    2222 
     
    4141== Frequently Asked Questions ==
    4242 
    43 Why there isn't a option to search contents of all posts?
     43= Why there isn't a option to search contents of all posts? =
    4444
    4545Although all searches of posts are user initiated. Searching for key phrases in contents of each post would compromise the performance of a WordPress installation.
    4646
    47 Does this parse tags within tags?
     47= Does this parse tags within tags? =
    4848
    4949Sorry, This plugin allows parsing of external encapsulating tags. Not tags inside of tags. Tags inside tags will be treated by Gutenberg as requiring repairs and Gutenberg editor will alert post editor.
    5050
    51 Does this plugin edit posts with publish status by default?
     51= Does this plugin edit posts with publish status by default? =
    5252
    5353You have a choice to select the post with status you prefer.
    5454 
    5555== Screenshots ==
    56  
    57 1. Location of plugin's configuration page2.
    58 2. Configuration page selecting a tag for searching through.
     56
     571. For example converts these paragraph tags. (next image)
     582. ..into html blocks for use by Gutenberg editor.
    59593. Selected post is already processed.
     604. Location of plugin's configuration page.
     615. Configuration page selecting a tag for searching through.
Note: See TracChangeset for help on using the changeset viewer.