lmparppei / Beat

Beat - a simple and elegant screenwriting app for macOS
Other
168 stars 29 forks source link

Manuscript style #156

Closed gaffa27 closed 1 month ago

gaffa27 commented 1 month ago

This adds a nanuscript style for writing and editing.

It is based heavily on Novel mode, the primary differences are:

unfortunately it includes acommit to get my local build working - hopely you can cherry-pick around that, or i can try regenerate the pull request with out that commit.

lmparppei commented 1 month ago

Wow, thank you! Could you make this pull request to the newly-created branch manuscript-style, so I can check it separately from main? (I'm still very bad with git, he he)

gaffa27 commented 1 month ago

I've updated the pull request.. Please let me know if there are any issues. (i'm a a Git newbie too!)

lmparppei commented 1 month ago

There are some indentation issues.

image image

I'm not sure if this is by design, but at least the tutorial says (like the one for Novel Mode) that paragraphs with a line break between them should not be indented. I have no recollection at this point how this happens in Novel Mode, but I think this is the part causing the issue:

indent-split-elements: false;
unindent-fresh-paragraphs: false;

Also, if possible, could you return the bundle names to the original ones? (ie. com.kapitanFI.BeatCore).

Other than that, I'm surprised how you've managed your way through my code!

gaffa27 commented 1 month ago

I've just gotten myself into git hell. I am addressing your comments.