Skip to content

Commit fe81dfe

Browse files
Nagesh Paiajitbohra
authored andcommitted
Add readme.txt
1 parent 64e5d6b commit fe81dfe

File tree

2 files changed

+32
-44
lines changed

2 files changed

+32
-44
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A collection of rich text formats for the WordPress block editor with interactiv
2222

2323
### InfoTip Format
2424

25-
<!-- TODO - add recording -->
25+
<!-- TODO - add recording -->
2626

2727
1. Select any text in the block editor
2828
2. Click the InfoTip button in the formatting toolbar
@@ -78,11 +78,11 @@ npm run serve
7878
[LUBUS](http://lubus.in) is a web design agency based in Mumbai.
7979

8080
<a href="https://cal.com/lubus">
81-
<img src="https://raw.githubusercontent.com/lubusIN/.github/refs/heads/main/profile/banner.png" />
81+
<img src="https://raw.githubusercontent.com/lubusIN/.github/refs/heads/main/profile/banner.png" />
8282
</a>
8383

8484
## Credits
85-
<!-- TODO check if this works after repo is made public -->L
85+
<!-- TODO check if this works after repo is made public -->
8686
<a href="https://github.com/lubusIN/blablablocks-formats/graphs/contributors">
8787
<img height="36px" src="https://contrib.rocks/image?repo=lubusIN/blablablocks-formats"/>
8888
</a>

readme.txt

Lines changed: 29 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,40 @@
11
=== Blablablocks Formats ===
2-
Contributors: Lubus
3-
Tags: format
4-
Tested up to: 6.7
5-
Stable tag: 0.1.0
2+
Contributors: lubus, ajitbohra, punitv342, nagpai
3+
Tags: format, rich text format, BlaBlaBlocks
4+
Requires at least: 6.6
5+
Tested up to: 6.8
6+
Requires PHP: 7.4
7+
Stable tag: 1.0
68
License: MIT
9+
License URI: https://www.gnu.org/licenses/MIT
710

8-
== Description ==
9-
10-
This is the long description. No limit, and you can use Markdown (as well as in the following sections).
11-
12-
For backwards compatibility, if this section is missing, the full length of the short description will be used, and
13-
Markdown parsed.
14-
15-
== Installation ==
16-
17-
This section describes how to install the plugin and get it working.
18-
19-
e.g.
20-
21-
1. Upload the plugin files to the `/wp-content/plugins/blablablocks-formats` directory, or install the plugin through the WordPress plugins screen directly.
22-
1. Activate the plugin through the 'Plugins' screen in WordPress
23-
11+
Interactive rich text formats for the WordPress block editor.
2412

25-
== Frequently Asked Questions ==
26-
27-
= A question that someone might have =
28-
29-
An answer to that question.
30-
31-
= What about foo bar? =
13+
== Description ==
14+
A collection of rich text formats for the WordPress block editor with interactive elements. Starting with InfoTip tooltips and Marker highlights. More to come in the future!
3215

33-
Answer to foo bar dilemma.
16+
=== What makes BlaBlaBlocks Formats special? ===
17+
* **Simple usage** - Add interactive tooltips and animated highlights with the ease of adding any simple text format.
18+
* **More control** - A variety of customization possible in behavior, colors and animation for each format
19+
* **Editor Compatibility** – fully integrated with the Block Editor’s UI and server-side rendering pipeline.
3420

3521
== Screenshots ==
22+
( TODO add screenshots )
3623

37-
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
38-
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
39-
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
40-
(or jpg, jpeg, gif).
41-
2. This is the second screen shot
24+
1. **Marker settings** - Select and adjust Marker type and settings.
25+
2. **InfoTip settings** - Add InfoTip text and adjust settings.
26+
3. **Frontend view of Marker**
27+
4. **Frontend view of InfoTip**
4228

43-
== Changelog ==
44-
45-
= 0.1.0 =
46-
* Release
29+
== Installation ==
30+
1. Download the latest release from GitHub ( TODO - add link to latest release )
31+
2. Browse to `WP Admin > Plugins > Add New`
32+
3. Upload the `blablablocks-formats.zip` file
33+
4. Activate `BlaBlaBlocks Formats` from the plugins page
4734

48-
== Arbitrary section ==
35+
== Changelog ==
4936

50-
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
51-
plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
52-
"installation." Arbitrary sections will be shown below the built-in sections outlined above.
37+
= 1.0.0 =
38+
* Initial release 🎉
39+
* InfoTip format - Add customizable tooltips to any text in the editor.
40+
* Marker format - Add customizable animated or static text highlights.

0 commit comments

Comments
 (0)