
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@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 46 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
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.