Re: [Pharo-users] Pillar in-image rendering (was: String concatenation vs. Stream)

2019-10-21 Thread Kasper Østerbye
On 21 October 2019 at 16.17.49, Guillermo Polito (guillermopol...@gmail.com) wrote: What if instead of putting tables into text you put text into tables ;). In other words, think both text and tables as renderable elements (cof cof morphs). Then, since we can make a morph from a text, and a table

Re: [Pharo-users] Pillar in-image rendering (was: String concatenation vs. Stream)

2019-10-21 Thread Guillermo Polito
On Sat, Oct 19, 2019 at 1:40 PM Kasper Østerbye wrote: > My main *remaining issue is to do tables* somehow. Any hints on how to > render tables inside a text? > Hi Kasper, some intuition from my part for this. What if instead of putting tables into text you put text into tables ;). In other word

Re: [Pharo-users] Pillar in-image rendering (was: String concatenation vs. Stream)

2019-10-20 Thread Kasper Østerbye
On 20 October 2019 at 09.11.06, Pierce Ng (pie...@samadhiweb.com) wrote: On Sat, Oct 19, 2019 at 04:39:21AM -0700, Kasper Østerbye wrote: > I am currently working on a github markdown -> pillar tree (the internal > rep of pillar). I estimate I am a few days out from that one. Are you doing this i

Re: [Pharo-users] Pillar in-image rendering (was: String concatenation vs. Stream)

2019-10-20 Thread Pierce Ng
On Sat, Oct 19, 2019 at 04:39:21AM -0700, Kasper Østerbye wrote: > I am currently working on a github markdown -> pillar tree (the internal > rep of pillar). I estimate I am a few days out from that one. Are you doing this in pure Pharo? I have wrapped libhoedown, a Markdown to HTML library. libh

[Pharo-users] Pillar in-image rendering (was: String concatenation vs. Stream)

2019-10-19 Thread Kasper Østerbye
On 19 October 2019 at 10.51.53, Norbert Hartl (norb...@hartl.name) wrote: Am 18.10.2019 um 11:33 schrieb Kasper Østerbye : I am working on a pillar to `Text` generator. Here I found concatenation to be simpler to handle as I can add bold, italics, indentation, etc. in a much simpler way. To use a