hra42 / 42Summaries

42Summaries is a macOS application that transcribes audio and video files, then generates concise summaries using Ollama.
https://42summaries.com
The Unlicense
1 stars 0 forks source link

feat: Add PDF and TXT export options #21

Closed hra42 closed 2 weeks ago

hra42 commented 2 weeks ago

This commit introduces a new ExportOptionsView that allows users to export the summary content as either a PDF or TXT file. The ExportManager class is also added to handle the actual export functionality.

The key changes are:

These changes provide users with the ability to easily export their summaries in different file formats, which enhances the overall functionality of the app.