You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this code the codes are ignored when parsing .fountain source document. I believe this is the wrong solution for #37; according to https://fountain.io/syntax#section-notes:
Notes are designed to be compatible with the types of inserted annotation common in screenwriting software, e.g. Final Draft's Scriptnotes. To hide, or "comment out" sections of text, use the boneyard syntax.
which seems to imply to me, that (contrary to boneyards) notes should not be hidden, but displayed in some special way (different colour?), so they are outstanding from the text. They should be used for internal meta-comments (“This needs more work.” or “Thank you for this idea to John Smith.”), displayed, but they are not part of the action on the screen itself.
The text was updated successfully, but these errors were encountered:
screenplain/screenplain/parsers/fountain.py
Lines 256 to 259 in bc719b6
With this code the codes are ignored when parsing
.fountain
source document. I believe this is the wrong solution for #37; according to https://fountain.io/syntax#section-notes:which seems to imply to me, that (contrary to boneyards) notes should not be hidden, but displayed in some special way (different colour?), so they are outstanding from the text. They should be used for internal meta-comments (“This needs more work.” or “Thank you for this idea to John Smith.”), displayed, but they are not part of the action on the screen itself.
The text was updated successfully, but these errors were encountered: