Moved a var

This commit is contained in:
Simon Cambier
2022-05-04 20:34:56 +02:00
parent 7fcac79b77
commit b7242fbee4
2 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ export const regexWikilink = /^!?\[\[(?<name>.+?)(\|(?<alias>.+?))?\]\]/
export const regexLineSplit = /\r?\n|\r|((\.|\?|!)( |\r?\n|\r))/g
export const regexYaml = /^---\s*\n(.*?)\n?^---\s?/ms
export const regexStripQuotes = /^"|"$|^'|'$/g
export const chsRegex = /[\u4e00-\u9fa5]/
export const excerptBefore = 100
export const excerptAfter = 180