|
1 | 1 | <?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 --> |
3 | 3 | <opml version="2.0"> |
4 | 4 | <head> |
5 | 5 | <title>Worknotes for GitHub project</title> |
6 | 6 | <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> |
8 | 8 | <ownerName></ownerName> |
9 | 9 | <ownerEmail></ownerEmail> |
10 | | - <expansionState>1, 2, 3, 7, 10, 13</expansionState> |
| 10 | + <expansionState>1, 2, 3, 7, 10, 13, 16</expansionState> |
11 | 11 | <vertScrollState>1</vertScrollState> |
12 | 12 | <windowTop>138</windowTop> |
13 | 13 | <windowLeft>1187</windowLeft> |
|
17 | 17 | <body> |
18 | 18 | <outline text="Worknotes" created="Thu, 19 Sep 2013 12:07:43 GMT" pgfnum="30470"> |
19 | 19 | <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"> |
21 | 21 | <outline text="Change the initial value of renderMode from false to true." created="Fri, 20 Sep 2013 13:18:15 GMT" pgfnum="30560"/> |
22 | 22 | <outline text="Added a separator before Concord Docs in the Source menu." created="Fri, 20 Sep 2013 13:20:01 GMT" pgfnum="30561"/> |
23 | 23 | <outline text="Changed version number to 0.52." created="Fri, 20 Sep 2013 13:20:20 GMT" pgfnum="30562"/> |
24 | 24 | </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;nbsp; characters, which works since you can include HTML in Markdown. :-)" created="Fri, 20 Sep 2013 13:44:44 GMT" pgfnum="30566"/> |
| 28 | + </outline> |
25 | 29 | </outline> |
26 | 30 | <outline text="9/19/13 by DW" created="Thu, 19 Sep 2013 12:01:25 GMT" pgfnum="30467"> |
27 | 31 | <outline text="Added worknotes section to readme.md." created="Thu, 19 Sep 2013 12:01:27 GMT" pgfnum="30468"/> |
|
0 commit comments