Skip to content

Autosave more frequentlyΒ #8797

Description

@max-nextcloud

Is your feature request related to a problem? Please describe.
Currently autosave calls are debounced by 30 seconds. This means they will only happen once you stop typing for 30 seconds. That can be after a very long time if one is continuously typing. In the meantime the editor will always indicate unsaved changes. It would be nice to save changes faster.

Describe the solution you'd like

On the client side:

  • Write the file when you stop typing for more than a second.
  • Write the file at most every 5 seconds
  • Write the file when there are changes at least 10 seconds after the changes were made.

On the server side:

  • Actual saves are only performed every 10 seconds. Maybe cache the content in the meantime and only write it out then.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

Status
πŸ—οΈ In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions