bastihilger / nova-tiptap

Laravel Nova Tiptap Field
MIT License
172 stars 61 forks source link

Request: add source code edit mode #19

Closed alies-dev closed 4 years ago

alies-dev commented 4 years ago

froala/nova-froala-field has a very useful (in some cases) mode to edit raw HTML. Is it possible to implement the same for this field/editor?

bastihilger commented 4 years ago

Hi there - this is not planned. As the content ist not stored as HTML but as a JSON object, there is not real raw HTML to edit in the first place.

bastihilger commented 4 years ago

Well - the original tiptap editor - which this is a wrapper for - actually has the possibility to switch from JSON to HTML. I will keep this open so far and see if I can add this.

bastihilger commented 4 years ago

Added in 0.5.0 - thanks to @tmorian.