How to make reference field of a lot of resistors not visible on schematic?

v5.1.12

Is there a quick way to make the reference field invisible on 32 resistors in my schematic? Here are 8 of them and they collide. They don’t need to be visible in the schematic. I’ve already blanked the value field by setting it to ~.
colliding-references
If not, never mind, I think I see where in the .sch file the visibility flag is and can do a text edit.

Never mind, I did it with vim, on the .sch file, with eeschema not running. The command was:

:g/^F 0 "R[0-9][0-9]/s/ 0000 L CNN/ 0001 L CNN/p

All the resistors in question are numbered from R11 to R48 hence the regex selector. The visibility flag is in the last digit of the field just before L CNN.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.