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=.