Live data from Hacker News

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

dynalon.github.io

11–20 of 24 posts

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

#11
post #4

Earlier quoted context omitted.

A pull request would edit a page, I think.

But that doesn't make it a wiki.

Au contraire, I think GitHub's editing features are actually close enough to make a wiki.

Though... you might as well just use GitHub's Wiki...

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

#16
That's really cool! It reminded me of Ward Cunningham's Smallest Federated Wiki, which is mostly client-side too; although it normally uses sinatra, there's an arduino port and I seem to recall an experimental server implemented using only apache conf hacks too.

https://github.com/WardCunningham/Smallest-Federated-Wiki

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

#18
This is similar to what we are building at UserDeck. We call it Guides and it is a knowledge base widget that embeds inline into any page of a website. It is all Javascript and customizable on the client side with layouts and components which have options which let you change things like a sidebar component to the right side instead of the left.

Any team member can collaborate and edit articles live on the site and we are considering adding wiki type functionality if people are interested.

You can learn more at http://userdeck.com/guides.

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

#19

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.

Seems like hosting it on GitHub Pages would accomplish that.

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

#20
post #13

And how is the crawling of search bots handled? Does Google render this into HTML and interpret the hyperlinks and try to crawl deeper pages as well?

Crawling is an issue. But if you google for mdwiki, first result will be the projects website which IS crawled. I think this is undocumented by google, but they do fetch ajax content. But you can not do professional SEO with frontend-only solutions.
Post reply on HN