SB Olivia

Results 26 comments of SB Olivia

Just ran into a similar bug where I didn't have `url` specified in my `_config.yml` at all. I don't know much about ruby, but in my case it seemed like...

Sorry for the delay, but this PR looks to be our best and most minimal option at mitigating the issue without waiting for a fix to come from upstream in...

I wouldn't mind a changelog, but here's some previous discussion about it :smile: https://github.com/quill-mention/quill-mention/pull/341#issuecomment-1709328718

Forgot to mention, but automatically uploading releases to npm through Github Actions should be pretty straightforward! https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

We don't currently have typescript types defined for quill-mentions, but that would be a fun enhancement to add!

Hi, the "Add Mention Programatically" button on https://quill-mention.com/ is an example of using `insertItem` manually that doesn't seem to be adding undefined. If you can't figure out what's causing it,...

Hi, are you returning raw HTML as strings in the `renderItem` or `renderLoading` functions? These will need to be updated with 4.0.0 to return a Node-inheriting element, like this: https://github.com/quill-mention/quill-mention/blob/6e040106a781711c6040465c26f1f22999e1187a/docs/index.html#L155-L163

I'd be in favor of putting back the previous HTML structure with a minor version, but it might not be necessary due to the major version being upgraded.

@rupeshdeotale97 Can you make a new Q&A question for that issue with more information [here](https://github.com/quill-mention/quill-mention/discussions/new?category=q-a)? You should have full access to how list items and mention blot nodes are displayed....