Changeset 2014861
- Timestamp:
- 01/18/2019 01:52:04 PM (7 years ago)
- Location:
- wp-post-html-to-blocks
- Files:
-
- 2 added
- 3 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-post-html-to-blocks/trunk/readme.txt
r2014495 r2014861 18 18 This plugin also allows parsing and surrounding of line spaced content in classic editor. 19 19 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>.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>. 21 21 22 22 … … 41 41 == Frequently Asked Questions == 42 42 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? = 44 44 45 45 Although all searches of posts are user initiated. Searching for key phrases in contents of each post would compromise the performance of a WordPress installation. 46 46 47 Does this parse tags within tags? 47 = Does this parse tags within tags? = 48 48 49 49 Sorry, 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. 50 50 51 Does this plugin edit posts with publish status by default? 51 = Does this plugin edit posts with publish status by default? = 52 52 53 53 You have a choice to select the post with status you prefer. 54 54 55 55 == Screenshots == 56 57 1. Location of plugin's configuration page2.58 2. Configuration page selecting a tag for searching through.56 57 1. For example converts these paragraph tags. (next image) 58 2. ..into html blocks for use by Gutenberg editor. 59 59 3. Selected post is already processed. 60 4. Location of plugin's configuration page. 61 5. Configuration page selecting a tag for searching through.
Note: See TracChangeset
for help on using the changeset viewer.