notion-syntax-highlighter
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
### 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....
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...
It should probably work on `ctrl+s`. Not sure if there is some universal code formatter. Discussion needed
Add an option in the settings to change line height for code blocks.
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
Rounded borders that can be configured in the settings. It could look like this: 
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:  To...
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...