friendofsvelte / tipex

An goto sytled text editor for SvelteKit; based on TipTap; tipex
https://tipex.pages.dev/
61 stars 1 forks source link

[Feature Request] Add code highlighting based on there result #6

Closed Bishwas-py closed 1 year ago

Bishwas-py commented 1 year ago

I propose integrating 'code-block-lowlight' into Tipex Editor. This addition will enable automatic code highlighting within the rich text editor. When users insert code snippets, Tipex will analyze the code and apply syntax highlighting based on the detected language. This feature enhances readability and saves users time. The implementation would streamline the user experience and require only 'code-block-lowlight' for seamless integration.

Bishwas-py commented 1 year ago

This commit adds the code highlighting feature d950fa09badb9db221c20803cee134c3d8ad2332 .