-
Notifications
You must be signed in to change notification settings - Fork 0
Home
vovayartsev edited this page Sep 14, 2010
·
7 revisions
This plugins adds two macros (‘gmail’ and ‘gdoc’) to your Redmine Wiki.
{{gmail("<subject>")}}
or
{{gdoc("<doc title>")}}
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
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.