Do you want to: Suggest a feature
I would like to request a new API method for plugins in the document editor:
GetCurrentParagraph() -> [ApiParagraph](https://api.onlyoffice.com/docs/office-api/usage-api/text-document-api/ApiParagraph/)
:
Returns the current paragraph user cursor/selection is on
Purpose:
We need a reliable way to access the paragraph at the current cursor position, so we can use Paragraph methods for user’s current cursor position.