Temporary fix for link behaviour

There will soon be link massager plugins that apply this kind of
processing
print-window-tiddler
Jeremy Ruston 2012-05-02 17:24:51 +01:00
rodzic d126605479
commit 5aaa00eee5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,9 @@ exports.executeMacro = function() {
linkInfo.attributes = {
href: linkInfo.to
};
if(!linkInfo.isExternal) {
linkInfo.attributes.href = encodeURIComponent(linkInfo.to);
}
// Generate the default classes for the link
linkInfo.attributes["class"] = ["tw-tiddlylink"];
if(linkInfo.isExternal) {