Devlog 02
Still the same basic editor as last time, but we are working on UI design right now. We should have a somewhat decided design in a couple of days.
More parsing stuff
Anyway, I got markdown header formatting working in the app (you can’t notice a difference visually, but the app knows whether you want a # or ## header now). Now, the plan is to work on getting inline formatting to work (bold, italics, etc).
Dates and moving tasks to different days
For being able to have a task repeat weekly, the app needs to be aware of the original day that the task was created on. To do this (as you can see in the image), every task gets a @created(yyyy-mm-dd) tag. The other tag you see in the image (@carried) means that task was procrastinated on and got moved to the next day or postponed to some other time.
Side note
Maybe it’s just me, but the git integration in Xcode is confusing. I may or may not have had to redo some code and that is why this devlog has so much time on it. I’ll make sure that my future devlogs aren’t this unproductive when it comes to actually making features.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.