Marc Registered: Oct 26, 2005
Posts: 6
|
|
|
Reply with quote | #1 | Hello,
Is there a way to use a tag to redirect information to a Mindjet connect map ?
I am able to change the default map to a mindjet connect map but not specifically in a tag. When I do 'Send' it gives me an error.
I did a copy hyperlink from the main topic of the map inmindjet connect and pasted it in a tag.
{queue:'_queuefile_'; pin:641178; map:'https://secure.mindjet.com/openlink?mindjet-link=1.0&dom={3E570C7E-08B3-4786-BE9D-F3FEE8D39E8E}&wks={33DCF030-AB84-4208-A59A-XXXXXXXXXXXX}&doc={65218FA7-0ED0-47E9-A1BF-65EBE60A876C}&obj={A1118EA5-A551-45CC-9497-DD32AAF6D4CF}&wksn=TQB5ACAARABlAGYAYQB1AGwAdAAgAFcAbwByAGsAc wBwAGEAYwBlAA==&docn=TQBlAGUAdABpAG4AZwAgAE8AcABlAHIAYQB0AGkAb wBuAHMAIABNAGEAcgBjACAALgAuAC4A&objn=UAByAG8AYwBlAHMAcwBpAGEAIABTAG8AbAB1AHQAa QBvAG4AcwAgAE0AZQBlAHQALgAuAC4A'; select:maintopic; select:label:'InTray'; create:maintopic:'In-Tray'; label:'InTray'; boundary:add; complete:0;rm_categories:'In-Tray*; Process'; new:subtopic:'_queueitem_'; ; rm_contexts:'Meeting hebdomadaire';rm_categories:'Meeting hebdomadaire';complete:0; hyperlink:'_queueitem_':auto;}
Best regards |
| |
NickDuffill
Moderator
Registered: Dec 10, 2004
Posts: 287
|
|
|
Reply with quote | #2 | Hello Marc
This should work but you will need to "escape" the { and } characters used in the Connect (Catalyst) address, as they are also used in the tag syntax. "{" is "%7B" and "}" is "%7D". So
...dom={3E5... becomes ...dom=%7B3E5...
and
...E8E}&wks... becomes ...E8E%7D&wks...
Unfortunately there is a bug in the GyroActivator documentation that means the "common hex codes" appendix is blank in some builds. We will fix this at the next update.
Best regards __________________ Nick Duffill
Gyronix |
| |
Marc Registered: Oct 26, 2005
Posts: 6
|
|
|
Reply with quote | #3 | Hello,
I've tried what you said, still doesn't work
{queue:'_queuefile_'; pin:641178; map:'https://secure.mindjet.com/openlink?mindjet-link=1.0&dom=%7B3E570C7E-08B3-4786-BE9D-F3FEE8D39E8E%7D&wks=%7B33DFF030-AB84-4208-A59A-BC6A51181628%7D&doc=%7B65218FA7-0ED0-47E9-C1BF-65EBE60A876C%7D&obj=%7BA1118EA5-A551-45CC-9497-DD32AAF6D4CF%7D&wksn=TQB5ACAARABlAGYAYQB1AGwAdAAgAFcAbwByAGsAc wBwAGEAYwBlAA==&docn=TQBlAGUAdABpAG4AZwAgAE8AcABlAHIAYQB0AGkAb wBuAHMAIABNAGEAcgBjACAALgAuAC4A&objn=UAByAG8AYwBlAHMAcwBpAGEAIABTAG8AbAB1AHQAa QBvAG4AcwAgAE0AZQBlAHQALgAuAC4A'; select:maintopic; select:label:'InTray'; create:maintopic:'In-Tray'; label:'InTray'; boundary:add; complete:0;rm_categories:'In-Tray*; Process'; new:subtopic:'_queueitem_'; rm_contexts:'Meeting hebdomadaire';rm_categories:'Meeting hebdomadaire';complete:0; hyperlink:'_queueitem_':auto;} |
| |
NickDuffill
Moderator
Registered: Dec 10, 2004
Posts: 287
|
|
|
Reply with quote | #4 | Marc
I apologise, I forgot to also give you the link to GyroQ 2.0.2 / GyroActivator 1.6.1 that handles the new style of Mindjet Catalyst link instead of the previous Connect URL. The beta version is at http://www.gyronix.com/go.php?756. This version also includes an update to the GyroActivator Help to reinstate the escape codes for reserved characters.
Best regards __________________ Nick Duffill
Gyronix |
| |
Marc Registered: Oct 26, 2005
Posts: 6
| |