"A wiki is a website that allows visitors to add, remove, edit and change content, typically without the need for registration. " location = "http://en.wikipedia.org/wiki/Wiki" Javascript Workspace provides Wiki feature with unique way. While conventional website (including Wiki) presents a link as a special text, but a link in Javascript Workspace is just represented as a javascript exppression. To jump another page, You execute a expression including "location" property. location = "Home" If the URL is available on the website (in this case, "{website root}/Home"), you will go to the URL. But if it isn't, New page is made as Wiki Way. You can make your own Javascript Workspace! location = "NewPage" Don't forget [save] button to save your page before you leave. Pages which user made are stored as simple text files in jsdata directory. location = "../jsdata/"