MCPcopy Create free account

hub / github.com/allweonedev/presentation-ai / functions

Functions3,032 in github.com/allweonedev/presentation-ai

↓ 1 callersFunctioncanScrollInDirection
(element: HTMLElement, deltaY: number)
src/hooks/presentation/usePresentationNavigation.ts:99
↓ 1 callersFunctioncapitalizeFirstLetter
(text: string)
src/lib/utils.ts:77
↓ 1 callersFunctioncaptureRootImageForExport
( rootImageContainer: Element, slide: PlateSlide, )
src/components/presentation/export/domSlideScanner.ts:115
↓ 1 callersFunctioncaptureSlideThumbnailBlob
( element: HTMLElement, )
src/components/presentation/slides/PresentationThumbnailCaptureManager.tsx:87
↓ 1 callersFunctionchangeTheme
(rest: Record<string, unknown>)
src/hooks/presentation/agentTools.ts:130
↓ 1 callersFunctioncheck
()
src/components/ui/font-picker/utils/fontChecker.ts:36
↓ 1 callersFunctioncheckFonts
()
src/components/ui/font-picker/components/FontPicker.tsx:145
↓ 1 callersFunctioncheckForChanges
(newContent: string)
src/components/prose-mirror/ProseMirrorEditor.tsx:45
↓ 1 callersFunctioncheckLoaded
({ fontFamily, fontStyle, fontWeight, timeout = 500, }: CheckLoadedOptions)
src/components/ui/font-picker/utils/fontChecker.ts:23
↓ 1 callersFunctionclampColumnWidth
(width: number, min: number, max: number)
src/components/notebook/presentation/editor/plugins/presentation-column-elements.tsx:41
↓ 1 callersFunctionclampPresentationZoomLevel
(level: number)
src/states/presentation-state.ts:37
↓ 1 callersFunctionclampTextXPosition
( x: number, width: number, maxWidth: number, )
src/components/notebook/presentation/editor/utils/infographic-title-layout.ts:53
↓ 1 callersFunctionclampZoom
(value: number)
src/components/presentation/core/PresentationPage.tsx:93
↓ 1 callersFunctioncleanup
()
src/lib/print-editor.ts:222
↓ 1 callersMethodclearGeneratingMarksFromNodes
* Clear all generating marks from a tree of nodes
src/components/notebook/presentation/utils/parser.ts:645
↓ 1 callersFunctionclearPresentationChat
(presentationId: string)
src/app/_actions/notebook/presentation/clearPresentationChat.ts:6
↓ 1 callersFunctioncloneDataItem
(value: unknown)
src/components/notebook/presentation/editor/custom-elements/infographic-data-editor/utils.ts:103
↓ 1 callersFunctioncloneDataRecord
(value: unknown)
src/components/notebook/presentation/editor/custom-elements/infographic-data-editor/utils.ts:97
↓ 1 callersFunctionclonePrintTarget
(target: HTMLElement)
src/lib/print-editor.ts:198
↓ 1 callersFunctioncloneTextLikeNode
(node: unknown)
src/components/notebook/presentation/editor/utils/paletteDrop.ts:45
↓ 1 callersFunctioncloneWithNewIds
(node: unknown)
src/components/presentation/floating-toolbar/CustomItemControls.tsx:65
↓ 1 callersFunctioncodeBlock
(code: string, language = "tsx")
src/components/presentation/edit-panel/sections/elements.ts:107
↓ 1 callersFunctioncollectFonts
(value: unknown, fonts: Set<string>)
src/hooks/presentation/infographic/infographic-font-loader.ts:64
↓ 1 callersFunctioncollectImageElementStates
( nodes: PlateNode[], slideId: string, results: PresentationPendingImageTarget[], )
src/lib/presentation/image-generation.ts:185
↓ 1 callersFunctioncollectSyntaxFonts
(syntax: string, fonts: Set<string>)
src/hooks/presentation/infographic/infographic-font-loader.ts:91
↓ 1 callersFunctioncolorToHexSimple
* Simple hex color converter helper * Converts CSS color formats to hex (without #)
src/components/presentation/export/domToPptxConverter.ts:686
↓ 1 callersFunctioncolumns
(cols: Array<{ title: string; body: string[] }>)
src/components/presentation/edit-panel/sections/elements.ts:167
↓ 1 callersFunctioncommitScaleAndHeight
(containerWidth: number)
src/components/presentation/sidebar/SlideThumbnail.tsx:48
↓ 1 callersFunctionconvertToCompareBinary
* Convert flat list items to compare-binary format * Splits items into 2 groups, each group becomes children of a parent item
src/components/notebook/presentation/editor/utils/infographic-utils.ts:1213
↓ 1 callersFunctionconvertToPptx
* Convert scanned slides to PPTX
src/components/presentation/export/domToPptxConverter.ts:60
↓ 1 callersFunctioncopyShareLink
()
src/components/presentation/buttons/ShareButton.tsx:17
↓ 1 callersFunctioncountNestedItems
(items: EditableInfographicItem[])
src/components/notebook/presentation/editor/custom-elements/infographic-data-editor/utils.ts:280
↓ 1 callersFunctioncreateBackgroundRect
* Create a background rectangle element by extracting computed styles. * No cloning or image capture needed - just get the styles for PPT shape rende
src/components/presentation/export/contentWalker.ts:149
↓ 1 callersFunctioncreateBlankInfographicItem
( mode: InfographicDataMode, )
src/components/notebook/presentation/editor/custom-elements/infographic-data-editor/utils.ts:253
↓ 1 callersFunctioncreateBlankItemFrom
(item: TElement)
src/components/notebook/presentation/editor/plugins/custom-item-break-plugin.tsx:66
↓ 1 callersFunctioncreateBlankItemFrom
(item: TElement)
src/components/presentation/floating-toolbar/CustomItemControls.tsx:44
↓ 1 callersFunctioncreateCapabilityPropertySets
( elementType: string, baseProperties: Record<string, unknown>, )
src/components/presentation/floating-toolbar/LayoutPreviewSheet.tsx:302
↓ 1 callersFunctioncreateCircularGridContent
()
src/components/notebook/presentation/utils/templates.tsx:323
↓ 1 callersFunctioncreateCompareData
(title: string)
src/components/presentation/edit-panel/sections/diagrams.ts:76
↓ 1 callersFunctioncreateConnectedCirclesContent
()
src/components/notebook/presentation/utils/templates.tsx:303
↓ 1 callersFunctioncreateCycleContent
(items: number = 4)
src/components/notebook/presentation/utils/templates.tsx:271
↓ 1 callersFunctioncreateDecorImage
* Helper to capture element as image (for decor/svg)
src/components/presentation/export/contentWalker.ts:549
↓ 1 callersFunctioncreateDragPreviewElements
( editor: PlateEditor, blocks: TElement[], )
src/components/plate/ui/block-draggable.tsx:886
↓ 1 callersFunctioncreateEmptyRow
( fields: readonly ChartDataField[], )
src/components/notebook/presentation/editor/custom-elements/chart-data-editor/schemas.ts:440
↓ 1 callersFunctioncreateExactPercentageWidths
(weights: number[])
src/components/notebook/presentation/utils/normalizePresentationSlate.ts:54
↓ 1 callersFunctioncreateHierarchyData
(title: string)
src/components/presentation/edit-panel/sections/diagrams.ts:103
↓ 1 callersFunctioncreateIconListContent
()
src/components/notebook/presentation/utils/templates.tsx:621
↓ 1 callersMethodcreateInfographicFromPrompt
( prompt: string, idSeed: string, layoutType?: LayoutType, )
src/components/notebook/presentation/utils/parser.ts:1187
↓ 1 callersFunctioncreateInfographicNode
(syntax: string)
src/components/presentation/edit-panel/sections/diagrams.ts:42
↓ 1 callersFunctioncreateItemsData
(title: string)
src/components/presentation/edit-panel/sections/diagrams.ts:53
↓ 1 callersFunctioncreateLayoutLookup
()
src/components/notebook/presentation/utils/layout-serializer.ts:16
↓ 1 callersMethodcreateLegacyInfographicsFromText
( text: string, slideId: string, layoutType?: LayoutType, )
src/components/notebook/presentation/utils/parser.ts:1272
↓ 1 callersFunctioncreateMediaEmbedNode
(embedType: string)
src/components/plate/ui/media-embeds.tsx:218
↓ 1 callersFunctioncreateNestedTextChildren
(title: string, description: string)
src/components/notebook/presentation/editor/plugins/focused-paragraph-placeholder-plugin.tsx:310
↓ 1 callersFunctioncreateParagraph
()
src/components/presentation/edit-panel/sections/TablePanelPopover.tsx:17
↓ 1 callersFunctioncreateParsedDataFromOptions
( options?: Partial<InfographicOptions>, )
src/components/notebook/presentation/editor/custom-elements/infographic-data-editor/utils.ts:170
↓ 1 callersMethodcreatePlainTable
* Create a simple Table layout
src/components/notebook/presentation/utils/parser.ts:2187
↓ 1 callersFunctioncreatePresentationBlock
(option: InsertOption)
src/components/notebook/presentation/editor/plugins/focused-paragraph-placeholder-plugin.tsx:336
↓ 1 callersFunctioncreatePreviewSlide
({ currentSlide, element, fallbackAspectRatio, variationId, }: { currentSlide: PlateSlide | undefine
src/components/presentation/floating-toolbar/LayoutPreviewSheet.tsx:243
↓ 1 callersFunctioncreatePrintStyleElement
()
src/lib/print-editor.ts:9
↓ 1 callersFunctioncreatePrismaClient
()
src/server/db.ts:7
↓ 1 callersFunctioncreateProsConsContent
()
src/components/notebook/presentation/utils/templates.tsx:569
↓ 1 callersFunctioncreateRelationData
(title: string)
src/components/presentation/edit-panel/sections/diagrams.ts:129
↓ 1 callersFunctioncreateRelationshipChild
(childType: string, index: number)
src/components/notebook/presentation/editor/plugins/focused-paragraph-placeholder-plugin.tsx:317
↓ 1 callersFunctioncreateShapeElement
( element: HTMLElement, slideElement: Element, )
src/components/presentation/export/contentWalker.ts:777
↓ 1 callersFunctioncreateSlide
(rest: Record<string, unknown>)
src/hooks/presentation/agentTools.ts:170
↓ 1 callersFunctioncreateSlopeContent
()
src/components/notebook/presentation/utils/templates.tsx:289
↓ 1 callersFunctioncreateSnakeContent
()
src/components/notebook/presentation/utils/templates.tsx:346
↓ 1 callersMethodcreateStableElementId
( slideId: string, path: readonly number[], type: string, )
src/components/notebook/presentation/utils/parser.ts:924
↓ 1 callersFunctioncreateStaircaseContent
(items: number = 4)
src/components/notebook/presentation/utils/templates.tsx:367
↓ 1 callersFunctioncreateStepsContent
()
src/components/notebook/presentation/utils/templates.tsx:643
↓ 1 callersFunctioncreateSyntax
(templateId: string, categoryKey: string)
src/components/presentation/edit-panel/sections/diagrams.ts:180
↓ 1 callersFunctioncreateTableNode
(rows: number, cols: number)
src/components/presentation/edit-panel/sections/TablePanelPopover.tsx:16
↓ 1 callersFunctioncreateTableRowFromChild
(child: unknown)
src/components/notebook/presentation/utils/normalizePresentationSlate.ts:175
↓ 1 callersFunctioncreateTimelinePreviewData
( previewElement: Record<string, unknown>, )
src/components/presentation/floating-toolbar/LayoutPreviewSheet.tsx:331
↓ 1 callersFunctioncreateWordCloudData
(title: string)
src/components/presentation/edit-panel/sections/diagrams.ts:157
↓ 1 callersFunctiondeleteFontPair
(fontPairId: string)
src/app/_actions/presentation/font-pair-actions.ts:110
↓ 1 callersFunctiondeletePresentation
(id: string)
src/app/_actions/notebook/presentation/presentationActions.ts:319
↓ 1 callersFunctiondeletePresentations
(ids: string[])
src/app/_actions/notebook/presentation/presentationActions.ts:323
↓ 1 callersFunctiondeleteSlide
(rest: Record<string, unknown>)
src/hooks/presentation/agentTools.ts:208
↓ 1 callersFunctiondeleteUploadThingFiles
( fileKeys: string | string[], )
src/app/api/uploadthing/lib.ts:48
↓ 1 callersFunctiondescribeArc
( center: number, radius: number, startAngle: number, endAngle: number, )
src/components/notebook/presentation/editor/custom-elements/charts/ChartRenderer.tsx:739
↓ 1 callersFunctiondetectDataField
* Detect which data field is used in the syntax
src/components/notebook/presentation/editor/utils/infographic-utils.ts:841
↓ 1 callersFunctiondisableBuiltInLegend
( option: PresentationEChartsOption, )
src/components/notebook/presentation/editor/custom-elements/charts/ChartRenderer.tsx:222
↓ 1 callersFunctiondisableSeriesAnimation
(seriesItem: unknown)
src/components/notebook/presentation/editor/custom-elements/charts/echart-wrapper.tsx:84
↓ 1 callersFunctiondistributeColumnWidths
(widths: Array<number | null>)
src/components/notebook/presentation/utils/normalizePresentationSlate.ts:39
↓ 1 callersFunctiondropNodeAtFreeformTarget
( editor: PlateEditor, dragItem: ElementDragItemNode, )
src/components/notebook/presentation/editor/dnd/transforms/onDropNode.ts:132
↓ 1 callersFunctioneditSlideProperties
( slidesToUpdate: string[], rest: Record<string, unknown>, )
src/hooks/presentation/agentTools.ts:41
↓ 1 callersFunctionensureCheckpointerSetup
()
src/ai/lib/postgres.ts:8
↓ 1 callersFunctionensureDiagramPreviewMarkup
( item: DiagramItem, isDark: boolean, themeColors: InfographicPaletteThemeColors | null, )
src/components/presentation/edit-panel/sections/DiagramPanel.tsx:124
↓ 1 callersFunctionensureInfographicPreviewMarkup
( templateId: string, currentSyntax: string, currentTemplate: string | null, isDark: boolean, themeC
src/components/presentation/edit-panel/sections/InfographicEditorControls.tsx:134
↓ 1 callersFunctionensureLMStudioModelIsReady
(modelId: string)
src/lib/model-picker.ts:246
↓ 1 callersFunctionensureOllamaModelIsReady
(modelId: string)
src/lib/model-picker.ts:141
↓ 1 callersFunctionensureParticlesEngine
()
src/components/ui/sparkles.tsx:26
↓ 1 callersFunctionensureSvgDimensions
(svg: SVGSVGElement, container: Element)
src/components/presentation/export/echartSvgExport.ts:1
↓ 1 callersFunctionensureThemeBlock
(lines: string[])
src/components/notebook/presentation/editor/utils/infographic-utils.ts:191
↓ 1 callersFunctionexecuteSearchTool
(args: Record<string, unknown>)
src/hooks/presentation/agentTools.ts:15
↓ 1 callersFunctionexportPresentationToPptx
( scanResults: ScanResult[], slides: PlateSlide[], fileName: string = "presentation", )
src/components/presentation/export/domToPptxConverter.ts:819
↓ 1 callersFunctionextractCodePenId
(url: string)
src/components/plate/ui/media-embeds.tsx:315
↓ 1 callersFunctionextractGeneratedPresentationTheme
(input: string)
src/lib/presentation/generated-theme.ts:134
← previousnext →801–900 of 3,032, ranked by callers