rnkn / fountain-mode

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

Include synopsis when parsing scene heading #74

Closed rnkn closed 4 years ago

rnkn commented 6 years ago

FDX includes a <summary>STRING</summary> key for scene summaries in its browser thingy. This would be the perfect place for synopses.

When parsing a scene heading, save-excursion and check if next element is synopsis, if so, include it as a property value.