Dear all,I am using MLO since about 4 months and I am quite happy with.For several actions I use OneNote and it is quite good that I can copy the hyperlink of a paragraph directly into a MLO task.The same does NOT work with my Mindjet 11 version.When copying from OneNote into MLO I need to add "file:" and then the link works perfectly into OneNote.When doing the same thing with I link copied from Mindjet 11 I get an error message "Could not execute file:.....".Interestingly enough the error message shows a path that is longer as the original hyperlink and the path to MLO is added.Any idea how get a working hyperlink to a Mindjet topic into MLO?What I would like a lot as a future functionality in MLO/Mindjet is the possibility to send tasks from a MindMap to MLO (and ideally keep them synchronized; but sending alone would be cool).Thanks for your helpSteve
Hi Olivier,thanks for your answer. Unfortunately this doesn't work in my case - no idea why (I have read your other post before).This is what I do in detail:Copy as hyperlink in MM and paste to MLO results in:
mj-map:///C:\Users\Folder1\Folder2\Mapname.mmap#oid={0F3B31B4-689C-4F5B-889D-7D3C4B709DEE}
This is no hyperlink; adding "file:" leads to
file:mj-map:///C:\Users\Folder1\Folder2\Mapname.mmap#oid={0F3B31B4-689C-4F5B-889D-7D3C4B709DEE}
Which gives an error message "could not execute: \\Drive\FolderX\My Documents\MyLifeOrganized\mj-map:///Drive:\Users\Folder1\Folder2\Mapname.mmap#oid={0F3B31B4-689C-4F5B-889D-7D3C4B709DEE}"
No matter if I put the whole string in brackets or not. Interestingly enough the MLO-path is added! All files are on a network drive.
Any idea what could be wrong?Many thanks and best regardsSteve
Hi Dwight,thanks for the tip. But unfortunately that doesn't change anything. It's still the same behaviour.Best regardsSteve
It was a bad guess. Slashes are not needed. I checked.
I don’t know mindjet or its relatives but I use something similar with Skype. To make a button on a web page that will call US phone number (212) 692-4636 you code the link as “skype:+12126924636” (without the quote marks). In a MLO/Windows notes field you can code “file:skype:+12129624643” (without the quote marks) to get a clickable link that will activate skype and call the same number. No slashes. Works like a dream. My only concern is that MLO/Android running with Skype installed has no idea what this sequence means but if I enter the text “(212)692-4643” it’s displayed as a clickable link. If I click it, Android asks if I want to use dialer or skype. If I choose skype the call goes through very nicely, via skype. This all works fine but my preference would be to have a single sequence that I could enter in a task note that would make a call whether clicked on Windows or Android.
-Dwight
From: mylifeo...@googlegroups.com [mailto:mylifeo...@googlegroups.com] On Behalf Of Steve04
Sent: Tuesday, April 02, 2013 2:47 PM
To: mylifeo...@googlegroups.com
Cc: Steve04
Subject: Re: [MLO] Re: Hyperlink from MindManager to MLO
Hi Dwight,
thanks for the tip. But unfortunately that doesn't change anything. It's still the same behaviour.
Best regards
Steve
On Tuesday, April 2, 2013 2:37:44 PM UTC+2, Dwight Arthur wrote:
--
You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mylifeorganiz...@googlegroups.com.
To post to this group, send email to mylifeo...@googlegroups.com.
Visit this group at http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
On Wednesday, April 3, 2013 2:44:00 PM UTC+2, Steve04 wrote:YesRegardsStefan
Dear all,I am using MLO since about 4 months and I am quite happy with.For several actions I use OneNote and it is quite good that I can copy the hyperlink of a paragraph directly into a MLO task.The same does NOT work with my Mindjet 11 version.When copying from OneNote into MLO I need to add "file:" and then the link works perfectly into OneNote.When doing the same thing with I link copied from Mindjet 11 I get an error message "Could not execute file:.....".Interestingly enough the error message shows a path that is longer as the original hyperlink and the path to MLO is added.Any idea how get a working hyperlink to a Mindjet topic into MLO?What I would like a lot as a future functionality in MLO/Mindjet is the possibility to send tasks from a MindMap to MLO (and ideally keep them synchronized; but sending alone would be cool).Thanks for your helpSteve
--
Hi,
I wrote this short macro to make a minimal integration between MLO and MM11 for tasks.https://www.dropbox.com/s/v6dvzjyy1nh2k14/SendToMlo.mmbas
It uses the command line interface to add a task in MLO.The task is added as a subtask to the task referenced by -task={58CFD1BC-927D-F9C2-8FA4-F4B81F0CAB1C}. In my case, it's the URL of the <inbox> folder.
I assigned the macro to the sub menu "send to". When I right clic on a topic, I can select <send to> <MLO tasks>.The task is created as a subtask in the <Inbox> folder.The title of the task is the text of the topic.
When I'm brainstorming a project in MM11 and I need to create a task, I use this macro. Then I can process my Inbox with the tasks created.
I tried to insert in the note section of the task a backlink to the MM Map but, for the moment, I didn't find how to do that with the command line interface. May be it could be possible with the parse functionnalities of the CLI.
Regards,
Alex