-
- Overview
-
- Overview
- accordion
- alert
- alert-dialog
- aspect-ratio
- auto-truncater
- avatar
- avatar-group
- background-boxes
- badge
- blur-fade
- breadcrumb
- button
- calendar
- card
- carousel
- chart
- checkbox
- code-editor
- collapsible
- collection-form
- collection-kanban
- collection-table
- combobox
- command
- context-menu
- copy\_button
- country-picker
- data-renderer
- dialog
- doc-toc
- drawer
- dropdown-menu
- dynamic-background
- empty
- event-calendar
- feature-colors
- field
- file\_drop
- file-tree
- file-upload
- form
- hover-card
- icon-wrapper
- indicator
- information
- input
- input-group
- item
- kanban
- keybindings
- label
- layout
- markdown-editor
- menubar
- multi-step-combobox
- navigation-menu
- page
- pagination
- pane
- pin-input
- popover
- portal
- progress
- radio-group
- range-calendar
- resource-scheduler
- scroll-area
- search
- selection-card
- separator
- sheet
- sidebar
- skeleton
- slider
- sliding-indicator
- sonner
- sortable
- spinner
- star-rating
- static-map
- step-form
- structured-value
- switch
- table
- tabs
- tags-input
- textarea
- theme-toggle
- time-field
- time-range
- toggle
- toggle-group
- tooltip
- tree-combobox
- tree-select
- tree-view
- utils
- workspace-shell
markdown-editor
markdown-editor
Type Aliases
MarkdownEditor
type MarkdownEditor = ReturnType<typeof MarkdownEditor>;Defined in: packages/ui/build/markdown-editor/markdown-editor.svelte.d.ts:39
MentionTreeMenu
type MentionTreeMenu = ReturnType<typeof MentionTreeMenu>;Defined in: packages/ui/build/markdown-editor/extensions/mention/mention-tree-menu.svelte.d.ts:12
ReadonlyMarkdown
type ReadonlyMarkdown = ReturnType<typeof ReadonlyMarkdown>;Defined in: packages/ui/build/markdown-editor/readonly-markdown.svelte.d.ts:5
Variables
ConfiguredMention
const ConfiguredMention: Node;Defined in: packages/ui/build/markdown-editor/extensions/mention/mention-configured.svelte.d.ts:46
MarkdownEditor
const MarkdownEditor: Component;Defined in: packages/ui/build/markdown-editor/markdown-editor.svelte.d.ts:39
MentionTreeMenu
const MentionTreeMenu: Component;Defined in: packages/ui/build/markdown-editor/extensions/mention/mention-tree-menu.svelte.d.ts:12
ReadonlyMarkdown
const ReadonlyMarkdown: Component;Defined in: packages/ui/build/markdown-editor/readonly-markdown.svelte.d.ts:5
Functions
createFileAttachmentExtension()
function createFileAttachmentExtension(options): Node<FileAttachmentOptions, any>;Defined in: packages/ui/build/markdown-editor/extensions/attachment/attachment-extension.svelte.d.ts:35
Parameters
| Parameter | Type |
|---|---|
options |
{ client: IFileUploadClient; } |
options.client |
IFileUploadClient |
Returns
Node<FileAttachmentOptions, any>
extractFileMetadata()
function extractFileMetadata(node): FileAttachmentMetadata | null;Defined in: packages/ui/build/markdown-editor/extensions/attachment/attachment-extension.svelte.d.ts:34
Parameters
| Parameter | Type |
|---|---|
node |
Node |
Returns
FileAttachmentMetadata | null