Home>
Markdown content created with SimpleMDE
I would like to be able to collaborate. . .
I do not know what work is required. .
Currently, markdown is implemented with the following code
var simplemde = new SimpleMDE ({
element: document.getElementById ("editor"),
toolbar: ["heading-1", "heading-smaller", "heading-bigger", "|", "bold", "italic", "strikethrough", "code", "|", "unordered-list" , "ordered-list", "link", "table", "image", "|", "preview", "guide"]
});
It is a beginner and understands almost only on a copy and paste basis. .
I visited various sites and tried, but I couldn't solve it ...
I'm in trouble
① I don't know how to store markdowns
② I don't know how to collaborate in real time
If i know how to store the data in (1)
② store data in firebase's real-time database
If i can bring that value, you can go. . . I have a delusion.
I don't know how to implement orz
Javascript
-
Answer # 1
Related articles
- javascript - about implementation of orbitcontrols in threejs and display of model
- javascript - about switching the display between desplay: none;and desplay: block;
- about the message javascript error:'alert' is not defined
- php - about javascript document
- javascript - about roulette creation error
- about formatting javascript data
- javascript - about initialization of app in expressjs (library code)
- javascript - about the order of push processing
- javascript - about the processing order of if statements
- about javascript split assignment
- javascript - i have a question about xmlhttprequest
- javascript - about the error "cannot read property'indexof' of null"
- creating a simple quiz app about javascript
- javascript - about sending and receiving multiple forms using flask + websocket
- php - about compiling javascript code in laravel development
- about javascript syntax
- javascript - about sending and receiving files using json
- mysql - about database design and implementation
- javascript - rails6 asynchronous like function implementation the display does not change
- javascript - html implementation i want to express a smooth convex shape for the dividing line of content
Related questions
- javascript : When the array is output to the console, it is empty, but not (Schrödinger's array)
- javascript : I get an error when I expo install firebase yarnpkg exited with non-zero code: 1 [Closed]
- javascript : How to get the image saved in GCP storage and re-upload it as it is
- javascript - i want to display only scrolling for the time being
- i want to change the color of hover every time i click with javascript
- javascript - padding does not apply
- php - what does it mean to copy and paste the code?
- firebase cloud function doesn't work [maybe javascript mistake]
- javascript - syntax error 800a03ea is displayed when opening indexjc in cloud function
- javascript - mechanisms such as bootstrap and font awesome
If you use SimpleMDE, you can create a Markdown editor that works in a browser in 10 minutes.
Easy to understand here