Still in the early early stages. Can be a little slow going since I’m treating this like a training project to strengthen my Python skills. Typing mechanics are nailed down, basic UI is in place.
Next is to get the functionality working for new-page, save, export, etc… and the correction tape mode.


Looks cool! I wrote something along similar lines a couple years ago that might interest you: https://github.com/areldyb/ylinat
That looks great! Mind if I take some lessons from it to make my own better?
Go for it!
(One thing though: I released YLINAT under the GPL-3 license. I’m not a lawyer-guy but I think the way the GPL license works is that if you take actual code from it, then the GPL license will apply if you distribute Karit? Something like that. But ideas/lessons, totally fine.)
Likely won’t need to copy anything directly. But mine is going to be GPL-3 itself when it’s finally done anyway. Thanks.