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 ...
|
8c959d24 | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
use deprecated assertion for stable compatibility |
3113520c | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
add support for multiple databases |
a488d6bb | 17-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
added test for URL parsing |
4515310d | 17-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests |
6648d9d9 | 06-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
fixed group handling, added a few tests |
2e564e06 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
initial prototype checkin |