aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaeger Ryman <getSaeger@gmail.com>2015-11-11 00:00:00 +0000
committerMatěj Cepl <mcepl@cepl.eu>2024-01-18 10:09:15 +0100
commit2255c039090fbb591e64e35b8b3b3119a48e99f2 (patch)
tree0ccdbbe4d2a943b766f9aac454db929485668807
parent965ad05661952de9f61593928547c8c93a7e42a2 (diff)
downloadfountainflow.vim-2255c039090fbb591e64e35b8b3b3119a48e99f2.tar.gz
The root commit from the GitHub mirror of the script.HEADmaster
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f90d234
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+This is a mirror of http://www.vim.org/scripts/script.php?script_id=5268
+
+The command :FountainFlow (or :FF) converts properly configured Fountain screenplay files into HTML compatible with LibreOffice.
+
+After conversion, tap <enter> and the HTML becomes a fully formatted screenplay in LibreOffice.
+
+Finish by loading page styles from an included template, which will start proper page numbering on page 2 of the script, while skipping over a title page and optional synopsis.
+
+Example output, Big Fish regenerated from sample Fountain file:
+https://drive.google.com/file/d/0B1MbU4xaq48DRWxPeW92bm5XV2M/view?usp=sharing
+
+All Fountain syntax supported, with just one limitation on dual dialogue (one line of dialogue per character). See http://fountain.io/syntax
+
+=============================================================
+
+There is much I need to tell you that's not in the included documentation, yet.
+
+How title page data works in Fountain Flow
+http://vimwriter.blogspot.com/2015/11/how-title-page-data-works-in-fountain.html
+
+Page numbering with Fountain Flow
+http://vimwriter.blogspot.com/2015/11/page-numbering-with-fountain-flow.html
+
+=============================================================