1.0.11 • Published 1 month ago

@nartix/tiptap-inline-code-highlight v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@nartix/tiptap-inline-code-highlight

This package is a port of @tiptap/extension-code-block-lowlight but for highlighting inline codes in the TipTap editor. It uses Lowlight to highlight codes.

Usage

npm install @nartix/tiptap-inline-code-highlight

Import the extension

import CodeInlineLowlight from '@nartix/tiptap-inline-code-highlight';

Add it to your Tiptap editor

const editor = new Editor({
  extensions: [
    CodeInlineLowlight.configure({
      lowlight,
    }),
  ],
});

Demo

Demo of Tiptap inline code highlight

1.0.11

1 month ago

1.0.10

1 month ago

1.0.9

1 month ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago