feat: move title extraction into commons package

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-08 21:31:27 +02:00
parent 8de8a50bec
commit 3962cafa5d
6 changed files with 124 additions and 36 deletions

View file

@ -32,3 +32,5 @@ export * from './title-extraction/generate-note-title.js'
export * from './title-extraction/types/iso6391.js'
export * from './title-extraction/types/frontmatter.js'
export * from './title-extraction/types/slide-show-options.js'
export { extractFirstHeading } from './title-extraction/extract-first-heading.js'