Jump to content

hbeing123

Members
  • Posts

    1
  • Joined

  • Last visited

hbeing123's Achievements

Starter

Starter (1/6)

1

Reputation

  1. My 2 cents on Quill.js--- use something else ---if you want to extend it's document model in any meaningful way you will get very stuck... there have been some really bad design and architectural decisions that have made upgrades virtually impossible, if you are considering using quill.js take note that it does not support blocks within blocks, and the delta format doesn't support nesting... a div within it's default p tag is not possible, so tables are not possible, a simple div is not possible even break handling is very difficult, br tags are wrapped in P tags which are blocks... The community is not great, the docs are woeful, they don't describe advanced functionality because advanced functionality is not possible-- there is bad blood because the developers systematically delete any issues related to the aforementioned issues, it's almost as if they're trying to make it look better to secure sponsorship..... you will find if you dig into the user extensions, they're all half baked because there are intractable issues with the framework...perhaps it'll sort itself out with a rewrite in version 2.0. ... for now I would recommend looking at slate.js or prosemirror because those have first class data models with nesting, they also have issues but I have more faith these issues can be resolved.
×
×
  • Create New...