Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Kasper Østerbye
On 21 October 2019 at 21.44.49, Norbert Hartl (norb...@hartl.name) wrote: I started to use Rubric as text editing component. With this I started to add text attributes for wysiwyg editing. In a basic attempt I wrote a converter from text attributes to pillar markup. The text with pillar markup is

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread tbrunz
Hi Norbert, Kasper, I, for one, am /*very*/ interested in being able to edit Pillar documents in a wysiwyg fashion. And of course I then want to write out such a document as a text file with Pillar markup, so that I can commit that document to a Booklet repo, to be compiled into a PDF. I was

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Norbert Hartl
> Am 21.10.2019 um 19:20 schrieb Kasper Østerbye : > >  >> >> On 21 October 2019 at 18.53.24, Norbert Hartl (norb...@hartl.name) wrote: >> Looking at the code it seems that there is just a pillar to text conversikn. > > Yes, I only go from pillar to Text (not just String). > >> Do you have

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Kasper Østerbye
On 21 October 2019 at 18.53.24, Norbert Hartl (norb...@hartl.name) wrote: Looking at the code it seems that there is just a pillar to text conversikn. Yes, I only go from pillar to Text (not just String). Do you have plans to go from text to pillar as well? Your question confuses me :-) -

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Norbert Hartl
Looking at the code it seems that there is just a pillar to text conversikn. Do you have plans to go from text to pillar as well? Norbert > Am 21.10.2019 um 17:19 schrieb Kasper Østerbye : > >  > Cheers, > > > Rendering the Pillar markup inside the Pharo image > > This is work in (early)

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Julien
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

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

[Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Kasper Østerbye
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". Goal of the project The goal of the project is

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

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.

[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

Re: [Pharo-users] Pillar Book Tester

2018-08-05 Thread Siemen Baader
Very cool, this should be very useful to keep documentation up-to-date. Good job! cheers Siemen On Tue, Jul 31, 2018 at 11:25 AM Quentin DUCASSE (CI_2020) < quentin.duca...@ensta-bretagne.org> wrote: > Hello everyone! > > I am currently in an internship within the RMoD team and would like to >

[Pharo-users] Pillar Book Tester

2018-07-31 Thread Quentin DUCASSE (CI_2020)
Hello everyone! I am currently in an internship within the RMoD team and would like to present my work. My internship subject was the following: “How to test documents (books, slides) written in Pillar?”. Let me first introduce Pillar then what I managed to implement and what is left to do.

Re: [Pharo-users] Pillar questions

2018-02-13 Thread Stephane Ducasse
You have a booklet https://github.com/SquareBracketAssociates/Booklet-PublishingAPillarBooklet it is about Pillar 70 (mainly about book publishing) all the rest is compatible with Pillar 50. Stef On Tue, Feb 13, 2018 at 6:34 PM, Arturo Zambrano wrote: > Hi Stef > >

Re: [Pharo-users] Pillar questions

2018-02-13 Thread Arturo Zambrano
Hi Stef On Tue, Feb 13, 2018 at 2:18 PM, Stephane Ducasse wrote: > Hi arturo > > Pillar is based on templates so you edit the template and add more > variables. > got it > In pillar 5 these variables are metadata so you should add a new one > in the metadata

Re: [Pharo-users] Pillar questions

2018-02-13 Thread Arturo Zambrano
On Tue, Feb 13, 2018 at 12:25 PM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Hi, > > > > On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano < > arturo.zambr...@gmail.com> wrote: > >> Hi All, >> Q1 >> Is there a way of adding page headers/footers in pillar? >> header = image + short

Re: [Pharo-users] Pillar questions

2018-02-13 Thread Stephane Ducasse
Hi arturo Pillar is based on templates so you edit the template and add more variables. In pillar 5 these variables are metadata so you should add a new one in the metadata declaration. Let me know if you need some screen sharing or some help. stef On Tue, Feb 13, 2018 at 4:21 PM, Arturo

Re: [Pharo-users] Pillar questions

2018-02-13 Thread Guillermo Polito
Hi, On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano wrote: > Hi All, > Q1 > Is there a way of adding page headers/footers in pillar? > header = image + short legend. > footer = line + section name + page number. > In html generation or pdf generation?

[Pharo-users] Pillar questions

2018-02-13 Thread Arturo Zambrano
Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number. Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found

Re: [Pharo-users] Pillar Re: Neural Network - Handwritten Digit Recognition

2018-02-09 Thread Stephane Ducasse
you can change the size of the image using |width=60| it is expression is given in % I fixed it. I will read it and give you feedback. Now I just skimmed throw it and I would - structure the text with some sections like setup, importing, computing, rendering, conclusions - then I would turn the

[Pharo-users] Pillar Re: Neural Network - Handwritten Digit Recognition

2018-02-09 Thread Pierce Ng
On Thu, Feb 08, 2018 at 07:42:09PM +0800, Pierce Ng wrote: > On Wed, Feb 07, 2018 at 08:24:29PM +0100, Stephane Ducasse wrote: > > Here is the link > > https://github.com/SquareBracketAssociates/Booklet-IA-Neurons > > I can give you commit rights. > > My Github username is PierceNg. Thank you.

Re: [Pharo-users] Pillar script evaluation generating a screenshot

2018-02-07 Thread Stephane Ducasse
Hi Juraj I do not know it on top of my head. I will check ... For example you get a stream in which you can work [[[eval=true stream nextPutAll: '__WfManagedObject comment:__ ' ; nextPutAll: WfManagedObject comment; cr; lf. ]]] Now I would like to get automatically some png.

[Pharo-users] Pillar script evaluation generating a screenshot

2018-02-03 Thread Juraj Kubelka
Hi, Pillar allows to evaluate a script and use its output instead of the script itself, e.g., -=-=-=- [[[eval=true DateAndTime now printString ]]] -=-=-=- How can I test it in a Pharo image? I tried: -=-=-=- document := PRPillarParser parse: '[[[eval=true DateAndTime now printString ]]]'

Re: [Pharo-users] Pillar (was Re: Behold Pharo: The Modern Smalltalk)

2017-10-13 Thread Stephane Ducasse
epub already works. Now it should be improved. Doing an pandoc exporter should not be that difficult. If you do it I will integrate it. On Fri, Oct 13, 2017 at 12:03 PM, Gour wrote: > On Wed, 11 Oct 2017 17:18:54 + > Dimitris Chloupis > wrote: > >>

Re: [Pharo-users] Pillar (was Re: Behold Pharo: The Modern Smalltalk)

2017-10-13 Thread Offray Vladimir Luna Cárdenas
Hi, I have created a document in Grafoscopio. The source file is a single Grafoscopio notebook in STON [1] (~600kb), the output is a single Pandoc's Markdown file[2] (~500kb), and you can produce the output as a PDF file like in [3] (~13Mb). Pandoc has a lot of maturity and a community with a lot

Re: [Pharo-users] Pillar (was Re: Behold Pharo: The Modern Smalltalk)

2017-10-13 Thread H. Hirzel
Interoperability with pandoc is desirable Some people want MSWord documents and they provide input in the form of MSWord documents. Or LibreOffice ODT. pandoc handles that well for a subset of MSWord options. pandoc allows you as well to write a custom output format -- in this case Pillar.

Re: [Pharo-users] Pillar

2017-10-13 Thread Gour
On Fri, 13 Oct 2017 10:43:27 + Dimitris Chloupis wrote: > Why exporting to latex, html and markdown is not enough for you ? Well, I usuallyconsider latex/html as more suitable as output formats, while standard markdown is semantically too poor for input format, but

Re: [Pharo-users] Pillar (was Re: Behold Pharo: The Modern Smalltalk)

2017-10-13 Thread Dimitris Chloupis
Why exporting to latex, html and markdown is not enough for you ? On Fri, Oct 13, 2017 at 1:05 PM Gour wrote: > On Wed, 11 Oct 2017 17:18:54 + > Dimitris Chloupis > wrote: > > > Well there is a move towards Pillar for class and method commands so >

Re: [Pharo-users] Pillar (was Re: Behold Pharo: The Modern Smalltalk)

2017-10-13 Thread Cyril Ferlicot
On ven. 13 oct. 2017 at 12:05, Gour wrote: > On Wed, 11 Oct 2017 17:18:54 + > Dimitris Chloupis > wrote: > > > Well there is a move towards Pillar for class and method commands so > > who knows maybe we will have that soon enough ;) > > Let me say

[Pharo-users] Pillar (was Re: Behold Pharo: The Modern Smalltalk)

2017-10-13 Thread Gour
On Wed, 11 Oct 2017 17:18:54 + Dimitris Chloupis wrote: > Well there is a move towards Pillar for class and method commands so > who knows maybe we will have that soon enough ;) Let me say that I'm very happy seeing that Pillar is moving forward (e.g. addition of

