
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.
@dytab/ngx-blocknote
Advanced tools
This project is an Angular implementation of [BlockNote](https://github.com/TypeCellOS/BlockNote). It aims to provide the same functionality and appearance as the original React project but with the added benefit of being fully integrated into the Angular
This project is an Angular implementation of BlockNote. It aims to provide the same functionality and appearance as the original React project but with the added benefit of being fully integrated into the Angular framework.
npm install @dytab/ngx-blocknote
import { CommonModule } from '@angular/common';
import { Component } from '@angular/core';
import { BnaEditorComponent } from '@dytab/ngx-blocknote';
@Component({
imports: [CommonModule, BnaEditorComponent],
template: ` <bna-editor (contentChanged)="readTextFromEditor($event)" /> `,
})
export class BasicSetupExample {
editorContent!: Block[];
readTextFromEditor(blocks: Block[]) {
this.editorContent = blocks;
}
}
For more examples and detailed guides, please visit the documentation website.
| Blocks | Status |
|---|---|
| Headings | ✅ |
| Basic Blocks | ✅ |
| Table | ✅ |
| Media | ✅ |
| Emojis | ❌ |
| Formatting Toolbar | Status |
|---|---|
| Block Type Select | ✅ |
| Bold | ✅ |
| Italic | ✅ |
| Unterline | ✅ |
| Strikethrough | ✅ |
| Align text left | ✅️ |
| Align text center | ✅ |
| Align text right | ✅️ |
| Text Colors | ✅️ |
| Nest Block | ❌ |
| Unnest Block | ❌️ |
| Create Link | ✅️ |
This project is distributed under the terms of the MIT License.
FAQs
This project is an Angular implementation of [BlockNote](https://github.com/TypeCellOS/BlockNote). It aims to provide the same functionality and appearance as the original React project but with the added benefit of being fully integrated into the Angular
The npm package @dytab/ngx-blocknote receives a total of 44 weekly downloads. As such, @dytab/ngx-blocknote popularity was classified as not popular.
We found that @dytab/ngx-blocknote 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
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.