Skip to content

Commit 311a0e2

Browse files
committed
Update to worknotes
1 parent 0359a6a commit 311a0e2

2 files changed

Lines changed: 23 additions & 11 deletions

File tree

opml/worknotes.opml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<!-- OPML generated by OPML Editor v11.0.6 on Fri, 20 Sep 2013 13:21:06 GMT -->
2+
<!-- OPML generated by OPML Editor v11.0.6 on Fri, 20 Sep 2013 13:45:51 GMT -->
33
<opml version="2.0">
44
<head>
55
<title>Worknotes for GitHub project</title>
66
<dateCreated>Fri, 20 Sep 2013 13:18:13 GMT</dateCreated>
7-
<dateModified>Fri, 20 Sep 2013 13:21:06 GMT</dateModified>
7+
<dateModified>Fri, 20 Sep 2013 13:45:51 GMT</dateModified>
88
<ownerName></ownerName>
99
<ownerEmail></ownerEmail>
10-
<expansionState>1, 2, 3, 7, 10, 13</expansionState>
10+
<expansionState>1, 2, 3, 7, 10, 13, 16</expansionState>
1111
<vertScrollState>1</vertScrollState>
1212
<windowTop>138</windowTop>
1313
<windowLeft>1187</windowLeft>
@@ -17,11 +17,15 @@
1717
<body>
1818
<outline text="Worknotes" created="Thu, 19 Sep 2013 12:07:43 GMT" pgfnum="30470">
1919
<outline text="9/20/13 by DW" created="Fri, 20 Sep 2013 13:18:15 GMT" pgfnum="30559">
20-
<outline text="Example1" created="Fri, 20 Sep 2013 13:20:32 GMT" pgfnum="30563">
20+
<outline text="Example1 -- Hello Outliner" created="Fri, 20 Sep 2013 13:20:32 GMT" pgfnum="30563">
2121
<outline text="Change the initial value of renderMode from false to true." created="Fri, 20 Sep 2013 13:18:15 GMT" pgfnum="30560"/>
2222
<outline text="Added a separator before Concord Docs in the Source menu." created="Fri, 20 Sep 2013 13:20:01 GMT" pgfnum="30561"/>
2323
<outline text="Changed version number to 0.52." created="Fri, 20 Sep 2013 13:20:20 GMT" pgfnum="30562"/>
2424
</outline>
25+
<outline text="Markdown renderer" created="Fri, 20 Sep 2013 13:43:38 GMT" pgfnum="30564">
26+
<outline text="As part of the build process for turning my OPML files into flat files for the GitHub repo, I have a script that does a simple rendering of an outline in Markdown. Previously it only understood one level hierarchies, but I was already using more levels without realizing the text was not showing up. " created="Fri, 20 Sep 2013 13:43:41 GMT" pgfnum="30565"/>
27+
<outline text="So I updated the renderer to handle multiple levels. It's a little tricky to get Markdown do indentation, but I ended up using with with &amp;amp;nbsp; characters, which works since you can include HTML in Markdown. :-)" created="Fri, 20 Sep 2013 13:44:44 GMT" pgfnum="30566"/>
28+
</outline>
2529
</outline>
2630
<outline text="9/19/13 by DW" created="Thu, 19 Sep 2013 12:01:25 GMT" pgfnum="30467">
2731
<outline text="Added worknotes section to readme.md." created="Thu, 19 Sep 2013 12:01:27 GMT" pgfnum="30468"/>

worknotes.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
### 9/20/13 by DW
22

3-
Example1
3+
Example1 -- Hello Outliner
44

5-
&nbsp;&nbsp;&nbsp;Change the initial value of renderMode from false to true.
5+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Change the initial value of renderMode from false to true.
66

7-
&nbsp;&nbsp;&nbsp;Added a separator before Concord Docs in the Source menu.
7+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added a separator before Concord Docs in the Source menu.
88

9-
&nbsp;&nbsp;&nbsp;Changed version number to 0.52.
9+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Changed version number to 0.52.
10+
11+
12+
13+
Markdown renderer
14+
15+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As part of the build process for turning my OPML files into flat files for the GitHub repo, I have a script that does a simple rendering of an outline in Markdown. Previously it only understood one level hierarchies, but I was already using more levels without realizing the text was not showing up.
16+
17+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;So I updated the renderer to handle multiple levels. It's a little tricky to get Markdown do indentation, but I ended up using with with &amp;nbsp; characters, which works since you can include HTML in Markdown. :-)
1018

1119

1220

@@ -28,11 +36,11 @@ Added a bunch of utility routines to concordUtils.js.
2836

2937
Example 2, the Reader app is working.
3038

31-
&nbsp;&nbsp;&nbsp;It works with any OPML file.
39+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It works with any OPML file.
3240

33-
&nbsp;&nbsp;&nbsp;Handles includes.
41+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles includes.
3442

35-
&nbsp;&nbsp;&nbsp;Anything Concord can display it can display, because it builds on Concord. ;-)
43+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Anything Concord can display it can display, because it builds on Concord. ;-)
3644

3745

3846

0 commit comments

Comments
 (0)