Re: [Pharo-users] [Pillar][editor][Pharo 6.1] How do I get to work 'Transform code snippets to new format'?

2017-09-01 Thread Tudor Girba
Hi, Indeed, this depends on PetitIslands. But, anyway, this feature was a transformation for migrating old Pier line-based sources (starting with =) to newer Pillar-based one (with [[[ ]]]). I will remove this feature because it is not really needed anymore. Cheers, Doru > On Sep 1, 2017,

[Pharo-users] [Pillar][editor][Pharo 6.1] How do I get to work 'Transform code snippets to new format'?

2017-09-01 Thread H. Hirzel
Hello In a pristine Pharo 6.0/6.1 image I installed Pillar [1]. The editor for Pillar code works fine. It includes a menu entry 'Transform code snippets to new format' If I choose this entry a debug window appears [2]. It seems that I need to install an additional package. Which one and

Re: [Pharo-users] [Pillar] How do I include a picture which I get from aMorph imageFrom?

2017-08-31 Thread Henrik Nergaard
about pharo is welcome Emne: Re: [Pharo-users] [Pillar] How do I include a picture which I get from aMorph imageFrom? I will keep your idea for a student lectures we will have in second semester +Caption>file://image.png|width=50|label=label+ => +Caption>inMemory: [| myMorph myF

Re: [Pharo-users] pillar image in external link (or html a tag)

2017-08-31 Thread Stephane Ducasse
Right now I cannot concentrate on this. - ESUG - Lectures at Prague :) Stef On Sun, Aug 27, 2017 at 9:32 PM, Peter Uhnák wrote: > I did a pass on the Markdown exporter to align it with CommonMark > specifications, so it is exporter properly if I instantiate the objects. > >

Re: [Pharo-users] [Pillar] How do I include a picture which I get from aMorph imageFrom?

2017-08-31 Thread Stephane Ducasse
I will keep your idea for a student lectures we will have in second semester +Caption>file://image.png|width=50|label=label+ => +Caption>inMemory: [| myMorph myForm myPillarSource myPillarDOM | myMorph := AlignmentMorph newRow addMorph: (EllipseMorph new color: Color red);

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-31 Thread H. Hirzel
Thank you, Stef https://github.com/SquareBracketAssociates/PharoMooc/tree/master/support/beamer On 8/31/17, Stephane Ducasse wrote: > Hannes > > the beamer templates manage the first page. > Have a look in the support/ folder. > > Stef > > On Thu, Aug 31, 2017 at 4:12

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-31 Thread Stephane Ducasse
Hannes the beamer templates manage the first page. Have a look in the support/ folder. Stef On Thu, Aug 31, 2017 at 4:12 PM, Cyril Ferlicot wrote: > There is some doc in the section 3.12 of the documentation >

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-31 Thread Cyril Ferlicot
There is some doc in the section 3.12 of the documentation https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html I don't know if everything is here but there is some doc at least :) On Thu, Aug 31, 2017 at 4:08 PM, H.

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-31 Thread H. Hirzel
On 8/31/17, H. Hirzel wrote: > A useful file which shows what is possible to do slides > > https://github.com/SquareBracketAssociates/PharoMooc/blob/master/Slides/1-Templates/Template.pillar Correction: This file shows how to do slides with Pillar

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-31 Thread H. Hirzel
A useful file which shows what is possible to do slides https://github.com/SquareBracketAssociates/PharoMooc/blob/master/Slides/1-Templates/Template.pillar But nothing about the first slide. Another question: ${ ... something }$ is used to tell Pillar that a new slide is defined and

