Hi!

I've just released an WYMeditor [1] integration for Tapestry 5.4. It's sources are on https://github.com/thiagohp/tapestry-wymeditor and its 0.0.1 JAR is on its way to the Maven Central Repository.

To use it, just add its dependency to your build tool of choice [1] and add t:mixins="wymeditor/Wymeditor" to a TextArea component. In addition, you can use t:options to pass an JSONObject containing options for WYMeditor.

[1] http://wymeditor.org/ (for description and demos), http://wymeditor.readthedocs.org/ (for the updated documentation)

In addition, just today I noticed that I had actually managed to get tapestry-url-rewriter, the old T5.1 URL rewriting support but updated to work with T5.3+, in the central repository too, so you can easily use it right now: http://search.maven.org/#artifactdetails%7Cbr.com.arsmachina%7Ctapestry-url-rewriter%7C1.0.1%7Cjar. I have a plan to write a non-backward=compatible 2.0.0 release which keeps the incoming URL support as it is now, but changes the outgoing URL rewriting to be more similar to the T5.2+ Link Rewriter API way of doing that, which is way easier.

Maven:

<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>tapestry-url-rewriter</artifactId>
    <version>1.0.1</version>
</dependency>

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to