nib icon indicating copy to clipboard operation
nib copied to clipboard

Wysiwyg / Text editor components built using React and Prosemirror

Results 27 nib issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I have tried to send you an email at the address below but keep getting "Deliver Incomplete" responses from both my personal and professional accounts. Is there another method...

Can't find any info how to translate editor interface to a different language. :slightly_frowning_face:

``` > rm -r node_modules > node --version v14.17.0 > yarn --version 1.22.11 > yarn . . . . . Done in 14.26s. > yarn build (!) You have passed...

Hi Would it be possible to create a checklist feature which allows the user to tick off options similar to what is below. - [ ] item 1 - [...

Hey! Thanks for this great package! :) I was wondering, I believe nib-core is using an outdated version of `prosemirror-view` since it locks it to 1.10.0. I might be wrong...

To comply with WIA-ARIA rules I plan to implement following: 1. All clickable sections should be focuseable. 2. Add following `role` attribute to tag as applicable: 1. `button` - An...

WIP

Hey! Me again :) From what I've gathered from the code and from https://github.com/nib-edit/Nib/issues/91 it's currently not possible to load a different schema. My use case is that I want...

Hey! I believe this check https://github.com/nib-edit/Nib/blob/8cc08f1b9e41c8bec5b6e170f9fc05ec60dee4f1/packages/core/src/utils/format-keymap.js#L9 should probably be the inverse, if it's a Mac, the cmd key symbol should be shown, otherwise a circumflex or Ctrl. This also covers...