aboutsummaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-30 14:21:05 -0800
committerFriendika <info@friendika.com>2010-12-30 14:21:05 -0800
commit279469ab35596097e7942e7c2377bc50967ee953 (patch)
treef76e72aefaff4344e56673d761ecc3ad26111903 /addon
parentfd71d194636c0ebdf612597f56ae70fe79aecf9f (diff)
downloadvolse-hubzilla-279469ab35596097e7942e7c2377bc50967ee953.tar.gz
volse-hubzilla-279469ab35596097e7942e7c2377bc50967ee953.tar.bz2
volse-hubzilla-279469ab35596097e7942e7c2377bc50967ee953.zip
plugin hooks for bbcode conversions
Diffstat (limited to 'addon')
-rw-r--r--addon/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/addon/README b/addon/README
index 451b6ed72..23e1b5c6f 100644
--- a/addon/README
+++ b/addon/README
@@ -107,6 +107,12 @@ Current hooks:
'contacts' => contact array of entries
'output' => the (string) generated HTML of the contact block
+'bbcode' - called during conversion of bbcode to html
+ $b is (string) converted text
+
+'html2bbcode' - called during conversion of html to bbcode (e.g. remote message posting)
+ $b is (string) converted text
+
*** = subject to change