Doc update...
gettimothy via Squeak-dev <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
I just added a HelpTopic -> .texinfo->info->install pipeline... So in Emacs info viewer... Typing "q" exits, "?" lists all Info commands, "d" returns here, "h" gives a primer for first-timers, "mEmacs<Return>" visits the Emacs manual, etc. In Emacs, you can click mouse button 2 on a menu item or cross reference to select it. * Menu: Squeak * Cuis FFI Primer: (CuisFFIPrimerHelp). * WebClient: (WebClientHelp). plus, the same HelpTopics are viewable in the live image via the web...(assuming my server is running...I shut it down when thunderstorms are forecasted) https://menmachinesmaterials.com/SeasideDoc/ at the top left is a hamburger icon(its a bit hard to see) and if you click that, a left menu opens and click the 'Doc' menu item and you can browse the HelpTopics online.. The workflow is straighforward... given a Markdown File... DocMDToCustomHelpConverter viewFromFileChooser DocMDToCustomHelpConverter createFromFileChooser to preview or install the HelpTopic from a Markdown file... and for exporting... DocHelpTopicToTexinfoConverter toTranscript: CuisFFIPrimerHelp. DocHelpTopicToTexinfoConverter toFile: CuisFFIPrimerHelp. DocHelpTopicToTexinfoConverter toInfoFile: WebClientHelp. I will probably do a web-import next...say the README.md at https://github.com/squeak-smalltalk/squeak-app and https://github.com/OpenSmalltalk/opensmalltalk-vm Also, I should be back on the Tweak (?) project soon...this Doc project is almost mature... Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]