A wiki is a website whose users can add, modify, or delete its content via a web browser using a simplified markup language or a rich-text editor.

learn more… | top users | synonyms

2
votes
0answers
617 views

CTRL+V @ wiki to trigger image upload from clipboard

Can I upload an image to a document library using javascript? Can I use that information together with, for example, clipboardData? ...
3
votes
1answer
184 views

Make dropdownlist on ribbon visible only on wikipages library

I am following this tutorial. http://www.wictorwilen.se/Post/Creating-a-SharePoint-2010-Ribbon-extension-part-1.aspx However I need that the dropdownlist can only be seen in wiki pages library. I ...
2
votes
1answer
410 views

Limit visibility of Site Content and structure, customize Sitemanager.aspx?

In my current scenario the users would like to move wiki pages from one folder to another. The only way to do this is using the site content and structure and it works fine. However, the site ...
0
votes
2answers
1k views

Moving wikipages inside the same wiki pages library?

By default the option to move to another location is disabled in wiki pages library. In our wiki page library there are many folders and it should be possible for normal users to move from one folder ...
0
votes
1answer
90 views

Looking to provision a file in a wiki library. URL invalid?

Any idea what the Url format should be for any site with a SitePages library? <?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> ...
1
vote
1answer
1k views

Difference between wiki pages library and pages library?

I have the following scenario. We have a sharepoint 2010 web template to create sites in our organization.\ After the site is created there is a custom button that activates publishing features. The ...
2
votes
1answer
872 views

Warning about unsafe content when saving wikipage using Sharepoint Designer

After editing a wiki page using SharePoint Designer 2010 I have stared to get the message "Content in the embedded form field maybe changed by the server to remove unsafe content. Do you want to ...
2
votes
0answers
138 views

Are there customizations available for pasting images or screenshots to wiki

I would like to copy an image to a SharePoint wiki as easily as I can copy it to a word document - for example, pasting a screenshot to a wiki, getting asked for the file name, and getting the image ...
2
votes
1answer
571 views

New to Sharepoint. Best practices in wiki creation?

I am brand new to SP. I have been charged with creating a site for our group. I have posted a couple of questions previously, which you folks have been very helpful with. I have been asked to make a ...
2
votes
1answer
334 views

Changing the default home page (non programatically) wiki SP 2007

I am brand new to SP. I have been charged with creating a site for our group. I posted a question last Friday regarding my default home page, where the view generated always has a grey bar on the ...
0
votes
1answer
398 views

Show Wiki pages on quick launch in a MOSS Wiki Site

The Quick launch section of a MOSS wiki site only shows the initial Page under wiki pages. I have to manually add the wiki pages that I create to the naviagtion in order to see them under the quick ...
2
votes
1answer
309 views

Wiki Syntax to Create Child Page From Current Page

This seems like it should be a very simple task/question. We are currently on SharePoint 2007. I am in the process of editing a particular department's Wiki page, so imagine the breadcrumb to the ...
2
votes
1answer
796 views

“Specified title already exists” error when trying to create a new page

I am trying to create a new page by going to "Site Actions/new page" first it gives me a little modal page which contains two buttons Create and Cancel and following message: In order to create ...
6
votes
1answer
676 views

Are there a wiki in sharepoint that supports markdown?

I'm wondering if there are a wiki for SharePoint that supports markdown? Or if there are a way to change the existing one so that it can be edited using markdown.
1
vote
3answers
340 views

Can Sharepoint 2010 be setup to send an alert with changes only

We are using sharepoint alerts to send out wiki page change notices. However, when the wiki page is very complex, it is difficult to see exactly what changed. Is it possible to setup the sharepoint ...
1
vote
1answer
2k views

Convert Word Documents to Wiki Pages

Has anyone found a solution (custom code, free, or paid) to easily convert Word documents to SharePoint 2010 Wiki Pages? The closest thing I have found so far is this old 2007 project: ...
0
votes
1answer
72 views

Web parts that react to displayed content

So, imagine I have a wiki library. That library has had columns added to contain other interesting information, e.g. lookups to related items in the same list or lookups to parent lists. How would I ...
2
votes
1answer
91 views

