0a827dab | 24-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
b2694ee4 | 24-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
placeholders to access local sqlit dbs
When using the plugin to access existing SQLite databases (eg from struct) it is helpful to be able to reference the local data directory.
This becomes doubly
placeholders to access local sqlit dbs
When using the plugin to access existing SQLite databases (eg from struct) it is helpful to be able to reference the local data directory.
This becomes doubly helpful when using the plugin in a farmer setup and wanting to define aliases in the farmer to be inherited by animals. The placeholders will reference the animal's data dir automatically.
show more ...
|
2b778202 | 10-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
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 ...
|
9cf36658 | 07-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
d7913160 | 07-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix query check with single line SELECT. fixes #3 |
22cb60d8 | 07-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix wrap css for config setting. fixes #2 |
0676280c | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
491a7dff | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
skip codesniff on renderer |
8c959d24 | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
use deprecated assertion for stable compatibility |
d87e8887 | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated test framework |
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 |
32c51a7f | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
04ef7616 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
add thead and tbody for compatibility with other plugins |
cb516307 | 23-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
24764deb | 23-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
added info on removed files |
a488d6bb | 17-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
added test for URL parsing |
f07cf3e2 | 17-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
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 |
4515310d | 17-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests |
df413dc3 | 19-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
81f6dd70 | 19-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
use curly brackets in syntax
we might want to add addtional parameters later, this makes it easier to extend the syntax later |
584c7810 | 19-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
only allow SELECT statements |