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

AWS SDK Plugin

  • Tags : aws, sdk
  • Latest : 1.4.3
  • Last Updated: 11 May 2013
  • Grails version : 2.0 > *
3 votes

The AWS SDK Plugin allows your Grails application to use the Amazon Web Services infrastructure services. It provides simple wrapper service around the official AWS SDK for Java. Using the SDK, developers can build solutions for Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud (Amazon EC2), Amazon SimpleDB, and more. Read more

Dependency :
compile ":aws-sdk:1.4.3"

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

Previous1..13141516171819202122..48Next