Author: Will Abson
This project implements a number of customisations to the Alfresco Share wiki component to improve its visual appearance, and add support for dynamic tables of contents, embedded document previews, in-line data lists/tables and syntax-highlighted code using Google Code Prettify.
The add-on has been tested against Alfresco version 3.3/3.4 and version 4.x.
The customisations are packaged as a single JAR file for easy installation into Alfresco Share.
To install the customisations, simply drop the wiki-rich-content-<version>.jar
file into the tomcat/shared/lib
folder within your Alfresco installation, and restart the application server. See General Installation if this folder does not exist or if the customisations do not take effect after restarting.
In Alfresco 4.x, you need to enable the module named Wiki Rich Content module within the module deployment console, once you have started Alfresco. You can access the console by visiting the following URL.
http://servername:port/share/page/modules/deploy
Once you have added the module to the Deployed list, you must then click Apply Changes to make the changes take effect.
Separate modules are provided for adding ToCs, in-line data lists/tables and syntax-highlighted code and YouTube/Vimeo videos, so you can choose the enhancements you need.
An Ant build script is provided to build a JAR file containing the custom files, which can then be installed into the tomcat/shared/lib
folder of your Alfresco installation.
To build the JAR file, run Ant from the base project directory.
ant dist-jar
The command should build a JAR file named wiki-rich-content-<version>.jar
in the build/dist
directory within your project, which you can then copy into the tomcat/shared/lib
folder of your Alfresco installation.
Alternatively, you can use the build script to hot deploy the JAR file directly into a local Tomcat instance for testing. You will need to use the hotcopy-tomcat-jar task
and set the tomcat.home
property in Ant.
ant -Dtomcat.home=C:/Alfresco/tomcat hotcopy-tomcat-jar
After you have deployed the JAR file you will need to restart Tomcat to ensure it picks up the changes.
datatable
to the table from the Insert/edit new table dialogue.datatable:aaaa-bbbb-cccc-dddd
, where the last part is the name of a Data List in the site (which you can find on the end of the List URL in your browser)Name
or cm_name
.