Live data from Hacker News

MDwiki – Markdown based wiki done 100% on the client via JavaScript

dynalon.github.io

21–24 of 24 posts

Re: MDwiki – Markdown based wiki done 100% on the client via JavaScript

#21

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.

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

#22
post #21

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.

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.

I had the same thought as the parent of your comment, but I really like this way of doing things, well done. Looks really clean and I'd consider using it if I needed a wiki for some project.

Re: MDwiki – Markdown based wiki done 100% on the client via JavaScript

#24
post #21

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.

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.

In that case, I just came up with some awesome new minimalist wiki software: it's called 'plain text files in a git repository'.
Post reply on HN