From d815eb1d2a0ee53bd1265c5c05b653a012c0490e Mon Sep 17 00:00:00 2001 From: mpaglia0 Date: Sun, 4 Dec 2022 18:00:08 +0100 Subject: [PATCH] Fixed README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 775fbd3b..974cd177 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,11 @@ Title is taken from `article.title` Body is taken from `article.summary` with standard Pelican configuartion i.e. length trimmed to 50 words and summary ends with `...` -In a future release *Pelican-toot* must have its own configuration parameter for length of text sicne Mastodon accepts posts with max 500 bytes. +In a future release *Pelican-toot* must have its own configuration parameter for length of text since Mastodon accepts posts with max 500 bytes. + +Hashtag(s) are taken - if any - from `article.tags` and concatenated separating each of them with commas. + +Pelican can handle tags with whitespaces (for example `#My nice article`) without problems but hashtags in Mastodon are all written without. For this reason all whitespaces in Pelican hashtags will be trimmed (`#Mynicearticle`). Now if your post exceeds this limit you simply will receive the errore message `your toot exceeds Mastodon max limit...` -- 2.30.2