mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
51 stars 21 forks source link

Enhancement: Preview Content in Editor (h tag and number list) #75

Closed Mamoun2020 closed 11 months ago

Mamoun2020 commented 1 year ago

Description

I'm currently using the nova-ckeditor package (version 1.2.2) and I suggest enhancing the preview content before publishing it.

Expected Behavior

I expected that when I write content and use any style I could see its actual preview (How people see this content)

Actual Behavior

Currently, when I write a new blog and need to use a number list or H tags I can't preview the content before publishing it

Additional Information

Screenshot

image image

Other Notes

I appreciate any assistance or insights into resolving this issue. If there's any additional information needed from my end, please let me know.

@mostafaznv Thank you for this chance!

mostafaznv commented 1 year ago

Hi. Have you considered implementing a draft and publish system for your blog posts? This system would enable you to create drafts of your posts and generate preview links, allowing administrators to review and verify the content before it goes live.