History log of /plugin/dbquery/syntax/ (Results 1 – 6 of 6)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
19d0a88410-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 ...

9730265c19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

automatic code style fixes

3113520c19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

add support for multiple databases

04ef761610-Jul-2023 Andreas Gohr <andi@splitbrain.org>

add thead and tbody for compatibility with other plugins

1b7b5e6617-Jan-2023 Andreas Gohr <andi@splitbrain.org>

autodetect link syntax and link the result (tables only)

c64c174817-Jan-2023 Andreas Gohr <andi@splitbrain.org>

Added transpose mechanism