Alex Gurrola

Results 11 comments of Alex Gurrola

I threw together a simple function I could run in the JS Console to enable prettify for the time being. ```js (function(url) { var js = document.createElement('script'); js.src = url;...

It does look as though contributions have slowed in [graphs/contributors](https://github.com/quilljs/quill/graphs/contributors), but that could simply mean that @jhchen needs more maintainers to keep it going.

@Gladskih: I think @jhchen is likely overtasked with how many issues are popping up here, as there are still commits actively happening in this repository.

@glcode80 Thanks for the band-aid. Hopefully this will be fixed in the main soon.

@kolkov I need a single button in the toolbar as well, but I don't see any option of it.

@rahulr-ey I found an older issue which indicates it may be a while before we have custom button functionality. https://github.com/kolkov/angular-editor/issues/62

@Tomson124 NBT Tags also allow using a `Long` instead of an `Int`, which could be changed everywhere that you're calling `NBTHelper.setInt()` and `NBTHelper.getInt()`. You'd be looking at a max `Long`...

@kolkov I compiled this fix locally and tested it. It works in Angular 10 and fixes the issues with the Link and Custom Classes button. Fixes: https://github.com/kolkov/angular-editor/issues/278

@kolkov The latest `1.1.5` release fixes all of my outstanding issues.