This project is not covered by Drupal’s security advisory policy.

The Go Diagram module provides an input filter which will convert textual Go board position definitions (for the game of Go) to images. Additionally, symbols can be placed anywhere within text and again the markup for these will be converted to the appropriate image.

There is a demonstration site available for this module which allows you to give it a try by adding some diagrams yourself etc.

Requirements

Usage

Once text formats have been configured to enable this input filter, content editors will be able to place diagrams and symbols within their content by placing the appropriate markup within [godiagram]...[/godiagram] and [gosymbol]...[/gosymbol] tags respectively.

For example, a diagram can be placed with text such as:

[godiagram]
$$ A joseki mistake
$$  ------------------
$$ | . . . . . . . . .
$$ | . . 8 . . . . . .
$$ | . . 4 5 . 2 . 3 .
$$ | . . 6 1 . . . . .
$$ | . . 7 a . . . . .
$$ | . . . . . . . . .
[/godiagram]

Symbols can be placed within text such as:

[gosymbol]BT[/gosymbol]

Project information

  • Created by marshmn on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases