-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using existing pptx as a reference #1
Comments
I'm glad to hear that you're finding the package's speed and smooth performance impressive. It's great that you've identified a situation where resuming from a saved session doesn't account for manual changes to the pptx file. Your observation is accurate, and the reason for this lies in the current approach, where only the processed content is saved and reprocessed in subsequent iterations. While I might revisit this design choice in future updates, for now, the recommended approach is to utilize the tool to generate a solid draft and then proceed to make any necessary manual adjustments. On another note, it's valuable to discuss scenarios that prompt the need for manual modifications to the pptx file. If these modifications involve adding figures or implementing design changes, the previously mentioned approach is most effective. However, when the goal is to create a presentation based on the content of an existing pptx file, an alternative strategy could involve exporting the manually edited PPTX file into a Word document. In lieu of resuming from a saved session, considering the Word document as a point of reference could prove beneficial. I will update the readme to clarify this better and perhaps include a video demonstration. |
@Ashoka74 I get your point now. I agree that there are some great benefits to using an existing external PPTX as a starting point. In addition to that, the possibility of recognizing and adopting text modifications made manually to the PPTX file can greatly enhance further revisions carried out by odin-slides. I'm excited to explore this idea further. I'll set aside some time during the upcoming weekends to make the necessary amendments and see how this approach can improve the workflow. Your input is much appreciated. |
Thank you @Ashoka74 for the suggestion. This feature indeed is useful and elevates the user experience during revisions. Specifically, in situations where the cost/benefit is in favor of the manual fix. Latest UpdatesVersion 0.6 (September 27, 2023)
|
Hi Leonid!
Thank you for your work here, your package is working very fast and smoothly.
Correct me if I am wrong but I realized you can only resume from a saved session if it has been already processed beforehand.
After manually modifying the presentation which was produced with odin-slides, the changes I had made were not taken into account in the next iterations.
Would it be possible to use an existing external PPTX as a starting point without deleting slides?
The text was updated successfully, but these errors were encountered: