diff options
author | Joop Kiefte <ikojba@gmail.com> | 2021-10-15 00:11:12 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2021-10-15 00:11:12 +0100 |
commit | 3509ac11c07477c86c67aedfed31ed22a18c5022 (patch) | |
tree | 63321074fbf189ac093d2015c5765ff5148e7db0 /readme.md | |
parent | 7bf1944b6d142e11886b685da3cb235571264310 (diff) |
Correct paths
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -1,16 +1,4 @@ -Lexington commandline tool for screenwriters -============================================ +Print Draft Fast +================ -Lexington helps you convert between Final Draft, Fountain and its own lex file formats, and output to PDF, HTML and ebook formats. - -At the moment the Fountain parser should be pretty decent, although still lacking features like simultaneous dialog, and inline markup is not yet supported and might never be. Also the PDF output doesn't do anything to keep pieces from your screenplay together. Feel free to contribute and help me out in knowing how best to handle this! - -To run the tool, make sure to have Go installed first and then run - -`go get github.com/lapingvino/lexington` - -to install Lexington to your go/bin directory. If this directory is in your execution path, you can then run it like - -`lexington -i inputfile.fountain -o outputfile.pdf -to pdf` - -For a more complete overview of the command line options, use `lexington -help`. +Based on my work on [lexington](https://github.com/lapingvino/lexington) and a question on Reddit about having a fast Markdown to PDF conversion, here is my attempt to create a quick and dirty PDF creation tool for Markdown source files. |