Gogorender

Type: 
Plugin
Compatibility: 
Mnemosyne 1.2.2 +
Status: 
Testing
Author: 
Timothy Bourke
Source: 

Original code. Released under a BSD license.

Description: 

Plugin for rendering segments of text as image files.

The main reason for this plugin is to work around the limitations of
displaying fonts under J2ME on certain mobile phones. Characters can instead
be rendered on a PC where more fonts and libraries are available.

NB: On phones where security prompts cannot be disabled, each image will
generate a confirmation prompt. This can quickly become annoying.

Basic use: save the plugin file into the Mnemosyne plugins directory
($HOME/.mnemosyne/plugins) and start Mnemosyne. In the next Mnemogogo
export, all words that contain non-latin characters should be exported as
image files.

For bigger renderings: add the following line to the $HOME/.mnemosyne/config.py file:

gogorender = { 'size' : 24 }

Open the plugin file in a text editor to see more options.

Changes

  • 20100111, version 1.0.0, first release
  • 20100119, version 1.0.1, remove unnecessary import of PIL
  • 20100306, version 1.0.2, add render_match feature.
  • 20100329, version 1.0.3, better handling for invalid html.
AttachmentSize
gogorender.zip4.98 KB