Fixed layout, removed agressive highlighter and some console.logs

This commit is contained in:
Simon Cambier
2022-04-18 18:35:08 +02:00
parent a9e087bff7
commit 47b30b5c62
6 changed files with 30 additions and 32 deletions

View File

@@ -6,6 +6,8 @@ export const regexYaml = /^---\s*\n(.*?)\n?^---\s?/ms
export const excerptBefore = 100
export const excerptAfter = 180
export const highlightClass = 'suggestion-highlight omnisearch-highlight'
export type SearchNote = {
path: string
basename: string