fix: super improvements (#1995)
* feat(super): autolink selection with cmd + k * feat: super note importer * feat: handle html import * fix: ignore load change event emitted by on change plugin
This commit is contained in:
@@ -5,4 +5,5 @@ export type AccordionMenuGroup<T> = {
|
||||
iconClassName?: string
|
||||
title: string
|
||||
items: Array<T>
|
||||
featured?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user