Version 1, Update 57
In tandem with our launch of spell check in Figma and FigJam, we are adding support for text review plugins! A text review plugin is a plugin that can extend or replace the native spell check functionality to do things like grammar checking and brand guideline checking, or even check spelling in languages Figma doesn't support. And something unique about text review plugins compared to other plugins is that they start automatically anytime a user starts editing text in a document.
This comes with a few new APIs:
figma.on('textreview')
listeners to suggest corrections while a user types- The
figma.textreview
object that has methods to manage if the plugin is enabled for text review by the user.
For more information on writing a text review plugin see our guide.
Other enhancements:
- Add
absoluteBoundingBox
property toSectionNode
,StickyNode
,ShapeWithTextNode
,CodeBlockNode
,ConnectorNode
,EmbedNode
,LinkUnfurlNode
,MediaNode
, andWidgetNode