-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Is your feature request related to a problem? Please describe.
Hi, I'm new to nextcloud. I installed the Text application to enable the creation of a text file from the plus button and to be able to view and edit it, but I realized that, by making changes to the same file with another editor, they are not displayed in the nextcloud's Text application.
Describe the solution you'd like
The cause I believe depends on the intervals for the updates, which do not occur when the file is opened, but are later, keeping past versions in memory. I don't know if it can be connected to cronjob interval configuration.
Describe alternatives you've considered
I wonder if it is possible to update the contents of the file when it is opened from the nextcloud's file manager, instead of keeping the previous version in memory. I tried to clear the browser cache to see an update of the contents, but an instant update would be convenient when the file is opened, thank you!