bkniffler / draft-wysiwyg

Draft-JS experiments with drag&drop, resizing, tooltips, WIP
https://draft-wysiwyg.herokuapp.com/
MIT License
451 stars 62 forks source link

Where to find source code about draft-js-plugins-editor-wysiwyg? #16

Open whitejava opened 8 years ago

whitejava commented 8 years ago

I need to add a feature, but I could not find the source code.

The package.json writes:

  "repository": {
    "type": "git",
    "url": "https://github.com/draft-js-plugins/draft-js-plugins.git"
  }

But not found draft-js-plugins-editor-wysiwyg.

orditeck commented 7 years ago

You have the link right there. Just remove .git at the end.

https://github.com/draft-js-plugins/draft-js-plugins

whitejava commented 7 years ago

But it's draft-js-plugins-editor not draft-js-plugins-editor-wysiwyg

orditeck commented 7 years ago

I think that bkniffler/draft-wysiwyg has been merged by its author (click to view PR) into draft-js-plugins

Where did you see draft-js-plugins-editor-wysiwyg?

whitejava commented 7 years ago

OK, Thanks a lot. 👍