Is there an online editor for creating permanent and related markdown documents?

There are many useful online editors for markdown language.

However, is there something that makes it easy to create a bunch of saved and linked markup pages?

By saving, I mean that all documents that you work on will be saved by the editor (for example, the github tag editor will save any changes to the git project).

By connecting, I mean that it should be easy not only to link to other markup pages (which can only be a link, for example [page2](page2.html) , but also easy to create new pages for communication.

+4
source share
3 answers

I use

http://jottit.com

very simple, but may be the beginning.

+1
source

You can create and save it in github: gist , just give it a file name with the extension .md and it will be displayed as a markdown.

+1
source

I just came across another possible solution:

Commonplace

Simple server for Markdown files. Allows you to create and edit a Markdown file using a wiki-like web interface.

And one more:

WCM

WofFS 'Content Machine is a tiny Perl CGI that takes a Markdown file tree directory or shell scripts (or something else) and turns them into a viewable website.

Docbase

Turn the markup files into a beautiful documentation center.

0
source

All Articles