HZ-HBO-ICT / it-conference

Official repository for the IT-Conference
https://weareinittogether.nl
MIT License
5 stars 0 forks source link

Feature request: WYSIWYG (markdown) editor for comany and presentation details #429

Open dwaard opened 1 month ago

dwaard commented 1 month ago

We need rich text for description fields like company details.

Suggestion:

Use this component just like a textarea:

<x-rich-textarea id="description" wire:model="form.description"
                              class="..."
                              name="description" required
                    ></x-rich-textarea>
v-stamenova commented 2 days ago

It seems like we'd have to make some sort of trade-off if we decide to use one. For now the viable options seem to be:

All of them are JS editor which makes styling a pain. SimpleMDN is rather outdated (there haven't been any activity over 8 years there); Milkdown is actively in development (but the plugins are not matching our needs exactly e.g. the menu) and WYSIMARK again is hard to customize.