From 72243b98858c76decb39824bc45e2e1356b4a3f0 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 28 May 2026 08:24:57 +0200 Subject: [PATCH] Update readme.md --- readme.md | 42 ++++-------------------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) diff --git a/readme.md b/readme.md index 4e94314..7603927 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -

Deutsch   English

+

Deutsch   English

-# Mastodonapi 0.9.8 +# Externallinks 0.9.0 -Import your toots into your blog. Tested with Snac. +Open external links in a new tab. ## Installation @@ -10,41 +10,7 @@ Import your toots into your blog. Tested with (see here)* - -`MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account (see here) -`MastodonapiUpdateInterval` = time interval between automatic updates in minutes (default: 30) -`MastodonapiLimit` = number of Toots retrieved per run (default: 20) -`MastodonapiHashtag` = leave blank for all posts; or filter with #hashtag -`MastodonapiAuthor` = name under which the blog posts should appear -`MastodonapiTag` = tag for the blog posts (default: Fediverse) -`MastodonapiFolder` = path to the blog folder (default: content/2-blog/) -`MastodonapiMaxAge` = age of Toots in hours that should still be imported. 0 = all available Toots -`MastodonapiStatus` = page status, default value is public - -The following status values are supported: - -`public` = page is a normal page -`draft` = page is not visible, user needs to log in, requires draft extension -`unlisted` = page is not visible, but can be accessed with the correct link +The plugin works fully automatically. Links to an external website are opened in a new tab. ## Developer