feat(publish): add hashtag autocomplete (#837)
This commit is contained in:
parent
5e38a768c9
commit
0a79f4dc28
2 changed files with 4 additions and 7 deletions
|
@ -4,7 +4,6 @@ import Document from '@tiptap/extension-document'
|
|||
import Paragraph from '@tiptap/extension-paragraph'
|
||||
import Text from '@tiptap/extension-text'
|
||||
import Mention from '@tiptap/extension-mention'
|
||||
import CharacterCount from '@tiptap/extension-character-count'
|
||||
import HardBreak from '@tiptap/extension-hard-break'
|
||||
import Bold from '@tiptap/extension-bold'
|
||||
import Italic from '@tiptap/extension-italic'
|
||||
|
@ -61,9 +60,6 @@ export function useTiptap(options: UseTiptapOptions) {
|
|||
Placeholder.configure({
|
||||
placeholder: placeholder.value,
|
||||
}),
|
||||
CharacterCount.configure({
|
||||
limit: characterLimit.value,
|
||||
}),
|
||||
CodeBlockShiki,
|
||||
Extension.create({
|
||||
name: 'api',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue