<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks,<br></div><div><br></div><div>This is really cool.<br></div><div><br></div><div>Although I can view the parsed HelpTopics in the Help Browser, the structure is not correct. <br></div><div>I just have a tree of HelpTopics...not CustomHelp with pages or selectors is created.<br></div><div><br></div><div><br></div><div>BUT!<br></div><div><br></div><div>Here is my "todo" for this in Org mode markup (which I use all the time)<br></div><div><br></div><div><br></div><div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>*  My Development Help  [DevHelp]<br></div><div>**  Overview [introduction]<br></div><div><br></div><div>Ok,<br></div><div><br></div><div>I need a class named DevHelp which is a subclass of CustomHelp<br></div><div><br></div><div>Its class side methods will be..<br></div><div>   bookName 'My Development Help'<br></div><div>   pages selector will return<br></div><div>   ^ #(one two)<br></div><div>   for each entry in pages I will<br></div><div>   have a method that has the content for that page (currently in a HelpTopic somewhere?)<br></div><div><br></div><div>A subclass of DevHelp will be DevBibliography<br></div><div>   bookName 'Bibliography'<br></div><div>   pages selector will return<br></div><div>   ^ #(bib notes)<br></div><div>   selectors for each will be created and th content for that "page" will be inserted to that method.<br></div><div><br></div><div><br></div><div>***  page one [one]<br></div><div><br></div><div>#+BEGIN_EXAMPLE<br></div><div>page one <br></div><div>make sure we strip out the example stuff<br></div><div>#+END_EXAMPLE<br></div><div><br></div><div>***  page two [two]<br></div><div><br></div><div><br></div><div>#+BEGIN_EXAMPLE<br></div><div>page two.<br></div><div><br></div><div>I have to strip out the example stuff<br></div><div>#+END_EXAMPLE<br></div><div><br></div><div>**  Bibliography [DevBibliography]<br></div><div>***  Bibliography [bib]<br></div><div>    bib content<br></div><div>***  Bibliography [notes]<br></div><div>   notes content<br></div></blockquote><br></div><div>I then run:<br></div><div><br></div><div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>DocOrgToCustomHelp viewFromFileChooser.<br></div></blockquote>and I see that structure as a tree of Pages and Books.<br><br>So, As I develop, I can keep my notes as I go and then view it immediately after the parse.<br><br>This should be very doable from a workspace, but I like Emacs...<br><br>cheers.<br><br>p.s. just saw a mistake in my opening paragraph...so, edit, repeat, code go...<br>Its almost live Help coding with only content and markup.<br>cheers again.</div><div><br></div></div><br></body></html>