Re: [Pharo-users] [Pillar] How do I open the Pillar editor in Pharo 6?

2017-08-31 Thread H. Hirzel
On 8/30/17, Offray Vladimir Luna Cárdenas wrote: > Works pretty well! See the screen below. Confirmation that it works well. First it did not but in a pristine image done with curl get.pharo.org | bash (Ubuntu 14.04) then in a Pharo playground Metacello new

Re: [Pharo-users] [Pillar] How do I open the Pillar editor in Pharo 6?

2017-08-29 Thread Stephane Ducasse
I did not know it :) so this is cool. Today we improved the makefile logic and I'm about to finish a hack to give the possibility to the makefile to be fully generic. After I will finally look at Luc makefile generator because we want to move more logic to Pharo. Stef On Tue, Aug 29, 2017 at

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-29 Thread Stephane Ducasse
except the slides 2 and 3 of the first week :) But else all the mooc: slides, exercises were made in Pillar On Tue, Aug 29, 2017 at 3:39 PM, Peter Uhnák wrote: > All Pharo Mooc slides were made in pillar > > e.g. > > pillar: >

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-29 Thread Peter Uhnák
All Pharo Mooc slides were made in pillar e.g. pillar: https://github.com/SquareBracketAssociates/PharoMooc/blob/master/Slides/Week3/C019-W3S03-Basic-Variables.pillar output: http://rmod-pharo-mooc.lille.inria.fr/MOOC/Slides/Week3/C019-W3S03-Basic-Variables.html#slide-2 ( mooc.pharo.org )

[Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-29 Thread H. Hirzel
Hello On the slide 14 of the Pillar presentation at ESUG 2015 [1] it says that the presentation was made with Pillar. Is the Pillar source code available somewhere? Other source code examples of presentations made with Pillar are fine as well. Thank you Hannes Hirzel [1]

Re: [Pharo-users] [Pillar] How do I open the Pillar editor in Pharo 6?

2017-08-29 Thread H. Hirzel
On 8/28/17, Norbert Hartl wrote: > >> Am 26.08.2017 um 12:56 schrieb Tudor Girba : >> >> In an image having Pillar, inspect a Pillar file. Something like this: >> >> ‘path/to/file.pillar' asFileReference >> > I downloaded a 6.1 image, loaded pillar from

Re: [Pharo-users] [Pillar] How do I include a picture which I get from aMorph imageFrom?

2017-08-28 Thread H. Hirzel
The answer (second option by writing the image to disk) is | myMorph myForm myPillarSource myPillarDOM | myMorph := AlignmentMorph newRow addMorph: (EllipseMorph new color: Color red); addMorph: (EllipseMorph new color: Color yellow);

[Pharo-users] [Pillar] How do I include a picture which I get from aMorph imageFrom?

2017-08-28 Thread H. Hirzel
Hello Is it possible to include a in-image picture in Pillar which I get by evaluating myMorph imageForm? Or do I need to write the instance of Form I get by evaluating the expression above first as a PNG file to disk and get it from there. PNGReadWriter putForm: myMorph

Re: [Pharo-users] [Pillar] How do I open the Pillar editor in Pharo 6?

2017-08-28 Thread Norbert Hartl
> Am 26.08.2017 um 12:56 schrieb Tudor Girba : > > In an image having Pillar, inspect a Pillar file. Something like this: > > ‘path/to/file.pillar' asFileReference > I downloaded a 6.1 image, loaded pillar from catalog and inspected 'foo.pillar' asFileReference and I

Re: [Pharo-users] pillar image in external link (or html a tag)

2017-08-27 Thread Peter Uhnák
I did a pass on the Markdown exporter to align it with CommonMark specifications, so it is exporter properly if I instantiate the objects. But Pillar also needs to parse the string properly. On Sun, Aug 27, 2017 at 8:28 PM, Stephane Ducasse wrote: > Hi peter > > I do

Re: [Pharo-users] pillar image in external link (or html a tag)

2017-08-27 Thread Stephane Ducasse
Hi peter I do not think you can. I learned this features friday while writing md text to point to travis. This is something that we will able to add but for now my focus is not there. Stef On Sat, Aug 26, 2017 at 10:41 PM, Peter Uhnák wrote: > Hi, > > how can I embed an image

[Pharo-users] pillar image in external link (or html a tag)

2017-08-26 Thread Peter Uhnák
Hi, how can I embed an image into an anchor in Pillar? I've tried *+Pharo>https://pharo.org/web/files/pharo.png+>http://pharo.org/* I've also tried to create document by hand and export it, but every single exporter failed on it. doc := PRDocument new add: (PRExternalLink new reference:

Re: [Pharo-users] [Pillar] How do I open the Pillar editor in Pharo 6?

2017-08-26 Thread Tudor Girba
In an image having Pillar, inspect a Pillar file. Something like this: ‘path/to/file.pillar' asFileReference Cheers, Doru > On Aug 26, 2017, at 9:56 AM, H. Hirzel wrote: > > Hello Doru > > On 8/26/17, Tudor Girba wrote: >> Hi, >> >> Just for

[Pharo-users] [Pillar] How do I open the Pillar editor in Pharo 6?

2017-08-26 Thread H. Hirzel
Hello Doru On 8/26/17, Tudor Girba wrote: > Hi, > > Just for information: Pillar already ships with a live editor with syntax > highlighting that I built a couple of years ago. Thank you for this information, Doru. Earlier this week I was looking for a "Pillar tool" in

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-25 Thread Tudor Girba
On Aug 25, 2017, at 8:53 AM, Norbert Hartl wrote: > > >> Am 24.08.2017 um 22:34 schrieb Stephane Ducasse : >> >> In Pharo 60 (and not in Pharo 50) I extracted the command line logic >> into a specific object so that we do not have to be bound to use

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-25 Thread Norbert Hartl
> Am 24.08.2017 um 22:34 schrieb Stephane Ducasse : > > In Pharo 60 (and not in Pharo 50) I extracted the command line logic > into a specific object so that we do not have to be bound to use the > command line. You can have a look in the CLI package. > > This is good

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-24 Thread Stephane Ducasse
In Pharo 60 (and not in Pharo 50) I extracted the command line logic into a specific object so that we do not have to be bound to use the command line. You can have a look in the CLI package. This is good that there is Section 7 this in the doc. We started to build a simple Morphic renderer for

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-24 Thread H. Hirzel
Fine, thank you, Stephane. I have Pillar now installed in 6.1. And a PetitParser version which supports YAML, but in a different 6.1 image. One issue is that I can have both in the same image - 1) Pillar loaded through the catalog 2) a good recent PetitParser version See also my email to Tudor

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-22 Thread Stephane Ducasse
Yes we need input (but most importantly time). I will allocate time because Pillar is important for me. On Fri, Aug 18, 2017 at 10:18 PM, Cyril Ferlicot wrote: > > On ven. 18 août 2017 at 22:09, H. Hirzel wrote: >> >> Exactly. >> >> Section 7

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-18 Thread Cyril Ferlicot
On ven. 18 août 2017 at 22:09, H. Hirzel wrote: > Exactly. > > Section 7 of > > https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html > > has an example > > > | wiki | > wiki := '!My

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-18 Thread H. Hirzel
Exactly. Section 7 of https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html has an example | wiki | wiki := '!My Document'. PRPillarParser parse: wiki Or PRPillarParser parse: (FileSystem

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-18 Thread Cyril Ferlicot
On ven. 18 août 2017 at 21:43, H. Hirzel wrote: > Thank you Cyril for the link to the tutorial. > > > https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html > > I see that Pillar is a command line

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-18 Thread H. Hirzel
Thank you Cyril for the link to the tutorial. https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html I see that Pillar is a command line tool. The welcome example taken from this tutorial is: Pharo.exe Pillar.image

Re: [Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-18 Thread Cyril Ferlicot
On ven. 18 août 2017 at 19:44, H. Hirzel wrote: > Hello > > I installed Pillar through the catalog into Pharo 6.1, I assume. > > I had a look into the Help browser to find some documentation or a > link to the documentation. > > I did not find a menu entry in the world

[Pharo-users] [Pillar] Installed the Pillar document preparation system into 6.1, how do I start using it?

2017-08-18 Thread H. Hirzel
Hello I installed Pillar through the catalog into Pharo 6.1, I assume. I had a look into the Help browser to find some documentation or a link to the documentation. I did not find a menu entry in the world menu to open the tool. How do I start using the tool? --Hannes

[Pharo-users] [Pillar dev news] cleaned commandline logic

2017-03-12 Thread stepharong
Hi I started a new branch for Pharo 60. Past actions for this branch are: - clean and document the commandline logic and API in 4.0.11 - extract an object from the commandLine logic so that we can now invoke the logic without having to do it from the image. Next

[Pharo-users] [Pillar] Free beginners guide to Latex

2017-02-24 Thread Dimitris Chloupis
Pillar is the official documentation system of Pharo. It uses syntax similar to markdown which make it simple and easy to learn. However Pillars power and flexibility goes far beyond that because it leverages Latex , epecially for generating PDFs ( every PDF you have seen read for Pharo uses Latex

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread Damien Pollet
On 9 October 2016 at 21:52, stepharo wrote: > I did a clean install. So I imagine that it should break on other machines > too. Might be that pillar archetype doesn't do a git clone but some kind of archive extraction… I know github and zip files have limitations with that

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
Ok thanks! I will try tomorrow. Stef Le 9/10/16 à 21:29, Damien Pollet a écrit : On 9 October 2016 at 20:03, stepharo > wrote: I tried to add a title to a book { "title":"Learning Programming with Pharo", I think I tried with {

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
Le 9/10/16 à 21:23, Damien Pollet a écrit : On 9 October 2016 at 19:47, stepharo > wrote: - chmod +x support/latex/sbabook/gitinfo2.sh Now I have no idea where I should add this command. That should be versioned as part of sbabook. On

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread Damien Pollet
On 9 October 2016 at 20:03, stepharo wrote: > I tried to add a title to a book > > { > "title":"Learning Programming with Pharo", > I think I tried with { "metadata": { "title": "bleb" } } in the book.pillar and that worked. No clue why the one from the conf is not inherited

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
Hi doru Hi Stef, I started from the Pharo image and now we have an editor that is working reasonably well inside Pharo. I will send more details shortly. Cool This means that I do not have to edit the book somewhere else, and this also means that I can run the generation from inside Pharo,

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread Damien Pollet
On 9 October 2016 at 19:47, stepharo wrote: > - chmod +x support/latex/sbabook/gitinfo2.sh > > Now I have no idea where I should add this command. > That should be versioned as part of sbabook. On my machine when I check it out it's executable, and apparently it's harder to

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread Tudor Girba
Hi Stef, I started from the Pharo image and now we have an editor that is working reasonably well inside Pharo. I will send more details shortly. This means that I do not have to edit the book somewhere else, and this also means that I can run the generation from inside Pharo, too. So, the

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
I tried to add a title to a book { "title":"Learning Programming with Pharo", "newLine":#unix, "configurations": { "LaTeX" : { "outputType":#'latex:sbabook', "separateOutputFiles":true }, "HTML" : { "outputType":#html, "separateOutputFiles":true }

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
Are the files in Chapters automatically added to the pillar.conf? Because the pillar.conf is just { "title":"Book title", "newLine":#unix, "configurations": { "LaTeX" : { "outputType":#'latex:sbabook', "separateOutputFiles":true }, "HTML" : {

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
- chmod +x support/latex/sbabook/gitinfo2.sh Now I have no idea where I should add this command. Then how can I modify the makefile and version it in my version of the book ? Should I just add Makefile to my git repo? Stef Le 9/10/16 à 19:42, stepharo a écrit : Hi Is there anybody

[Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
Hi Is there anybody maintaining Pillar? I did wget https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh chmod +x download.sh ./download.sh ./pillar archetype book ogrammingArchetype make pdf git submodule update --init --recursive mkdir -p ./build ln -fs ../support

Re: [Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Tudor Girba
Thanks! Cheers, Doru > On Sep 30, 2016, at 8:54 PM, Johan Fabry wrote: > > > Yes, we do this in the Enterprise Pharo book. > > For example there is a link to NeoJSON in the STON chapter >

Re: [Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Johan Fabry
Yes, we do this in the Enterprise Pharo book. For example there is a link to NeoJSON in the STON chapter https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/STON/STON.html -- Does this mail seem too brief? Sorry for that, I don’t mean to be

[Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Tudor Girba
Hi, I am playing with Pillar, and I am now would like to link different chapters to one another. For example, in the old Pier book support, we could write something like: *ref:../anotherchapter/section* and this would result in a rendering like: Section 15.3 (with a

Re: [Pharo-users] pillar questions

2016-09-15 Thread Damien Pollet
I've been cleaning the book archetype's makefile this afternoon. I suspect there is no list of chapters because the example is quite minimal. Enterprise Pharo was the one Thibault and Yann worked with, so I need to compare with it. The recent work on pillar was about removing superfluous

Re: [Pharo-users] pillar questions

2016-09-15 Thread Serge Stinckwich
Maybe you should have a look to Enterprise Pharo book pillar template ? https://github.com/SquareBracketAssociates/EnterprisePharo But apparently I'm not able to compile last version ... make book fails On Thu, Sep 15, 2016 at 2:06 PM, Tudor Girba wrote: > Hi, > > I see

[Pharo-users] pillar questions

2016-09-15 Thread Tudor Girba
Hi, I see that in the new book template, we have both a book.pillar that includes the chapter files, and a pillar.conf that is mostly empty. Is pillar.conf still used? If yes, what should it contain? If I embed the chapters in a book.pillar and I render the whole book, the numbering of the

Re: [Pharo-users] Pillar question: PRCitationTransformer

2016-08-21 Thread Yann Dubois
Hi stef, You can not have a citation annotation on a writer because the annotation is transformed before to a PRCitation object. So you need to overwrite visitCitation. PRCitationTransformer is called in the phase mechanism. He is added in the transform pipeline. PRCitationTransformer will be

[Pharo-users] Pillar question: PRCitationTransformer

2016-08-21 Thread stepharo
Hi I'm trying to extend Pillar to get new $publications:...$ structure and it looks like Pillar is getting more and more complex. And the comments do not really help because they are short and written for someone already understanding it. :( To try to understand I tried to ! Youpi

[Pharo-users] Pillar question PRPrepareForGitBookCommandLineHandler

2016-08-05 Thread stepharo
Hi PRPrepareForGitBookCommandLineHandler defines the following method. PRPrepareForGitBookCommandLineHandler>>generateSummary (baseDirectory / 'SUMMARY.md') asFileReference writeStreamDo: [ :stream | stream << '# Summary' << String lf << String lf. stream

Re: [Pharo-users] Pillar: PRTemplate?

2016-04-23 Thread Martin Dias
Thanks Yann. Ecstatic is currently using Pillar 0.62. Finally it's not necessary to upgrade now so we can wait. Martin On Sat, Apr 23, 2016 at 1:30 PM, Yann Dubois wrote: > Hi, > > PRTemplate was removed in the development version because our goal is > simplify Pillar.

Re: [Pharo-users] Pillar: PRTemplate?

2016-04-23 Thread Yann Dubois
Hi, PRTemplate was removed in the development version because our goal is simplify Pillar. To do this, we want Pillar generate only the content of a document, so the template system was removed. If you want use PRTemplate, you can use the last stable release of Pillar, and if you want use the

[Pharo-users] Pillar: PRTemplate?

2016-04-23 Thread Martin Dias
Hi Pillar developers, A method in Ecstatic [1] references a class named PRTemplate (as well as PRTemplateError), which probably existed in a previous version of Pillar. Do you know what happened to it? I'm trying to update Ecstatic code to work with latest Pillar version released. Regards,

[Pharo-users] [Pillar] Pillar 3.0.0 release

2016-04-20 Thread Thibault ARLOING
Hi everybody, I'm happy to announce the latest release of Pillar. This release has been possible because of the hard work of Damien Cassou, Cyril Ferlicot, Damien Pollet, Stephan Eggermont, Yann Dubois, Thibault Arloing and Lukas Komarek. What did it bring and what are the largest changes ?

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-23 Thread stepharo
I think more about the ones below the pier :) http://www.routard.com/photos/los_angeles/18237-la_jetee_de_malibu.htm http://fr.dreamstime.com/photos-libres-de-droits-jetée-avec-le-restaurant-à-la-mer-baltique-allemagne-image1493 but this is not good for a logo. the one that sustain the

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-22 Thread Ben Coman
On Fri, Mar 18, 2016 at 10:30 PM, Thibault ARLOING wrote: > Hi, > > > With a mate, we've worked on a logo for Pillar. > > We just want feedbacks on it. I like the style. But as a logo I think it is too thin. When I think of pillar I think of

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-21 Thread Esteban A. Maringolo
ia.fr> > Envoyé : lundi 21 mars 2016 14:19 > À : Yuriy Tymchuk; Any question about pharo is welcome > Objet : Re: [Pharo-users] [Pillar] Logo for Pillar > > Yuriy Tymchuk <yuriy.tymc...@me.com> writes: > >> IMHO it’s too airy, to much free area. By the way, have y

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-21 Thread Thibault ARLOING
Any question about pharo is welcome Objet : Re: [Pharo-users] [Pillar] Logo for Pillar Yuriy Tymchuk <yuriy.tymc...@me.com> writes: > IMHO it’s too airy, to much free area. By the way, have you seen the previous > logo? > https://github.com/pillar-markup I didn't know Pillar alr

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-21 Thread Damien Cassou
Yuriy Tymchuk writes: > IMHO it’s too airy, to much free area. By the way, have you seen the previous > logo? > https://github.com/pillar-markup I didn't know Pillar already had a logo :-). Thanks -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-21 Thread Yuriy Tymchuk
Hi, IMHO it’s too airy, to much free area. By the way, have you seen the previous logo? https://github.com/pillar-markup Uko > On 18 Mar 2016, at 15:30, Thibault ARLOING > wrote: > > Hi, > > With a mate, we've worked on a logo for Pillar. > We just want

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-20 Thread Cyril Ferlicot
Hi, Personally I do not like it. (Maybe I'm difficult :) ). I think that it would be better to have the "illar" at the bottom and not compressed in the middle. The second column look like an "y" and we read "Pillary". And why is there a wave under pillar? I think that things in a logo have to

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-19 Thread Alexandre Bergel
Wow!!! Alexandre > On Mar 18, 2016, at 3:30 PM, Thibault ARLOING > wrote: > > Hi, > > With a mate, we've worked on a logo for Pillar. > We just want feedbacks on it. > > You can fin the logo join files. > > thanks :) > > Good afternoon, > Thibault > --

  1   2   3   >