Hey ho!

After a short hiatus I will hopefully be back soon / this year and get to work on Doable again.

I might end up rewriting parts of it, because the codebase got kinda old and overwhelming at points, but we'll see!

Oh and I am also working on a Notes app, so if you're into that kinda stuff stay tuned!

@doable a notes app in your style sounds really cool (≧▽≦)
@PolyCat im glad you think so :D
it does however have a slightly different style than doable and I'm not sure I'll add as many customization features :)

@doable if it supports markdown that's all that matters for me.

It would be nice if it could save the notes at just markdown files in a folder on the device for easy editing of GitHub wikis, Obsidian notes, etc on a phone. I don't know how easy that is to implement since I have minimal experience with mobile app dev or if it even matches the goal of the app.

Once it gets open sourced or a bug tracker I'll probably be there trying to see if this can be done. Great opportunity for me to learn some mobile dev.

@PolyCat i want it to be – and it is rn – a wysiwyg editor with live markdown support

the only problem rn is converting to markdown, as the editor I'm using is not natively supporting that, so I'll need to write it manually

especially because the editor also supports stuff like different font size and right / left / justified alignment, which gets lost when converting to markdown → I can't really sync with markdown, only export to it

@doable aha I see. Still sounds interesting tho. Can't wait to try it out
@PolyCat I might release an alpha soon :)