Hi,

if your app uses Bootstrap and you are OK to stay with HTML, you can
have at the SummernoteEditor from the excellent wicket-bootstrap-
extenstions library. Example here:
https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/bc567ae0f77497216720f909e1b2e55a929e25cd/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/SummernotePage.java
We use it all the time and it's simple yet powerful.
I don't think the image feature is supported out-of-the-box, but I
imagine it should not be too hard to add.

Apart from that, the idea to go with markdown sounds also promising.
Best regards,
Martin

On Fri, 2020-04-03 at 20:24 +0200, Korbinian Bachl wrote:
> Hi,
> 
> I need to be able to let complete novices edit and write nicely
> formatted texts in an backend thats powered by wicket (required e.g.:
> H1-H4, normal text, bold text, images - only simple stuff mostly).
> In the past I used the ckeditor but that outputs html and Im not sure
> that cluttering font sizes and stuff like that into anything that
> needs later be to transformed to be used on either desktop or mobile
> in the year 2020 is still as sufficent as it was 10 years ago. So I
> stumbled over markdown that might be a way to avoid this, but not
> sure If I missed somthing better?
> 
> Beside, has any of you an idea where to look at to put this together
> with wicket, especially as I need to be able to have them insert
> images from some gallery picker that gets its image-resources from
> some kind of dataprovider.
> 
> Any idea or solution is greatly appreciated. I know this is not pure
> wicket related stuff but I hope its still ok to ask here.
> 
> Best,
> 
> KB
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to