You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Add a notes post type to WordPress. For your short notes.
4
4
5
5
## Description
6
6
7
-
Shortnotes adds a custom post type, **Notes**, intended for use when publishing short pieces of content, similar to that found on Twitter, Instagram, and other social networks.
7
+
Shortnotes adds a custom post type, **Notes**, used to publish short pieces of content on your website, similar to social networks like Mastodon, Twitter, or Instagram.
8
8
9
9
### No titles
10
10
@@ -16,7 +16,7 @@ A title **is** generated automatically from note content and is used as the note
16
16
17
17
### Limited blocks
18
18
19
-
The **Notes** post type uses only basic content blocks like paragraph, image, gallery, video, and embed. Using a defined list of relatively simple blocks helps to keep notes simple.
19
+
The **Notes** post type supports basic content blocks like paragraph, list, quote, image, preformatted text, gallery, video, and embed. Using a defined list of relatively simple blocks helps to keep notes simple.
20
20
21
21
### Webmention support
22
22
@@ -55,6 +55,16 @@ Those adjustments (a) remove the display of a title for the note post type and (
55
55
56
56
## Changelog
57
57
58
+
### 1.6.0
59
+
60
+
* Improve title generation when a note starts with a quote.
61
+
* Improve text formatting of notes posted to Mastodon through [Share on Mastodon](https://wordpress.org/plugins/share-on-mastodon/):
62
+
* Avoid duplicate dashes when a note with a quote is transformed for Mastodon.
63
+
* Remove leading and trailing double quotes of all flavors when a note with a quote is transformed for Mastodon.
64
+
* Ensure persisting line breaks for preformatted blocks with `<br>` tags.
65
+
* Improve handling of lists and list items when transforming content for Mastodon.
66
+
* Update `@wordpress/scripts` dependency to 26.8.0.
67
+
58
68
### 1.5.0
59
69
60
70
* Improve text formatting of notes posted to Mastodon through [Share on Mastodon](https://wordpress.org/plugins/share-on-mastodon/):
0 commit comments