add text search

This commit is contained in:
Chrissi2812
2019-05-23 17:41:11 +02:00
parent c8fa0c69b3
commit fc617a4d32
5 changed files with 376 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export { default as Underline } from './marks/Underline'
export { default as Collaboration } from './extensions/Collaboration'
export { default as History } from './extensions/History'
export { default as Placeholder } from './extensions/Placeholder'
export { default as Search } from './extensions/Search'
export { default as Suggestions } from './plugins/Suggestions'
export { default as Highlight } from './plugins/Highlight'