Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this abandoned? #182

Open
aldenquimby opened this issue Jun 24, 2024 · 3 comments
Open

Is this abandoned? #182

aldenquimby opened this issue Jun 24, 2024 · 3 comments

Comments

@aldenquimby
Copy link

aldenquimby commented Jun 24, 2024

Hello!

I proposed a minor fix almost 6 months ago (long enough that GH images have expired) and have not received any response: #181

Is this project / repository now abandoned?

@ryy197340
Copy link

I think so.
The latest updates have been committed 3 years ago.

@aldenquimby
Copy link
Author

My company is moving off this to https://github.com/missive/emoji-mart as part of the Quill 2.0 upgrade

@dllsystem
Copy link

I'm using this one and it works very well:
https://github.com/xingw-z/quill2-emoji

import * as Emoji from "quill2-emoji";
import 'quill2-emoji/dist/style.css';
Quill.register("modules/emoji", Emoji);

new Quill('#editor', {
  modules: { 
    toolbar: ['bold', 'italic', 'strike', 'emoji', 'clean'],
    'emoji-toolbar': true,
  },
  theme: 'snow'
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants