Create MediaWiki and RTF links to Evernote notes
The ability to create RTF links to specific Evernote notes is already built in Evernote app. You can just select the preferred notes and then click Copy Notes Links either from the menu Note

or from the contextual menu (control + click or tap with two fingers to brought is up)

Then you can paste the links in any RTF document.
If you would like to create MediaWiki links you can use the following AppleScript:
The result is sent to the clipboard.
Finally, in order for the links to be recognized by MediaWiki, you should add the following line of code
$wgUrlProtocols[] = “evernote://”;
to the Localsettings.php file. Its path in my computer is /Applications/MAMP/htdocs/WikiName/LocalSettings.php.



