GitPublish

Results 20 comments of GitPublish

I made a test adding a handler with addBinding on the left and right keys, I detected that it was a mention that preceded / followed by adding a format...

This feature would be really great! thanks @rajshivam ! I can't wait to test it.

@jaypeetancero you can use Quill-Mention's callback to find out if the dropdown is open or closed in order to know if you can make the submit. ``` const modules =...

The problem comes from the `getTextBeforeCursor `method and more precisely Quill's `getText `method that ignores non-string content. [](https://quilljs.com/docs/api/#gettext) Result the text returned by this method is then used to give...

The latest version (8.1.0) released a few days ago adds this possibility, doesn't it? Roles seem to be fully supported? I haven't been able to test or look at it...

If I replace nextSibling with previousSibling it points to my button which should be disabled and it works. Finally I have the impression that it's mostly the Readme that should...

@priyanthabuddhika something like this? ![CleanShot 2022-02-03 at 09 58 05](https://user-images.githubusercontent.com/7701833/152311523-6f10f767-b8df-4c14-a5b7-c1b211a4ded0.gif)

I have the same problem in the polarChart, everything is grey. Has anyone found a solution? By adding an *ngIf it works sometimes but never when the page first loads...

Who would be interested to rewrite with me this plugin completely in Typescript? The plugin would be more maintainable and it would allow to make it evolve.

@gazben It's hard to say, I couldn't necessarily find when it stopped working, it was a very specific part of my application for which the tests were not yet developed....