You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constresult=p.stripAllURIsAndNoteLinks('Something about http://www.tennis.org/ and [Wimbledon](https://www.wimbledon.org/) and [[link with#tag]] and [[link without that tag]]')
45
+
constresult=p.stripAllURIsAndNoteLinks(
46
+
'Something about http://www.tennis.org/ and [Wimbledon](https://www.wimbledon.org/) and [[link with#tag]] and [[link without that tag]]',
47
+
)
46
48
expect(result).toEqual('Something about and Wimbledon and and')
47
49
})
48
50
test('should remove all URIs and note links',()=>{
test('should return false when term is not in any part of input string',()=>{
198
-
constresult=p.isTermInEventLinkHiddenPart('Home','This is a work event: ')
200
+
constresult=p.isTermInEventLinkHiddenPart(
201
+
'Home',
202
+
'This is a work event: ',
203
+
)
199
204
expect(result).toEqual(false)
200
205
})
201
206
test('should return false when term is within datetime part of an event link',()=>{
"plugin.lastUpdateInfo": "1.9.0: Added folder view picker to wizard",
8
+
"plugin.version": "1.9.1",
9
+
"plugin.lastUpdateInfo": "1.9.1: Added folder view picker to wizard",
10
10
"plugin.description": "Interactively helps you form links/x-callback-urls (and also Template Tags with runPlugin commands) to perform actions from within NotePlan or between other applications and NotePlan.",
0 commit comments