From dba4a96d2c31690dc331b410bfe962dee9bc9106 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Mon, 24 Mar 2025 16:12:16 -0500 Subject: [PATCH] Update For Friendica Admins --- For-Friendica-Admins.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/For-Friendica-Admins.md b/For-Friendica-Admins.md index 97eda72..3e81847 100644 --- a/For-Friendica-Admins.md +++ b/For-Friendica-Admins.md @@ -24,4 +24,24 @@ That will make the Bookface options available to users on your server. If you wa ![Admin_Theme_Settings.png](uploads/79bf7893911e5fb9900856bed1344f01/Admin_Theme_Settings.png){width="665" height="734"} -# \ No newline at end of file +## Postboxes + +**Beginning with Bookface 1.6 it will have built-in support for a new "Postbox" feature** that styles a colored background for post content. This is similar to a Facebook feature that is often screencapped to share on other social media platforms, where they sometimes become memes. + +Server Administrators can enable support for displaying Postbox for everyone on their server! There are two options for doing this: + +### The Postbox Add-On + +This very simple add-on places the Postbox stylesheet in the \ and that's all it does. It does not add an interface for creating Postboxes, but users can still manually create them with BBcode in the Compose editor. + +You can go get the Postbox Add-on here: https://gitlab.com/randompenguin/postbox + +#### The Zen Postbox Add-On + +This not only adds global support for showing Postbox styling it also adds a Jot Plugin button to the Compose editor so users can easily pick a Postbox from a menu and apply it to their post. + +You can go get the Zen Postbox Add-on here: https://gitlab.com/randompenguin/zen_postbox + +![Zen_Postbox_Bookface_Light.png](uploads/62f94c3646ebdf063d3e09167ed9f2a2/Zen_Postbox_Bookface_Light.png) + +The Zen Postbox Add-on is "selection aware" so if you've selected some text in the editor it will be wrapped in the Postbox when you select one from the pop-up menu. If no text is selected it will simply append an empty Postbox to the end of the text area. \ No newline at end of file