-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathTODO.html
More file actions
127 lines (127 loc) · 5.27 KB
/
Copy pathTODO.html
File metadata and controls
127 lines (127 loc) · 5.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>scripttools</title>
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/rsdoiel/scripttool">GitHub</a></li>
</ul>
</nav>
<section>
<p>{ “scripttool”: “A program for converting screen play formats” }</p>
<h1 id="action-items">Action Items</h1>
<h2 id="bugs">Bugs</h2>
<ul class="task-list">
<li><label><input type="checkbox" />fountain parser is miss-identifying
some elements as character when they are things like scene headings.
This should up in JSON output and characters report, see
testdata/sample-07.fountain for example of bug</label>
<ul>
<li><code>scripttool fountain2json testdata/sample-07.fountain</code></li>
<li><code>scripttool characters testdata/sample-07.fountain</code></li>
</ul></li>
</ul>
<h2 id="next">Next</h2>
<ul class="task-list">
<li><label><input type="checkbox"
checked="" />fountain2html</label></li>
<li><label><input type="checkbox"
checked="" />fountain2json</label></li>
<li><label><input type="checkbox" checked="" />fountain2fdx (Fountain to
Final Draft XML)</label></li>
<li><label><input type="checkbox" checked="" />fountain2osf (Fountain to
Open Screenplay Format 1.2,2.0)</label></li>
<li><label><input type="checkbox" checked="" />fdx2fountain (build on
fdx2txt in <a href="https://github.com/rsdoiel/fdx">fdx</a>, handle
TitlePage better)</label></li>
<li><label><input type="checkbox" checked="" />fdx2osf (Final Draft XML
to Open Screenplay Format 1.2,2.0 XML)</label></li>
<li><label><input type="checkbox" checked="" />osf2fdx (Open Screenplay
Format 1.2,2.0 XML to Final Draft XML)</label></li>
<li><label><input type="checkbox" checked="" />osf2fountain (Open
Screenplay Format 1.2,2.0 XML to Fountain)</label></li>
<li><label><input type="checkbox" checked="" />fountain2fadein,
fadein2fountain</label></li>
<li><label><input type="checkbox" />edit (simple line oriented editor
with colorization for Fountain/Markdown)</label>
<ul>
<li>auto-convert to/fountain on open</li>
<li>auto-convert from fountain to origin version on save</li>
<li>timed-autosave</li>
<li>backup original files</li>
</ul></li>
<li><label><input type="checkbox" />headings - report the headings as a
outline</label></li>
<li><label><input type="checkbox" />scenes - report the number of
scenes, order and estimate time</label></li>
<li><label><input type="checkbox" />lines - report line
count</label></li>
<li><label><input type="checkbox" />words - report word
count</label></li>
<li><label><input type="checkbox" />character - report character
count</label></li>
<li><label><input type="checkbox" />outline (OPML) to
scenes/chapters</label></li>
<li><label><input type="checkbox" />notes, sections and
synopsis</label></li>
<li><label><input type="checkbox" />eprints like metadata for the
script</label></li>
<li><label><input type="checkbox" />Story timeline (using stn) for
temporal story outlines</label></li>
<li><label><input type="checkbox" />Scene beat report, summaries per
scene happenings (who speaks, description, estimated running
time)</label></li>
<li><label><input type="checkbox" />Search/indexing for script and
related assets</label></li>
</ul>
<h2 id="someday-maybe">Someday, Maybe</h2>
<ul class="task-list">
<li><label><input type="checkbox" />GUI for managing a screenplay
project (like Scrivener but GTK based so as can running under
Linux)</label></li>
<li><label><input type="checkbox" />PDF generation from various formats
(possibly via Pandoc)</label></li>
<li><label><input type="checkbox" />write and fountain2html, fdx2html,
osf2html, fadein2html using <a
href="https://fountain.io/scrippets">scrippets</a> approach</label></li>
<li><label><input type="checkbox" />Create a fountain text to speech
script reader</label>
<ul class="task-list">
<li><label><input type="checkbox" />Should support configuration for
assigning voices to different characters</label></li>
</ul></li>
<li><label><input type="checkbox" />fountain2trelby</label></li>
<li><label><input type="checkbox" />osf2trelby</label></li>
<li><label><input type="checkbox" />fdx2trelby</label></li>
<li><label><input type="checkbox" />trelby2fdx</label></li>
<li><label><input type="checkbox" />trelby2fountain</label></li>
<li><label><input type="checkbox" />trelby2osf</label></li>
</ul>
<h2 id="reference-links">Reference Links</h2>
<ul>
<li><a href="https://github.com/jung-kurt/gofpdf">gofpdf</a> - Kurt
Jung’s Go implementation of fpdf</li>
<li><a href="https://fountain.io">Fountain</a></li>
<li><a href="https://sourceforge.net/projects/openscrfmt/">Open
Screenplay Format 2.0</a></li>
<li><a href="https://github.com/severdia/Open-Screenplay-Format">Open
Screenplay Format 2.1</a></li>
<li><a href="https://johnaugust.com/2004/screenbox">Screenbox HTML and
CSS</a> is some CSS for marking up HTML classes hand presenting a script
section in an HTML page</li>
<li><a href="https://wordpress.org/plugins/wp-scrippets/">scrippets
Wordpress Plugin</a>, scrippets.org website appears gone.</li>
</ul>
</section>
</body>
</html>