You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><label><inputtype="checkbox" checked="" />Add user-manual.md with
48
+
links to documentation</label></li>
49
+
<li><label><inputtype="checkbox" checked="" />Update INSTALL.md to
50
+
include “Quick install with curl”</label></li>
51
+
<li><label><inputtype="checkbox" />Review XML output from ToXML() after
52
+
a FromFountain() call, see where I need to add mapping for Text elements
53
+
and embedded styling</label></li>
54
+
<li><label><inputtype="checkbox" />validate that I am producing fdx
55
+
files that Final Draft, FadeIn and Trelby can read</label></li>
56
+
<li><label><inputtype="checkbox" />Add support to render as
57
+
YAML</label></li>
56
58
</ul>
57
59
<h2id="someday-maybe">Someday, Maybe</h2>
58
60
<ulclass="task-list">
59
-
<li><inputtype="checkbox" disabled="" />
60
-
Add fdx2json, json2fdx</li>
61
-
<li><inputtype="checkbox" disabled="" />
62
-
Add fdx2yaml, yaml2fdx</li>
63
-
<li><inputtype="checkbox" disabled="" />
64
-
Write and fdx2html using <ahref="https://fountain.io/scrippets">scrippets</a> approach</li>
65
-
<li><inputtype="checkbox" disabled="" />
66
-
Left/Right alignment should be respected based based on Paragraph Type</li>
67
-
<li><inputtype="checkbox" disabled="" />
68
-
Plaintext formatting needs to be pickup and respected from whole FinalDraft document (e.g. respect definitions, Layout, etc)</li>
69
-
<li><inputtype="checkbox" disabled="" />
70
-
Screen Headers and Footers can have Text, Dynamic, SceneProperties in any order, right now converting back to XML renders them in fixed order because they are ignored when rendering and plaintext</li>
Copy file name to clipboardExpand all lines: index.html
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,21 @@
27
27
<section>
28
28
<!-- <h1>README</h1> -->
29
29
30
-
<p><ahref="https://www.repostatus.org/#inactive"><imgsrc="https://www.repostatus.org/badges/latest/inactive.svg" alt="Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows." /></a></p>
alt="Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows." /></a></p>
31
33
<h1id="fdx">fdx</h1>
32
-
<p><em>fdx</em> is a Golang package for working with XML files produced by many script writing programs (e.g. <ahref="http://www.trelby.org/">Trelby</a>, <ahref="https://storywriter.amazon.com">Amazon Storywriter</a>, <ahref="https://www.celtx.com/index.html">Celtx</a>, <ahref="https://www.fadeinpro.com/">Fade In</a> and of course recent versions of <ahref="https://www.finaldraft.com/">Final Draft</a>). This package also includes a demonstration command line program called <ahref="docs/">fdx2txt</a> which will read an <em>fdx</em> file and render plain text in a <ahref="https://fountain.io">Fountain</a> like format.</p>
34
+
<p><em>fdx</em> is a Golang package for working with XML files produced
0 commit comments