Only saves when content is dirty (changed since last save)
Fires the existing save event so consumer handles persistence
Visual indicator of save status (saved/saving/unsaved)
Debounce to avoid saving mid-typing
Option to save to localStorage as fallback
Periodic automatic save via the save event.
- Configurable interval (default 30s)
- Only saves when content is dirty (changed since last save)
- Fires the existing save event so consumer handles persistence
- Visual indicator of save status (saved/saving/unsaved)
- Debounce to avoid saving mid-typing
- Option to save to localStorage as fallback
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Periodic automatic save via the save event.