From 539635461f1b3976ed1ae4af8c865a523214ad18 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 15 Jan 2025 11:00:25 -0600 Subject: [PATCH] updating todo --- todo.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo.org b/todo.org index 66c4b62..45a5b6a 100644 --- a/todo.org +++ b/todo.org @@ -8,7 +8,6 @@ I've got the library basic layer done, I need to develop a way to open the libra * TODO Develop ui for settings -* TODO Find a way for text to pass through a service item to a slide i.e. content piece * TODO Develop library system for slides that are more than images or video i.e. content * TODO Functions for text alignments This will need to be matched on for the =TextAlignment= from the user @@ -35,3 +34,5 @@ Krimzin on Discord told me that maybe the =update= method is a better place for * TODO Build editors for each possible item * DONE Use Rich Text instead of normal text for slides This will make it so that we can add styling to the text like borders and backgrounds or highlights. Maybe in the future it'll add shadows too. +* DONE Find a way for text to pass through a service item to a slide i.e. content piece +This proved easier by just creating the =Slide= first and inserting it into the =ServiceItem=.