matthewkaney / text.management

Experimental Live Code Editor
GNU General Public License v3.0
46 stars 2 forks source link

1.0 Roadmap #41

Open matthewkaney opened 1 year ago

matthewkaney commented 1 year ago

I think this is already at a point where it only does a few things, but does them well, with a minimum of bugs (mostly because CodeMirror is a mature project that works very well). So, it’s nearly time to start putting real version numbers on things. Here are a few outstanding features that I think are necessary for minimum viable text.management:

cleary commented 1 year ago

The undo/redo functionality is pretty critical imo - is this implied by any of these items?

matthewkaney commented 1 year ago

It's not, only because I thought it was already supported? I know it has existed in some testing contexts, but I can investigate if there's some issue with it on the desktop app. I agree that it's critical, and Codemirror support is already very solid.

matthewkaney commented 1 year ago

~Tabbed browsing can wait~, code signing/auto-update is more important

EDIT: Tabbed browsing is back, given that it provides a useful interface for other features (settings, help screen, etc). Porting earlier collaboration code, on the other hand, is trickier than I anticipated and is a lower priority for my own use this summer. It's going to wait a bit.

matthewkaney commented 1 year ago

I'm also dropping #24 from this timeline, since it's especially valuable in collaborative settings.