Hyperlinks: Difference between revisions
From FreeMind
Jump to navigationJump to search
(→Implementation: +method) |
(+protocols) |
||
Line 46: | Line 46: | ||
| Following is broken in 0.9.0 beta 18. | | Following is broken in 0.9.0 beta 18. | ||
|} | |} | ||
==Protocols== | |||
Users are requesting that FreeMind supports various protocols that are currently unsupported. These include the following: | |||
* "onenote://"[http://sourceforge.net/tracker/index.php?func=detail&aid=2306014&group_id=7118&atid=107118] -- for Microsoft OneNote | |||
* "mid:/"[http://sourceforge.net/tracker/index.php?func=detail&aid=1738366&group_id=7118&atid=307118] -- for messages | |||
* "notes://"[http://sourceforge.net/tracker/index.php?func=detail&aid=1763220&group_id=7118&atid=357118] -- for Lotus Notes | |||
==Tracker items== | ==Tracker items== |
Revision as of 09:21, 6 December 2008
FreeMind supports having one hyperlink per node, linking to web pages, mail addresses, and to local files.
Implementation
Making hyperlinks work fine on all the supported platforms including Microsoft Windows, Max OS X and Linux is technically tricky, requiring dedicated code for each group of platforms.
Class | Method | Description |
---|---|---|
FreeMind | openDocument | |
Tools | urlGetFile | A heuristic workaround. |
Tools | fileToUrl | Converts a file to URL, working around Java issues. |
Cases
Type | Case | Example Path | Note |
---|---|---|---|
Local file | Unix path | "/folder/some more/file" | |
Local file | Windows drive path | "C:\Users\User Joe\file" | |
Local file | Windows network path | "\\hostname\folder\file" | Following is broken in 0.9.0 beta 18. |
Protocols
Users are requesting that FreeMind supports various protocols that are currently unsupported. These include the following:
- "onenote://"[1] -- for Microsoft OneNote
- "mid:/"[2] -- for messages
- "notes://"[3] -- for Lotus Notes