From: mpaglia0 Date: Sun, 4 Dec 2022 17:00:08 +0000 (+0100) Subject: Fixed README X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=d815eb1d2a0ee53bd1265c5c05b653a012c0490e;p=blog.git Fixed README --- 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...`