Plugins You can find out about all the publicly available Grails plugins.

Github Gist Plugin

  • Tags : /
  • Latest : 0.1
  • Last Updated: 06 June 2012
  • Grails version : 2.0 > *
0 vote

Uploads code snippets from a Grails project to GitHub Gists so you can easily share tested code in blog posts, etc. Read more

Dependency :
compile ":github-gist:0.1"

Documentation Source Issues

Grails Markdown Plugin

  • Tags : editors, markup language
  • Latest : 1.0.0.RC1
  • Last Updated: 08 March 2012
  • Grails version : 1.3.5 > *
3 votes

A Grails plugin to provide tag library and service support for markdown. It can be used both for converting markdown into HTML, as well as converting HTML back into markdown.

You can either use the body of the tag to hold the markdown:

<markdown:renderHtml>This is a test of markdown.</markdown:renderHtml>

renders:

<p>This is a <em>test</em> of markdown.</p>

Or the "text" attribute:

<markdown:renderHtml text="Yet another markdown test."/>

renders:

<p>Yet <strong>another</strong> markdown test.</p>

It als...

Read more

Dependency :
compile ":markdown:1.0.0.RC1"

Documentation Issues

Audit Trail

  • Tags : auditing
  • Latest : 2.0.0
  • Last Updated: 29 June 2012
  • Grails version : 1.3 > *
1 vote

Please use version 2.0.1,Version 2.0.0 has a big bug when use with spring-securite-ui Read more

Dependency :
compile ":audit-trail:2.0.0"

Documentation

Previous1..12131415161718192021..84Next