Auto-collapse block references

Hello, can any one tell me how to make the referenced block always collapsed without clicking everytime at the number to collapse it (as shown in the photo


)

  • Open file config.edn
  • Find the following option:
     ;; Expand block references automatically when zoom-in
     :ui/auto-expand-block-refs? true
    
  • Replace true with false
1 Like