Page 2 of 2

Re: Building a text editor in LÖVE

Posted: Sat Jun 18, 2022 11:05 am
by darkfrei
You are need the timer, that can be nil. After saving set it to nil, but after first editing (when timer is nil) run the timer until the given autosave time.

Pro: no edited text will be saved just once.

export

Posted: Sun Jul 03, 2022 3:14 pm
by Kartik Agaram
I built an exporter to markdown+SVG -- as a separate app. You can see it in action in this video: https://merveilles.town/@akkartik/108580451364837131. This way people who need the export functionality can get it, without complicating the code for everyone else.