-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.html
90 lines (85 loc) · 3.47 KB
/
TODO.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="EN">
<title>R. S. Doiel, Software Engineer/Analyst - TODO</title>
<link rel="stylesheet" type="text/css" href="/printfonts/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/webfonts/fonts.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/site.css" media="screen" />
<link title="RSS feed for rsdoiel's blog" rel="alternate" type="application/rss+xml" href="https://rsdoiel.github.io/rss.xml" />
<link title="markdown source for page" rel="alternative" type="application/markdown" href="TODO.md">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="./">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="user-manual.html">User Manual</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/rsdoiel/osf">GitHub</a></li>
</ul>
</nav>
<section>
<!-- <h1>TODO</h1> -->
<h1 id="action-items">Action Items</h1>
<h2 id="bugs">Bugs</h2>
<ul class="task-list">
<li><label><input type="checkbox" checked="" />Transition follow by
transition at end of script treats the second transition as action, see
sample-05.fountain, noticed in HTML output</label>
<ul>
<li>A: OK, the line begins with “!” so it should be “Action”</li>
</ul></li>
<li><label><input type="checkbox" />sample-05.fountain has the character
“DOG” line identified as “dialogue”</label></li>
<li><label><input type="checkbox" />sample-07.fountain (charade) has
parenthiticals sprinkled in the dialogue, need to support this. It
meakes some dialog show up as Action in the JSON stream.</label></li>
</ul>
<h2 id="next-v0.1.0">Next (v0.1.0)</h2>
<ul class="task-list">
<li><label><input type="checkbox" />Add test to check to validate parse
structure of each <code>testdata/*.fountain</code> file</label></li>
<li><label><input type="checkbox" />Add demo of using
<strong>fountain2json</strong> for creating a script report</label></li>
<li><label><input type="checkbox" />Improve <strong>fountainfmt</strong>
pretty print options</label></li>
<li><label><input type="checkbox" />handle unlabeled title
pages</label></li>
<li><label><input type="checkbox" checked="" />Write and
<strong>fountain2html</strong></label></li>
<li><label><input type="checkbox" />Add CSS dump option for
<strong>fountain2html</strong></label></li>
<li><label><input type="checkbox" />Add option to render <a
href="https://fountain.io/scrippets">scrippets</a> compatible HTML and
CSS</label></li>
</ul>
<h2 id="someday-maybe">Someday, Maybe</h2>
<ul class="task-list">
<li><label><input type="checkbox" />Add support for Markdown front
matter for additiona metadata processing</label></li>
<li><label><input type="checkbox" />handle general text (outside of
notes, boneyard)</label>
<ul>
<li>this could be handled like front matter in Markdown</li>
</ul></li>
<li><label><input type="checkbox" />definable heading
prefixes</label></li>
<li><label><input type="checkbox" />reports on screenplay</label></li>
<li><label><input type="checkbox" />fountain2pdf</label></li>
</ul>
<h2 id="completed">Completed</h2>
<ul class="task-list">
<li><label><input type="checkbox" checked="" />Write Parse(src []byte)
returning a Fountain Struct and error</label></li>
<li><label><input type="checkbox" checked="" />word wrap for
dialogue</label></li>
</ul>
</section>
<footer>
</footer>
</body>
</html>