Choosing the most appropriate solution

I hope you guys can help as I'm new to Sharepoint development and it appears to have a million and one ways to achieve any goal! I need to provide our staff a place on the intranet to enter product ...
3
votes
2answers
725 views

Most Popular/Recently Updated Wiki page

I want to display in a webpart whats the top 5 ( recenlty updated and Most Popular wiki Pages). By most Popular I mean not be STAR rating but the most visited Wiki page. How do I do it? My idea is to ...
2
votes
1answer
162 views

How to programmatically add a page to a SharePoint wiki

We are considering migrating from one system to SharePoint. Assuming I can correctly read the existing pages, how would I automate the addition to our SharePoint system ?
2
votes
1answer
1k views

Enterprise Wiki: how to customize SitePages

I've created a Wiki Page Library and I've noticed that when creating a new page, it doesn't have rating/categories/edit/history facilities as in the Pages library created by the publishing feature ...
3
votes
1answer
633 views

Save Site as Template: Why is the “include content” section available for some sites but not others?

For some of our SharePoint sites and sub-sites, the "include content" checkbox is not available on the Save Site as Template page (in particular, Wiki sites). By "not available" I mean that the ...
0
votes
0answers
56 views

Raw HTML content in editing controls [duplicate]

Possible Duplicate: Sharepoint/MOSS2007 and the IE9 After updating the browser to IE9 (I used IE7 before), weird things happen when working on MOSS2007. When trying to edit content (a wiki ...
3
votes
2answers
2k views

Structuring wiki pages with templates in SharePoint 2007

I need to create a custom template for SharePoint 2007 wiki pages. With ability to add multiple web parts zones on Wiki Page. Is it possible to do that, as I have read from online that wiki pages in ...
2
votes
1answer
230 views

How do I configure required columns on Wiki pages?

In a SharePoint 2010 Wiki page library, if I add metadata columns to the page library, something like "Category" and make it a required column. When I go and create a new Wiki Page in that library ...
1
vote
3answers
552 views

sharepoint 2007 wiki customization

I have been asked to customize a SharePoint 2007 wiki site into a 'Wikipedia' like interface and functionality. After a bit of goggling it turns out that wiki's are not that readily customizable!! ...
0
votes
0answers
205 views

Creating a new Wiki Page Library generates exception when Enterprise Site Collection Features are active

If the Sharepoint Server Enterprise Site Collection Features are active, the user gets an "Unexpected error has occurred" screen when creating a new Wiki Page Library. When the Enterprise Site ...
0
votes
1answer
155 views

WSS3.0 Wiki workarounds

I've created a Custom List which performs a Lookup to the Title field of a Wiki Library. Is there any way I can hack together a way to then display items from the Custom List on the Wiki pages, which ...
0
votes
0answers
56 views

how to use WikiPluse Usage Report Web Part [closed]

I need to use WikiPluse Usage Report Web Part where can I learn how to use it?
2
votes
1answer
603 views

Importing SP 2007 wiki into SP 2010 to remove “page has been customized from its template” message

We have migrated a very out-of-the-box SP2007 to SP2010 (DB attach) and have performed the visual upgrade for all sites. Now when I open some wiki pages I get the notification: "The current page has ...
2
votes
3answers
4k views

Activating and deactivating publishing feature breaks SP2010 wikis?

I have created an Enterprise Wiki site on SharePoint 2010. I have added some pages to the wiki - that worked fine. By default, it seems that an Enterprise Wiki has publishing turned off. If I ...
0
votes
2answers
734 views

Links in Sharepoint to other Sharepoint Content

I am new to Sharepoint and am using Sharepoint 2010. I want have a page (should it be a list?) that contains quick links to other content that is already on the website. Is there a way to do this ...
1
vote
2answers
490 views

How do I publish SharePoint 2007 wiki articles to single MS Word document?

I have a SharePoint wiki with several separate articles that I would like to consolidate into a single MS Word document. The articles are in a standard SharePoint 2007 wiki with no customizations. I ...
1
vote
0answers
357 views

2010 Recent sub Site Wiki Page Changes Rollup with Content Query webpart

I have a my SharePoint 2010 enterprise implementation. I am trying to implement a Webpart in a site that shows all the latest changes from a sub site wiki libraries. Unfortunately the result set is ...
0
votes
3answers
2k views

Sharepoint 2010 Wiki Editor does not work with IE 9

my problem is that when I try to edit a Wiki page with IE 9 on Windows 7 then the loading symbol appears in the right upper corner but it stays there and nothing happens. Also after waiting some time ...
2
votes
1answer
412 views

MediaWiki-like Special Pages under SharePoint 2010 Wiki?

I watched this video and wondered what those "latest pages", "popular pages", and "request pages" links in the left-hand menu? Are these standard SharePoint 2010 Server Wiki Features like the ...
3
votes
2answers
115 views

Not able to add a webpart to a wiki page on teamsites

I have deployed a custom webpart to a TeamSite using Visual Studio. I get this error message when i try to insert it to the home page. "A Web Part or Web Form Control on this Page cannot be displayed ...
9
votes
5answers
1k views

SharePoint vs Confluence Wiki

I have been using SharePoint now for 3 years and I really like it and would really like all employees in our company to move over to SharePoint from our Confluence Wiki. I want them to have their ...
7
votes
3answers
2k views

Is there a better Editor for a SharePoint 2010 wiki?

What editor would you suggest to use for SharePoint wikis? We are not so happy with the built in HTML one (because of image support) I opened another question about how to use Windows Live Writer, ...
4
votes
1answer
1k views

How to use Windows Live Writer with a SharePoint 2010 wiki?

Is there any way to use Windows Live Writer with a SharePoint 2010 wiki? It should be possible by using the MetaWeblogAPI that hooks into SharePoint 2010, as per ...
4
votes
3answers
4k views

Side-by-side web parts on a wiki page: possible?

I want to have two small web parts (weather and traffic reports) arranged side-by-side, rather than one on top of the other, on a wiki page (Home.aspx). It appears that I'll need a web part zone to do ...
5
votes
2answers
5k views

Wiki Markup Language

Does the 2010 SharePoint wiki offer improved support for lightweight markup language? If so, where can I find the documentation? For example, is there markup for bold text - external links - images ? ...
1
vote
1answer
1k views

Change Default Page Layout for Pages in Enterprise Wiki Library - 2010

I have a Site called Workspaces, created with the Enterprise Wiki Template, and am hosting two Wiki Libraries within the site. Whenever a user views an individual Wiki Page, regardless of the Wiki ...
1
vote
1answer
417 views

Mediawiki citation/footnote capability in SharePoint 2010 Enterprise Wikis?

We're migrating a Mediawiki installation to SharePoint 2010. We've examined and dealt with all of the issues of lost/different functionality successfully with the exception of how to deal with the ...
2
votes
2answers
405 views

Enterprise wiki migration

We have a couple of Enterprise Wiki's that were thought to be self-contained, but now want to consolidate the content together. I figured this would be easy, just open the Pages folder in Windows ...
3
votes
1answer
579 views

Sharepoint 2010 wiki include content

We have some knowledge that we have organized in a confluence wiki. The content is the form of knowledge reports,that we have matched to wiki pages. But this content has a particularity. Some parts of ...
0
votes
3answers
806 views

Apply new master page in Team Site and Wiki Site - MOSS 2007

I'm trying to customize the layout of the Team Sites and Wiki site in MOSS 2007. The idea is to brand it to the client's needs. I'm thinking in applying new master pages to both of them, but how can ...
1
vote
1answer
576 views

Add Reusable Content to a Wiki Page

I would like to insert a Reusable Content to my Wiki page (I would like to create a Navigation snippet, so I could include it in every subwiki page, where it's needed), I've created the Content in the ...
1
vote
2answers
319 views

Using SyntaxHighlighter in SharePoint Wiki?

Has anyone been able to get a package like SyntaxHighlighter to work with SharePoint wikis?
2
votes
2answers
3k views

How do I add custom fields to a wiki page?

I create a new wiki pages library (on SharePoint Foundation 2010) and create some new custom fields (1 choice and 1 text). When I create a new Wiki Page these custom fields are not shown on the web ...