From 605cf4c27115aa243e25035cdfffee754f59f4d8 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 20 Feb 2026 23:02:18 -0600 Subject: [PATCH] update todo --- TODO.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.org b/TODO.org index 126b4fd..e06cd72 100644 --- a/TODO.org +++ b/TODO.org @@ -4,6 +4,11 @@ * TODO [#A] File saving and loading Need to make sure we can save a file with all files archived in it and load it back up. +This is giving me a lot of thoughts... +1. That saving and loading needs to know about fonts as well. +2. That TextSvgs should likely be saved as well since the other machines may not always have the same fonts. +3. That means that TextSvg should have a path option that could hold the cached svg that has already been rendered and that this gets changed to the loaded files directory rather than using the default cache directory. + * TODO [#A] Add Action system This will be based on each slide having the ability to activate an action (i.e. OBS scene switch, OBS start or stop) when it is active.