MrDoc uses markdown and a rich text editor.Focus on content rather than style, make document writing simple and efficient.
Double column reading page, outline on the left and content on the right.Read a document like a book.
It not only supports the export of markdown, PDF, ePub and other formats, but also extends the avatar collection artifact with web browser.
Rich site management and permission control functions, not only easy to manage documents, but also easy to manage the whole system.
Classified according to the corpus, the highest three levels of document level are used for personal knowledge management, so that personal knowledge is no longer fragmented.
MrDoc is used as the document library within the team, which precipitates team experience and accumulates team digital assets.
The book like structure is suitable for presentation as a product instruction manual, especially when there are multiple products that need to be documented.
The records of blog are too daily and scattered. Write an online book with seeking documents to systematize your output and provide readers with a smooth reading and learning experience.
# Use git clone mrdoc source code git clone https://github.com/zmister2016/MrDoc/ # Install required package pip install -r requirements.txt # Initialize database python manage.py migrate # Create Super User python manage.py createsuperuser # Run test server python manage.py runserver