
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
@idea-ionic/editor
Advanced tools
HTML Editor.
npm i --save @idea-ionic/editor
Be sure to install all the requested peer dependencies.
Then, add this imports into the global.scss file, after the import on the top of the page:
@use '@idea-ionic/editor/css/global.scss' as idea-ionic-editor;
To make sure the translations are loaded into the project:
idea.ionicExtraModules (see environment.ts);i18n/editor folder (you can filter the languages you need) of the module in the project's assets/i18n folder.:root {
--idea-html-editor-background-color: var(--ion-color-light);
--idea-html-editor-border-color: var(--ion-color-light-shade);
--idea-html-editor-color: var(--ion-color-light-contrast);
--idea-html-editor-toolbar-background-color: var(--ion-color-light);
--idea-html-editor-toolbar-color: var(--ion-color-light-contrast);
--idea-html-editor-toolbar-border-color: var(--ion-color-light);
--idea-html-editor-button-background-color: var(--ion-color-light);
--idea-html-editor-button-border-color: var(--ion-color-light);
--idea-html-editor-button-color: var(--ion-color-light-contrast);
--idea-html-editor-button-focused: var(--ion-color-medium);
--idea-html-editor-button-selected: var(--ion-color-medium-tint);
--idea-html-editor-view-margin: 0;
--idea-html-editor-view-padding: 20px;
--idea-html-editor-view-background-color: var(--ion-color-white);
--idea-html-editor-view-color: var(--ion-color-white-contrast);
--idea-html-editor-view-box-shadow: none;
--idea-html-editor-view-border-width: 1px;
--idea-html-editor-view-border-color: var(--ion-border-color);
--idea-html-editor-view-border-radius: 0;
}
FAQs
IDEA Ionic editor component
The npm package @idea-ionic/editor receives a total of 12 weekly downloads. As such, @idea-ionic/editor popularity was classified as not popular.
We found that @idea-ionic/editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.