mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-27 02:38:45 +02:00
feat: feedback (#156)
* minimal tiptap * wip * img edit block * wip * fix
This commit is contained in:
8
web/components/minimal-tiptap/extensions/index.ts
Normal file
8
web/components/minimal-tiptap/extensions/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export * from './code-block-lowlight'
|
||||
export * from './color'
|
||||
export * from './horizontal-rule'
|
||||
export * from './image'
|
||||
export * from './link'
|
||||
export * from './selection'
|
||||
export * from './unset-all-marks'
|
||||
export * from './reset-marks-on-enter'
|
||||
Reference in New Issue
Block a user