cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot use the wiki pages effectively

sroy
Champ in-the-making
Champ in-the-making
Hi,

How do I use the wiki language in the wiki pages provided by Alfresco Share? For example, in the wiki editor of tracd, the following lines as input

== Active Librato Products ==

  * [wiki:"AVS"]
  * [wiki:"LOAD MANAGER"]
  * [wiki:"GENERIQUE"]
  * [wiki:"Enterprise Workload Manager"]

are used to provide  the output

Active Librato Products (in bold)

AVS   (link to the AVS page)
LOAD MANAGER (link to the Load manager page)
GENENRIQUE (link to the GENERIQUE page)
Enterprise Workload Manager (link to the Enterprise Workload Manager page)


If I use this language in the Alfresco wiki pages, it is not translating it into the required output after the wiki page is saved. Can you let me know how to achieve this result in the Alfresco wiki pages?
1 REPLY 1

t_broyer
Champ in-the-making
Champ in-the-making
The wiki in Share has no "wiki syntax" other than automatically linking to other pages by their name (rather than their URL); otherwise, it's HTML.

The syntax would be (within an HTML bullet list):

[[AVS]]
[[LOAD_MANAGER]]
[[GENERIQUE]]
[[Enterprise_Workload_Manager]]

(actually, the wiki parser in Share will also turn *something* into emphasis, but that's more of an anecdote; the goal seems to be supporting the whole MediaWiki syntax, but the rich-text editor seems weird to me in the picture…)