prathamVaidya / supercode-tinymce-plugin

Opensource and Powerful Source Code editor for TinyMCE. It is the only tinyMCE plugin that allows TinyMCE to work as a Markdown Editor.
https://supercode.prathamvaidya.in
GNU General Public License v3.0
11 stars 4 forks source link

Update plugin.js #3

Closed robcarey closed 4 months ago

robcarey commented 4 months ago

Added context menu support

prathamVaidya commented 4 months ago

@robcarey You have made the changes to main. The latest modal feature is in the branch feat-modal-fallback. You have to use that branch and create a PR against that branch only. Thanks

robcarey commented 4 months ago

@prathamVaidya I'm not sure how to delete this. I'm not super familiar with github to be honest

prathamVaidya commented 4 months ago

@robcarey no worries. I can help.

You first switch to the feat-modal-fallback branch and then edit the code. Then commit and push. Then create a new PR. In the new PR option you will see option against which branch you want to create it. Choose the correct feat-modal-fallback branch. And create it.

In case you don't have time or don't want to do I can copy and paste the code from my side. But I'd recommend you do. 😄