ClementEXWiki

Results 13 issues of ClementEXWiki

**Is your feature request related to a problem? Please describe.** I'd like to prevent tables and images resizing inside the editor. The reason is that the content written by the...

enhancement

**Describe the bug** Some blocks cannot be nested, including all custom blocks. For instance, editing a custom block in the editor and inserting a heading will make the heading appear...

Feature

**Is your feature request related to a problem? Please describe.** For a current project, I need to create some custom blocks that automatically change depending on the editor's content. One...

enhancement

**Describe the bug** If you make a custom block and you press the `Enter` key, it will not make a newline but instead jump out of the block. This is...

bug

In the same vein as [`editor.blocksToMarkdownLossy` and `editor.blocksToHTMLLossy`](https://www.blocknotejs.org/docs/editor-api/converting-blocks), it would be nice to have a `editor.blocksToPlainTextLossy` converter. The goal would be to allow converting a set of blocks to plain...

enhancement

Here is a proposal for a new rule: forbidding imports followed by equivalent exports, and prefer re-export syntax instead. Example: ```typescript // Forbidden import { obj } from 'module' export...

rule proposal

### Describe the bug When using `module: "esnext` and `moduleResolution: "bundler"` in TypeScript, the types cannot be imported. ### To Reproduce Steps to reproduce the behavior: 1. Set `module` to...

bug
help wanted

**Is your feature request related to a problem? Please describe.** I have some custom inline contents that are basic wrappers around their content (e.g. subscript / superscript). This means that,...

enhancement

Hi, I'm currently having an issue that I can't figure out. I registered some inline contents by following the documentation: ```typescript const editor = useCreateBlockNote({ schema: BlockNoteSchema.create({ blockSpecs: { ...defaultBlockSpecs,...

**Is your feature request related to a problem? Please describe.** I currently have a function that accepts any valid `PartialInlineContent`. With a recent update, that type was renamed as `PartialInlineContentElement`...

enhancement