Skip to content

Collaborative markdown editor with realtime preview. Great for collaborating on github READMEs, writing content for your JAMstack site, your project's wiki, or any other markdown use.

License

Notifications You must be signed in to change notification settings

jlemanski1/MarkdownEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Collaborative Markdown Editor

What is this?

Type your markdown into the box on the left and immediately see if on the box on the right. If you send a friend a link to this URL you both can edit the document at the same time!

How to use this?

Type anything after the slash in the domain and to create a new page and link to your colleagues to participate. You can also start typing away if you're simply using it by yourself.

Local Development

Local Redis server setup

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make

Start redis server

from redis server directory

cd src
./redis-server

Start NodeJS server

from project directory

node server.js

Watch SCSS files

from project directory

npm run scss

Tmux is a great help for facilitating running all the servers in a single terminal window.

How was this built?

This website uses the following to work:

About

Collaborative markdown editor with realtime preview. Great for collaborating on github READMEs, writing content for your JAMstack site, your project's wiki, or any other markdown use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published