I would like to either program, or discover a program, which is of the following simple form:
- The user can produce, analogous to websites in html, X number of resizable frames.
- Each frame serves as a simple text editor, which you can type into and save.
- The whole configuration (contents and resized window config) can be saved.
The goal is to have a mostly white space which I can organize into text as I please, mostly for organizational purposes, list of goals, schedule, etc. The simpler the better.
Does something close to this exist?
If not, what languages are ideal for such a setup? I know some C and Python and Html, and am willing to learn. It seems to me this should be a relatively easy program to make, but I need a little direction before starting.
EDIT: I should clarify that I am not looking for a text editor, per se. I'm looking for a way to organize information that can be "frozen" and "unfrozen". Mostly it will be for the user to look at, as a way to organize information on a week by week or month by month scale. It's somewhat analogous to a calendar. I hope this makes sense.