Re: [MLO] How do I create a link in MLO to Microsoft onenote individual page or tab or notebook:

214 views
Skip to first unread message

Eberhard

unread,
Apr 6, 2013, 12:51:05 AM4/6/13
to mylifeo...@googlegroups.com
Dave, just add "file:" in front of your OneNote link.
 
file:onenote:///\\mishome\users\DWilson\OneNote%20Notebooks\Work%20Notebook\Tracesmart.one#Negotiation%20stance&section-id={16C2CF6D-7C81-4B65-A04F-35B615012F9E}&page-id={C5D88FF1-14F2-4EEB-A324-13034D30308D}&end
 
On Fri, Apr 5, 2013 at 7:16 PM, Dave Wilson <davejoh...@gmail.com> wrote:
I can copy the path:

which looks like



onenote:///\\mishome\users\DWilson\OneNote%20Notebooks\Work%20Notebook\Tracesmart.one#Negotiation%20stance&section-id={16C2CF6D-7C81-4B65-A04F-35B615012F9E}&page-id={C5D88FF1-14F2-4EEB-A324-13034D30308D}&end

but it doesn't have the blue underline in MLO to allow me to click from MLO into the MS Onenote file

--
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.
 
 

tbGroupster

unread,
Apr 7, 2013, 2:32:53 PM4/7/13
to mylifeo...@googlegroups.com
Here is my autohotkey script for doing this MLO link to onenote using ctrl-shift-e:

;
;*** ctrl shift-E to paste in links to MLO with file: in front
;


^+e:: 
  clipboard = <file:%clipboard%> 
  Send ^v 
  return



Reply all
Reply to author
Forward
0 new messages