{#if note.isEmbed} {:else} {/if} {@html plugin.textProcessor.highlightText(title, matchesTitle)} {#if !note.displayTitle} .{getExtension(note.path)} {/if} {#if note.matches.length > 0} {note.matches.length} {note.matches.length > 1 ? 'matches' : 'match'} {/if}
{#if notePath}
{@html plugin.textProcessor.highlightText(notePath, matchesNotePath)}
{/if} {#if !note.isEmbed}
{#if $showExcerpt}
{@html plugin.textProcessor.highlightText( cleanedContent, note.matches )}
{/if} {#if imagePath}
{/if}
{/if}