Removing un-needed menu items

I am new to Prosemirror - I was wondering if anyone had any example code as to how to remove un-needed menu items … for example:

image

If I want only Bold and Italic menu and remove the remaining - how would I go about it.

Thanks!

You have to read the manual and a lot of it : ) if you would like to use ProseMirror. It is a code base upon which you can build your own editor. I think that menu is just an example of how one could go about it.

Read this thread first.

This is a project which helped me to get started.

And this is an out of the box editor (built on this project) uses Vue.js. https://tiptap.scrumpy.io