notion-syntax-highlighter icon indicating copy to clipboard operation
notion-syntax-highlighter copied to clipboard

Notion Syntax Highlighter is a Chrome extension that improves Notion's code blocks syntax highlighting and adds tons of theme options

Results 8 notion-syntax-highlighter issues
Sort by recently updated
recently updated
newest added

### Description When a user selects a light theme for a code block while having a dark theme as the Notion color scheme, the "language selector" and cursor become invisible....

bug

The way highlightjs handles a theme styles is a bit complicated. I like how it is simplified in [carbon](https://github.com/carbon-app/carbon/blob/main/lib/constants.js). I want to make themes customizable so that users can save...

enhancement

It should probably work on `ctrl+s`. Not sure if there is some universal code formatter. Discussion needed

enhancement

Add an option in the settings to change line height for code blocks.

enhancement

Another feature that can be added to this extension, but is already available in [Notion Boost](https://github.com/GorvGoyl/Notion-Boost-browser-extension). Low prio

enhancement

Rounded borders that can be configured in the settings. It could look like this: ![image](https://github.com/JSerwatka/notion-syntax-highlighter/assets/33938646/50451ca0-7abe-4a0e-8a33-8a434b23d68b)

enhancement

Customizable box-shadow might be a nice feature. There could be default values + an option to adjust `color`, `blur radius`, `spread`, and `offset`. It could look like this: ![image](https://github.com/JSerwatka/notion-syntax-highlighter/assets/33938646/602c0719-3bb5-4190-9b61-c2e35168450e) To...

enhancement

When you haven't reached the threshold for disabling syntax highlighting but still working with a very large code snippet, writing code inside a code block can become sluggish. This is...

performance