theBenForce / logseq-plugin-my-highlights

Import highlights from various sources
MIT License
36 stars 4 forks source link

Hide highlight-id block property #37

Closed petrushy closed 2 years ago

petrushy commented 2 years ago

For the user the highlight-id gives a quite noisy view. I managed to hide this by adding

:block-hidden-properties #{:highlight-id }

to the config.edn

But it would be best if this somehow automatically is done by the plugin. Or potentially as a text in the readme.

Many thanks for a nice plugin!

theBenForce commented 2 years ago

I wish I could add it to the config, but it's in the readme: https://github.com/theBenForce/logseq-plugin-my-highlights#hiding-highlight-id-properties

petrushy commented 2 years ago

Oh :) Somehow I didn't see that, sorry for the noise!

theBenForce commented 2 years ago

No worries, I appreciate the feedback!