GorvGoyl / Notion-Boost-browser-extension

Chrome & Firefox extension for Notion to add 20+ features like sticky outline, small text & full width by default, hide comments & help button, bolder text etc. Download here: https://gourav.io/notion-boost
https://gourav.io/notion-boost
GNU General Public License v3.0
504 stars 42 forks source link

Indentation line highlighting #50

Open twolfson opened 2 years ago

twolfson commented 2 years ago

In text editors like Sublime Text, there's indicators which show level of indentation -- which can be handy for verifying being on the same line as another higher up item (e.g. both 2 lines indented). It also adds a different color for the current indentation level

It'd be nice to have the same support in Notion, though I think this is a lot easier said than done ._.

Example screenshot:

Selection_2021-09-17-20:41:27

GorvGoyl commented 2 years ago

This would be very challenging to implement based on the current limitation of Notion UI elements. I''ll see if it can be done.