Page 1 of 1

[Search] [LInk]

Posted: Fri Jul 24, 2009 2:24 pm
by bigal49
Include links to files so that spread sheets or any windows document can be referenced with the click of a mouse.

Even better than having links would be to have hypertext within the note!

Re: [Search] [LInk]

Posted: Sun Aug 02, 2009 4:11 am
by supulton
File and image attachments is an accepted feature on the roadmap for the commercial application. (#159)

If you want hypertext links within the note, follow a method from Midas in the tips and tricks thread.

Local files can be linked from CN notes using the "file:///" protocol prefix; should there be any spaces inside the path string, replace each of them with "%20" (without quotes; some other contentious characters like quotes and ampersand will need to be replaced, too).

Example:

Code: Select all

file:///c:\Documents%20and%20Settings\USER\Desktop\My.txt


[Original thread: viewtopic.php?f=3&t=73]


Also see this thread—
viewtopic.php?f=4&t=196

and vote if you wish for an easier method than this. :)