From 2224f5557a3f2d522a82de27cee73234fa856298 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 30 Mar 2025 00:54:24 +0300 Subject: Allow sending HTML without plain-text pre-processing by the server This might be useful if your server is misbehaving, or if you wish to write your HTML by hand. Alternative options (like client-side preprocessing) can also be added in the future using this setting as a framework. --- data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data') diff --git a/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in b/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in index 1037063..c7eb986 100644 --- a/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in +++ b/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in @@ -1,6 +1,21 @@ + + false + Send post content as HTML + + Some Micropub servers can preprocess plain-text content before + posting. Enable this option to ask the Micropub server to + treat your post content data as HTML and do not apply usual + plain-text processing. + + This could be useful in case you wish to customize the post + content using features not available in your Micropub server's + preprocessor, or if your Micropub server lacks the ability to + preprocess content entirely. + + "http://localhost:11434/" LLM API endpoint -- cgit 1.4.1