mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	Support obsidian external link (#7149)
This commit is contained in:
		| @@ -127,7 +127,7 @@ var insertMacroCall = function(w,output,macroName,paramString) { | ||||
|  | ||||
|  | ||||
| var isLinkExternal = function(to) { | ||||
| 	var externalRegExp = /(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\s'"]+(?:\/|\b)/i; | ||||
| 	var externalRegExp = /(?:file|http|https|mailto|ftp|irc|news|obsidian|data|skype):[^\s'"]+(?:\/|\b)/i; | ||||
| 	return externalRegExp.test(to); | ||||
| }; | ||||
| var rules = [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeffrey Zhang
					Jeffrey Zhang