mjakeman / bluetype

A fast and lightweight word processor.
GNU General Public License v3.0
11 stars 0 forks source link

Custom Document Implementation #1

Closed mjakeman closed 2 years ago

mjakeman commented 2 years ago

Roll our own document framework instead of GtkTextView. This will allow for more complex documents to be represented, such as having embedded equations and tables.

Uses a simple browser-inspired tree structure.