How to use the toLowerCase function from url
Find comprehensive JavaScript url.toLowerCase code examples handpicked from public code repositorys.
GitHub: zadam/trilium
423 424 425 426 427 428 429 430 431
content = `${content.substr(0, imageMatch.index)}<img src="api/images/${note.noteId}/${sanitizedTitle}"${content.substr(imageMatch.index + imageMatch[0].length)}`; } else if (!url.includes('api/images/') // this is an exception for the web clipper's "imageId" && (url.length !== 20 || url.toLowerCase().startsWith('http'))) { if (url in imageUrlToNoteIdMapping) { const imageNote = becca.getNote(imageUrlToNoteIdMapping[url]);
0
0
234
+ 11 other calls in file