Skip to content
vovayartsev edited this page Sep 14, 2010 · 7 revisions

“Google Links” plugin for Redmine

This plugins adds two macros (‘gmail’ and ‘gdoc’) to your Redmine Wiki.

Usage

{{gmail("<subject>")}}

or

{{gdoc("<doc title>")}}

Installation

Just put the ‘redmine_google_links’ directory under your vendor/plugins directory. No need to run db:migrate_plugins script.

cd /vendor/plugins

git clone http://github.com/vovayartsev/redmine_google_links.git

Examples

Example 1: this will insert a link to GMail search results page for “Mike’s Birthday” query string:

{{gmail("Mike's Dirthday")}}

Example 2: this does similar things for Google Docs

{{gdoc("Budget")}}

Note: the links in the examples above will work just like if you type the words “Budget” or “Mike’s Birthday” in GMail/GDoc search field.

  • Pros: everyone who has received the e-mail or has access to the doc can open the link.
  • Cons: you may have several documents with the word “Budget” in the title.
Clone this wiki locally