overtrue / laravel-versionable

⏱️Make Laravel model versionable
MIT License
485 stars 46 forks source link

Show rich text? #63

Open MindstoneMedia opened 3 months ago

MindstoneMedia commented 3 months ago

Is it possible to show rich text content without the html tags? I have to compare a content field from a rich text editor.

mansoorkhan96 commented 2 months ago

@MindstoneMedia Is this for the diff feature?

MindstoneMedia commented 2 months ago

Yes, for the two fields where the user can compare the versions > see screenshot.

Bildschirmfoto 2024-04-24 um 17 58 52
mansoorkhan96 commented 2 months ago

Let me try to PR it.

Oh just realised you are using my filament plugin. nice.

mansoorkhan96 commented 2 months ago

This feature is now available in the latest release and also has been added to Filament Versionable.