Improvement
— Placeholders will stay visible on inputs focus.New
— Editor.js now supports contenteditable placeholders out of the box. Just adddata-placeholder
ordata-placeholder-active
attribute to make it work. The first one will work like native placeholder while the second one will show placeholder only when block is current.Improvement
— Now Paragraph placeholder will be shown for the current paragraph, not the only first one.