rnkn / fountain-mode

Emacs major mode for screenwriting in Fountain plain-text markup
https://fountain-mode.org
GNU General Public License v3.0
394 stars 15 forks source link

Convert parsing engine to linear #67

Closed rnkn closed 7 years ago

rnkn commented 8 years ago

The parsing engine currently operates off a tree model, e.g. a scene heading is the first child of a scene. This is annoying. A linear/list model would work better with FDX and LaTeX.

rnkn commented 7 years ago

It turns out this won't work with FDX, specifically dual dialogue. So, back to a tree structure.