mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-08 09:48:05 +00:00
Fix: add tc-tiddlylink-external to markdown links (#4862)
This commit is contained in:
@@ -118,6 +118,7 @@ function convertNodes(remarkableTree, isStartOfInline) {
|
||||
if (currentNode.href[0] !== "#") {
|
||||
// External link
|
||||
var attributes = {
|
||||
class: { type: "string", value: "tc-tiddlylink-external" },
|
||||
href: { type: "string", value: currentNode.href }
|
||||
};
|
||||
if (pluginOpts.linkNewWindow) {
|
||||
|
||||
Reference in New Issue
Block a user