|
Hi there
I have set up a Wiki page
The problem is that normal users are restricted to read only policy on my site. This is because I don't want them posting nude pictures on the Intranet etc.
But on the Wiki page I have set the library permissions to ...
Answer Snippets (Read the full thread at microsoft):
Ok I set the SiteI am guessing the users have no access to the "Site Assets" library or other library where you want.
You also need to give them permission to add files to another library.
On the wiki library.
|
|
I found a way to create folders within the Wiki Page Library, but is it possible to drag and drop wiki pages within those Folders?
The option for "Open with Explorer" is greyed out so I can't use that.
Answer Snippets (Read the full thread at microsoft):
I created the Datasheet View and I'm able to copy, but... .
An alternative could be
http://www.eblogin.com/eblogin/post/2011/11/23/MoveListItems.aspx
let me know if it helps Tanmay,
Thanks for the post, but I'm not able to paste .
Nope you cant drag drop ....
|
|
Client side rendering is useful when we want to use wiki like syntax. Unfortunately I have not found any library which gives wiki syntax rendering in GWT client side.
Does anyone knows such an API/library?
Started by takacsot on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There are also some Java-based wiki markup parsers; you could....
There are a couple Mediawiki (Wikipedia syntax) ones listed at http://www.mediawiki.org/wiki/Alternative_parsers .
Sounds like you want a Javascript wiki rendering API.
|
Ask your Facebook Friends
|
This evening we've added two other portions of MSDN/TechNet to our profile statistics section.
Translation Wiki: Activities, achievements, points etc. are now being recognized for work done in community translation of library articles. Some information...
Answer Snippets (Read the full thread at microsoft):
Thanks, Hasham Scary, think i added the library suggestion in the feature request wiki article....
HI Sean !
Hopefully you guys are thinking to include "Translation Wiki" / "Library" content they are not appearing in the Pie Chart.
|
|
I don't ever recall coming across anything for C that's as extensive as C++'s Boost library.
Started by Thomas Owens on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Image processing, 3D graphics, networking, etc., but never a real general-purpose library like boost you're trying to do there is APR (The Apache Portable Runtime library) which is what the Apache http (see, for example, http://en.wikipedia....
|
|
Hi,
I'm looking for some kind of text-parser for ASP.NET that can make HTML from some style of text that uses a special format. Like in Wiki's there is some special syntax for headings and such. I have tried to look on google, but I did not found anything...
Started by Jesper Blad Jensen aka. Deldy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For the server side, you can use the Markdown.Net library from Milan Negovan : http.
|
|
I was recently put in charge of the wiki for the development team. The wiki is still in its infancy, so I have a lot of room to work with. It goal is to house internal to the development team. Currently, the main piece of information that the wiki holds...
Started by Maudite on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
As the code is updated, developers are requested to update any related information on the wiki, and teach others....
We don't want our wiki that is intended to provide that it is useless.
Dev wiki is that it is updated when things change.
|
|
I forgotten the name of this library. But it's sort of like Wiki how you type certain characters in front of your text, and then it'll make the text bold/italic/underline.
I'm not asking for the way Wiki is formatted but I'm aware there is something similar...
Started by alamodey on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://redcloth.org....
It gives you textile markup (which is among the markup languages listed in Daniel's answer) .
RedCloth does this.
Many of these are implemented in Ruby:
Comparison of lightweight markup languages
I like Markdown, through RDiscount .
|
|
There are plenty of java wiki engines http://java-source.net/open-source/wiki-engines
I'm currently looking for good lightweight wiki , something like the community wiki on stackoverflow , that can be easily integrated into excising applications. Please...
Started by Mite Mitreski on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I personally use....
It's available in Eclipse Galileo and as a standalone library (see bottom of the page).
And Ant tasks for working with various wiki formats (Textile, MediaWiki, Confluence, Trac) and exporting to HTML, PDF, and others.
|
|
I'd like to understand how a wiki works, at least from a high level. When a user saves changes, does it always insert a new row in the database for that wiki article (10 revisions, 10 rows in the database).
Started by Byron Sommardahl on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Every entry inside of the wiki is a new entry inside of the database of the project? There is a lot of movement around NoSql at the moment and a wiki seems to fit nicely on stackoverflow http://stackoverflow....
From a Wiki implementation.
|