Is there anyway to hide the Readme file that is created when you add notes,list or links?

Is there anyway to hide the Readme file that is created when you add notes,list or links ?

When you go to a folder there is the text at the top and if you add notes it creates a readme file in that folder etc.

Can this be changed to hide that file ?
Thanks

Are you running the readme app on your nextcloud by chance?

If so: you can disable it as an admin, or restrict it to groups your user is not a part of.

1 Like

The solution @just sugested would be the best way,
but you can also manipulate which files are shown with the custom css app:

#fileList tr[data-file="README.md"] {
  display: none
}
2 Likes

It’s a default install with snap but now that you mention it I am logged in as admin.

Does this mean users won’t see those readme files ?
thanks

The following is most likely helpful:

1 Like