fluent_editor_review library
Suggestion / Track Changes plugin for FluentEditor.
Provides Editing and Suggesting modes:
- In Suggesting mode, additions are rendered in green and deletions in red strikethrough.
- Suggestion models feature text range anchoring matching comments (nodeId, startOffset, endOffset).
Classes
- FluentSuggestionCard
-
Card widget displaying a single Suggestion with Accept and Reject actions,
visually styled to match
FluentCommentCard. - FluentSuggestionController
- Main Controller for managing document suggestions (Track Changes mode).
- FluentSuggestionPlugin
- Plugin for FluentEditor that enables Document Edit Suggestions (Track Changes).
- FluentSuggestionSidebar
- Sidebar widget displaying all pending suggestions aligned to their respective document positions and scrolling together with the document.
- FluentSuggestionToolbarSelector
- Toolbar widget for switching between Editing mode and Suggesting mode.
- Suggestion
- A suggestion anchored to a range of text in a node (identical to comment anchoring).
- SuggestionControllerBase
- Abstract base contract for suggestion controller operations.
- SuggestionLabels
- Localization labels for fluent_editor_review.
- TableGridMatrix
Enums
- FluentSuggestionMode
- Editing modes supported by the suggestion plugin.
- FluentSuggestionStatus
- Status of a suggestion.
- FluentSuggestionType
- Types of suggestions.