How does this compare to github.com/piersdeseilligny/betterfountain
?
#39
-
Specifically https://github.com/piersdeseilligny/betterfountain/blob/b869bee1cf0365e19bccc3458389c4838044b7d8/README.md#features. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Short answer is that his is more mature and probably more stable, and prettier. Long answer is; There're some things that I want to do with this in the longer-term (time permitting) that didnt seem to fit extending his work directly. This is also kind of a test-bed for writing a fountain parser that breaks the document down into more of a tree structure, and with less reliance on regex. This has code lenses which IIRC his does not. The language server is also seperable from the vscode plugin, so in theory you can also use this with another editor. |
Beta Was this translation helpful? Give feedback.
Short answer is that his is more mature and probably more stable, and prettier.
Long answer is;
There're some things that I want to do with this in the longer-term (time permitting) that didnt seem to fit extending his work directly.
This is also kind of a test-bed for writing a fountain parser that breaks the document down into more of a tree structure, and with less reliance on regex.
This has code lenses which IIRC his does not.
The language server is also seperable from the vscode plugin, so in theory you can also use this with another editor.