I am trying to find a getting started guide so I can use ProseMirror in my MPlace2.social project. Found the responses to the other requests rather off-putting. I don’t think it insulting or rude to ask for basic information such as:
What language is this written in, what version, what dependencies does it rely on?
To give a bit of context here, I worked on HTTP/1.0 and HTML/2.0. I know about a vast number of Web technologies, trying to work out which one is being used is rather more difficult than you might expect.
All I am looking for is a widget that I can put into a Web page that will allow the user to enter a document with a minimal markup set (essentially HTML/2.0, headings paragraphs, lists, bullets), click a button and upload it to the server via HTTP POST.
The examples I see present a code example that doesn’t match any of the files used to present it. Took me quite a time to work out that example.js was what I was after.
I can see that there are two divs involved, one with the id ‘editor’ and the other with the id ‘content’. So, I am assuming that I can do some DOM scraping and extract the text in some sort of format. And that is what I will probably end up doing if I don’t get a reply. But I am pretty sure there is probably some function already defined that does exactly that.
More importantly, I am pretty sure that is what a very large number of users coming here also want.
A 'Hello World" example that demonstrates how to put together a minimal example would help a lot of people.