kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
cc0011abd3
commit
e93ac76581
|
@ -41,6 +41,7 @@ exports.parse = function() {
|
|||
tag: "a",
|
||||
attributes: {
|
||||
href: {type: "string", value: this.match[0]},
|
||||
"class": {type: "string", value: "tw-tiddlylink-external"},
|
||||
target: {type: "string", value: "_blank"}
|
||||
},
|
||||
children: [{
|
||||
|
|
|
@ -44,6 +44,7 @@ exports.parse = function() {
|
|||
tag: "a",
|
||||
attributes: {
|
||||
href: {type: "string", value: link},
|
||||
"class": {type: "string", value: "tw-tiddlylink-external"},
|
||||
target: {type: "string", value: "_blank"}
|
||||
},
|
||||
children: [{
|
||||
|
|
Ładowanie…
Reference in New Issue