TLDR; Not actually a wiki. This is a nice front end js component that live autocompiles markdown into HTML. IMHO to be a wiki it would need to manage user editing and version control.
MDwiki – Markdown based wiki done 100% on the client via JavaScript
21–24 of 24 posts
Re: MDwiki – Markdown based wiki done 100% on the client via JavaScript
#22TLDR; Not actually a wiki. This is a nice front end js component that live autocompiles markdown into HTML. IMHO to be a wiki it would need to manage user editing and version control.
Author of MDwiki here. Versioning and editing is indeed intended to be done and handled through git. Pull requests are prefered method for collaboration. Another way is to place the wiki on a Dropbox shared public folder and share the folder with your collaborators. Hosting can be done through Dropbox as well.
Re: MDwiki – Markdown based wiki done 100% on the client via JavaScript
#23Re: MDwiki – Markdown based wiki done 100% on the client via JavaScript
#24TLDR; Not actually a wiki. This is a nice front end js component that live autocompiles markdown into HTML. IMHO to be a wiki it would need to manage user editing and version control.
Author of MDwiki here. Versioning and editing is indeed intended to be done and handled through git. Pull requests are prefered method for collaboration. Another way is to place the wiki on a Dropbox shared public folder and share the folder with your collaborators. Hosting can be done through Dropbox as well.