Changeset 2593023
- Timestamp:
- 09/03/2021 02:54:05 AM (5 years ago)
- File:
-
- 1 edited
-
simple-tooltipfy/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-tooltipfy/trunk/readme.txt
r2593018 r2593023 1 1 === Simple Tooltipfy === 2 Contributors: The WordPress Contributors 3 Tags: block 2 Contributors: diurno10 3 Donate link: https://federicocadierno.com 4 Tags: block, tooltip, extra information to display, fancy tooltip 5 Requires at least: 5.4 4 6 Tested up to: 5.8.0 5 Stable tag: 0.1.0 6 License: GPL-2.0-or-later 7 Stable tag: 1.4 8 Requires PHP: 7.0 9 License: GPLv2 or later 7 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 8 11 9 Example block written with ESNext standard and JSX support – build step required.12 This plugin allows you to add more or extra information to a paragraph. 10 13 11 14 == Description == 12 15 13 This is the long description. No limit, and you can use Markdown (as well as in the following sections).16 This plugin can display anything extra information you need for your copy, also you can choose background color, tooltip direction and tooltip opacity as well. 14 17 15 For backwards compatibility, if this section is missing, the full length of the short description will be used, and 16 Markdown parsed. 18 == Frequently Asked Questions == 19 20 = Does this plugin work with any theme? = 17 21 18 22 == Installation == 19 23 20 This section describes how to install the plugin and get it working. 21 22 e.g. 23 24 1. Upload the plugin files to the `/wp-content/plugins/simple-tooltipfy` directory, or install the plugin through the WordPress plugins screen directly. 25 1. Activate the plugin through the 'Plugins' screen in WordPress 26 27 28 == Frequently Asked Questions == 29 30 = A question that someone might have = 31 32 An answer to that question. 33 34 = What about foo bar? = 35 36 Answer to foo bar dilemma. 37 38 == Screenshots == 39 40 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 41 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 42 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 43 (or jpg, jpeg, gif). 44 2. This is the second screen shot 24 1. Upload the plugin to the /wp-content/plugins/ directory. 25 2. Activate the Simple Tooltipfy WordPress plugin through the 'Plugins' menu in WordPress. 26 3. Add a new block on your page and look for Simple Tooltipfy. 45 27 46 28 == Changelog == 47 29 48 = 0.1. 0=49 * Release30 = 0.1.4 = 31 * Initial release. 50 32 51 == Arbitrary section ==52 53 You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated54 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or55 "installation." Arbitrary sections will be shown below the built-in sections outlined above.
Note: See TracChangeset
for help on using the changeset viewer.