cqroot / joplin-outline

A markdown outline (TOC) sidebar plugin for Joplin.
MIT License
215 stars 16 forks source link

suggest: backgroud-color when hovering #57

Closed rexlevin closed 2 years ago

rexlevin commented 2 years ago

please add a light gray background color when hovering, it's more obvious thanks

cqroot commented 2 years ago

https://github.com/cqroot/joplin-outline/wiki/Custom-panel-style

You can add the following content to the User Style of the advanced settings.

.toc-item-link:hover {
  background-color: #f0f0f0;
}
rexlevin commented 2 years ago

https://github.com/cqroot/joplin-outline/wiki/Custom-panel-style

You can add the following content to the User Style of the advanced settings.

.toc-item-link:hover {
  background-color: #f0f0f0;
}

thank you

cqroot commented 1 year ago

Now you can do this by setting the Hover Style Type in the options to highlight.