Top "Wiki" questions

A wiki is a CMS for collaborative content creation, typically with a flat content structure and heavy cross-referencing.

Resize image in the wiki of GitHub using Markdown

I'm writing a wiki page on GitHub, and I'm using Markdown. My problem is that I'm putting a large image (…

html github markdown wiki
How to style a JSON block in Github Wiki?

Is there a way to nicely format/style JSON code in Github Wiki (i.e Markdown preferred)? Something like this …

json github markdown wiki
How do I create some kind of table of content in GitHub wiki?

If you look here: http://en.wikipedia.org/wiki/Stack_Overflow You'll notice there's a little "Content" section, if you …

github wiki
Sharepoint 2013 - 404 Not Found while accessing site collection from outside

This question may be a dublicate, but no recent post leads to a working answer for my case. I have …

http-status-code-404 wiki sharepoint-2013 sitecollection
Embedding images inside a GitHub wiki (gollum) repository?

The Github wikis are backed by a separate git repository then the main project repository. This post by the Github …

github wiki gollum-wiki
ToC or Sidebar in GitHub Wiki

How do I create a ToC or a sidebar menu in a GitHub Wiki? I saw some mentions of it …

github wiki
How do I clone a GitHub wiki?

How do I clone my GitHub repository's wiki? I know it's saved as a separate Git repository, but I can't …

github wiki git-clone
How to pull request a wiki page on GitHub?

I saw a wiki page on GitHub that isn't open for editing. Then I forked the project, edited it on "…

git github wiki
Code block in numbered list (Wiki syntax)

In MediaWiki (wikipedia's) wiki syntax, is there a way to have a numbered list with a code block in the …

syntax wiki mediawiki
Has anyone implemented a wiki in NodeJS?

I'm looking for a pure javascript, open-sourced, wiki implementation, preferably one using NodeJS. Where might I find it?

javascript node.js wiki wiki-engine