Nice work Kasper! I can’t wait to have a tab with rendered pillar when browsing class comment. :-)
Julien --- Julien Delplanque Doctorant à l’Université de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 21 oct. 2019 à 16:10, Kasper Østerbye <kasper.oster...@gmail.com> a écrit : > > Cheers, > > > Rendering the Pillar markup inside the Pharo image > > This is work in (early) progress, but I think it is far enough for a > "technology preview". > > > <https://github.com/kasperosterbye/PillarRichTextRender/blob/master/README.md#goal-of-the-project>Goal > of the project > > The goal of the project is to be able to do better in-image documentation. To > do this, I am working on several fronts: > > Rendering more pillar, expecially I would like to get a solution for tables. > Rendering github markdown in addition to pillar markdown. This will allow me > to pull markdown from git and display it in-image. > Giving the "help-system" some love. > In-image tools for writing markdown - a markdown editor > A design for keeping the mark-down texts seamlessly outside of the image > Reg. 1., I can only figure out how to transform a morphic table into an > image, and then add that image to the text (not included atm as I find it so > ugly a solution). Any other ideas are greatly appreciated. > > Reg. 2. I am nearly done on this one, at least for the easy aspects (headers, > lists, emphasis, code-blocks). > > Reg 3 and 4. Only loose ideas atm. > > > <https://github.com/kasperosterbye/PillarRichTextRender/blob/master/README.md#trying-it-out>Trying > it out > > Load it using Metacello: > > Metacello new > baseline: 'PillarRichTextRender'; > repository: 'github://kasperosterbye/PillarRichTextRender > <github://kasperosterbye/PillarRichTextRender>'; > load. > At the moment it will load the whole of Pillar, but I hope to fix that soon. > > Once loaded, the class PRRichTextComposer has some examples on the class side.