Feature Request: Support for Microsoft Word
Description:
Add support for automatically saving documents in Microsoft Word.
Steps to Implement:
- Create a new file
word.py in the autosave/apps/ directory.
- Implement the logic to detect open Word documents and save them.
- Update
autosave/core/watcher.py to include the new Word handler.
- Test the implementation with different Word documents.
Additional Information:
Refer to bloc_notes.py for an example of how to implement a handler for an application.
Feature Request: Support for Microsoft Word
Description:
Add support for automatically saving documents in Microsoft Word.
Steps to Implement:
word.pyin theautosave/apps/directory.autosave/core/watcher.pyto include the new Word handler.Additional Information:
Refer to
bloc_notes.pyfor an example of how to implement a handler for an application.