documentation icon indicating copy to clipboard operation
documentation copied to clipboard

WIP: Add little more docs about plugins

Open selfhoster1312 opened this issue 6 months ago • 2 comments

I added a little more documentation about what i found confusing when making my first plugin, adding a page about custom forms.

I also added information about https://github.com/kanboard/kanboard/issues/5695.

Let me know if i should change some things. Feel free to edit and push directly to my branch. I could make french translation if/when PR is accepted.

selfhoster1312 avatar Jul 27 '25 08:07 selfhoster1312

I think the syntax highlighter is not very happy with the <?= syntax:

image

I'm not sure what to do about this.

selfhoster1312 avatar Jul 27 '25 08:07 selfhoster1312

try to use phtml instead of php in the Markdown block

```phtml
[...]

fguillot avatar Jul 27 '25 20:07 fguillot