History log of /plugin/dbquery/syntax/query.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 19d0a884 10-Mar-2025 Andreas Gohr <andi@splitbrain.org>

allow rendering full wiki syntax

This adds the option to parse full wiki syntax from the queried result.
The column needs to be selected with an alias ending in _wiki.

Headers will be output as par

allow rendering full wiki syntax

This adds the option to parse full wiki syntax from the queried result.
The column needs to be selected with an alias ending in _wiki.

Headers will be output as paragraphs with bold formatting, not as
headers!

For performance reasons the parsing will not initialize a new rendering
context but inject the results into the current renderer. This has the
additional advantage of being compatible with any renderer (like PDF or
ODT). It might still break on certain plugins.

show more ...


# 9730265c 19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

automatic code style fixes


# 3113520c 19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

add support for multiple databases


# 04ef7616 10-Jul-2023 Andreas Gohr <andi@splitbrain.org>

add thead and tbody for compatibility with other plugins


# 1b7b5e66 17-Jan-2023 Andreas Gohr <andi@splitbrain.org>

autodetect link syntax and link the result (tables only)


# c64c1748 17-Jan-2023 Andreas Gohr <andi@splitbrain.org>

Added transpose mechanism