
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
omnia-editor
Advanced tools
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->
npm i omnia-editor
# or
yarn add omnia-editor
<script>
import { OmniaEditor } from "omnia-editor";
</script>
<OmniaEditor />
Initial value of the content.
TipTap instance of the Editor.
Use spellcheck.
Get the document as JSON.
Get the document as HTML.
Get the number of characters for the current document.
Returns true when Editor is focused.
Returns true if there is no content.
Removes focus from the editor.
Focus the editor at the given position.
Set the focus to the editor
focus()
Set the cursor to the first position
focus('start')
Set the cursor to the last position
focus('end')
Selects the whole document
focus('all')
Set the cursor to position 10
focus(10)
Undo recent changes.
Reapply reverted changes.
Destroy the editor.
Triggered when the editor is initialized.
Triggered when the editor is focused.
Triggered when the editor looses focus.
Triggered when the editors content changes.
Thanks goes to these wonderful people (emoji key):
AntonyBoucher 💻 | Torsten Dittmann ⚠️ 💻 | Dennis Tobar 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->
The npm package omnia-editor receives a total of 5 weekly downloads. As such, omnia-editor popularity was classified as not popular.
We found that omnia-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.