pub const INTENT_CUT: &str = "teksilo.rich_text.cut";Expand description
Intent fired when the user activates the Cut item of the
built-in context menu. Reserved for the framework — applications
that want bespoke cut semantics should replace the menu via
RichTextEditor::context_menu
rather than registering a custom Action against this name.