From 965ad05661952de9f61593928547c8c93a7e42a2 Mon Sep 17 00:00:00 2001 From: Saeger Ryman Date: Wed, 11 Nov 2015 00:00:00 +0000 Subject: Version 1.0: Initial upload --- README.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc9430f --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +Fountain Flow for Vim +===================== + +Installation +------------ + +Basic installation is typical. There is a plugin file, and a help file. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + doc/ + fountainflow.txt + plugin/ + fountainflow.vim +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Template information is on board the plugin, so it is possible to convert files +right away. However, for greater control, templates and a style sheet are +including in a folder called 'flowfiles'. + +This and another folder named 'libreoffice' can go anywhere. But you are +required to include the following line in your .vimrc (preference file) so +that the plugin knows where to access the 'flowfiles'. + + let g:flow_directory = '/full/path/to/flowfiles/' + +Don't forget that trailing slash! + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + flowfiles/ + screenplayFooter.html + screenplayHeader.html + screenplayStyle.css + screenplayTitlePage.html + + libreoffice/ + fountain-template-NO-synopsis.odt + fountain-template-NO-synopsis.ott + fountain-template-w-synopsis.fountain + fountain-template-w-synopsis.odt + fountain-template-w-synopsis.ott +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +There is a reason the 'libreoffice' folder contains normal files along with the +templates, and a dummy FOUNTAIN file. An explanation for this, and more +information on using the templates will be available at our blog: + + https://vimwriter.blogspot.com/ + +Support +------- + +If you find this plugin useful, please consider throwing us some support via our blog donation button! + +Look for a new Fountain syntax file, and our upcoming plugin, Ink Flow for Vim, a general aid for creative writers on Vim that includes a logical settings, a snapshot function, file splitting, text block movement, etc. + -- cgit