Skip to content

A simple collaboration web app for Markdown syntax documents in Vue.js

Notifications You must be signed in to change notification settings

SelfRef/mark-collab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

create_date archive_date language framework locale editor license category dev_status
2017-06
2017-07
C#
TypeScript
.NET Core
ASP.NET Core
Entity Framework Core
Vue.js
en_US
Visual Studio Code
MIT
PoC
Utility
Web
Archive

MarkCollab Editor

Description

MarkCollab is a simple collaboration tool for creating various types of documents using Markdown syntax. The main idea is to create a self-hosted Web Application that contains everything to create Markdown documents by many people in the same time.

Screenshots

Editor View Sidenav

API Reference

Get all documents

GET {root}/api/docs

Get single document of {id}

GET {root}/api/docs/{id}

Create new document with title in body

POST {root}/api/docs

Note: Remember to add Content-Type: text/plain header.

Update document content in body

PATCH {root}/api/docs/{id}/content

Note: Remember to add Content-Type: text/plain header.

Update document title in body

PATCH {root}/api/docs/{id}/title

Note: Remember to add Content-Type: text/plain header.

Delete document of {id}

DELETE {root}/api/docs/{id}

About

A simple collaboration web app for Markdown syntax documents in Vue.js

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •