ngx-tinynodes icon indicating copy to clipboard operation
ngx-tinynodes copied to clipboard

Monorepo for components released on NPM @tinynodes

Results 4 ngx-tinynodes issues
Sort by recently updated
recently updated
newest added

**Which Library?** ngx-editorjs **Describe the bug** I've got the library up and running perfect. In my HTML, I have the following: `` I'm utilizing a slide-toggle to enable/disable editing of...

bug

Is there a way of creating custom block tool using this lib ?

enhancement
question

On [EditorJs plugins](https://github.com/editor-js) was release some interesting new plugins. - [Delimiter](https://github.com/editor-js/delimiter) - [Underline](https://github.com/editor-js/underline) - [Table](https://github.com/editor-js/table) - [NestedList](https://github.com/editor-js/nested-list) Could you add them to the library? I think I could create a...

enhancement
question

Hi, I need some help with the Image Plugin configuration. Here's my current "ImageModule" file ```Typescript import {NgModule} from '@angular/core'; import {EDITOR_JS_TOOL_INJECTOR, PLUGIN_CONFIG, PluginTypes} from '@tinynodes/ngx-editorjs-plugins'; import Image from '@editorjs/image';...