Re: Understanding spacing in Wiki edit

2018-05-26 Thread Arie van Wingerden
Updated the doc. See how nice and clear the yellow is ;-)) https://picolisp.com/wiki/?pce-de-function 2018-05-26 13:41 GMT+02:00 Arie van Wingerden : > OK :) > > 2018-05-26 13:21 GMT+02:00 Alexander Burger : > >> Hi Arie, >> >> > checked the source and

Re: Understanding spacing in Wiki edit

2018-05-26 Thread Arie van Wingerden
OK :) 2018-05-26 13:21 GMT+02:00 Alexander Burger : > Hi Arie, > > > checked the source and *did* find one thing missing :-) > > > > > ("$" # CSS style > > > ( (cons 'style (till "^I^J^M}" T)) > > > (char) > > > (recurse T) ) ) > > Haha,

Re: Understanding spacing in Wiki edit

2018-05-26 Thread Alexander Burger
Hi Arie, > checked the source and *did* find one thing missing :-) > > > ("$" # CSS style > > ( (cons 'style (till "^I^J^M}" T)) > > (char) > > (recurse T) ) ) Haha, perfect! I did not remember, sorry! :) > This was what I saw being used here: >

Re: Understanding spacing in Wiki edit

2018-05-26 Thread Arie van Wingerden
Hi Alex, checked the source and *did* find one thing missing :-) > ("$" # CSS style > ( (cons 'style (till "^I^J^M}" T)) > (char) > (recurse T) ) ) > This was what I saw being used here: https://picolisp.com/wiki/?documentation ${text-align: center; >

Re: Understanding spacing in Wiki edit

2018-05-25 Thread Alexander Burger
On Fri, May 25, 2018 at 06:35:00PM +0200, Arie van Wingerden wrote: > Now I am *really* confused ... ;-) Forgive me my ignorance. No problem :) > I was talking about the Wiki, not about building a PicoLisp App. Yes, me too. The code below is copy/pasted from https://picolisp.com/wiki/?PilBox

Re: Understanding spacing in Wiki edit

2018-05-25 Thread Arie van Wingerden
Now I am *really* confused ... ;-) Forgive me my ignorance. I was talking about the Wiki, not about building a PicoLisp App. Question: *Is this https://picolisp.com/wiki/?help all the information on editing the Wiki?* It seems I miss quite some info (e.g. about

Re: Understanding spacing in Wiki edit

2018-05-25 Thread Alexander Burger
On Fri, May 25, 2018 at 05:54:00PM +0200, Arie van Wingerden wrote: > Solved! > > instead of writing: > > :{ > > lines of code > > ... > > ... > > } > > > > New section > > > > I should write: > > :{ > > lines of code > > ... > > ...} > > New section I always used it in two ways. 1. Inline

Re: Understanding spacing in Wiki edit

2018-05-25 Thread Arie van Wingerden
Solved! instead of writing: :{ > lines of code > ... > ... > } > > New section > I should write: :{ > lines of code > ... > ...} > New section > 2018-05-25 17:01 GMT+02:00 Arie van Wingerden : > Hi Alex, > > think I found out why the spacing was different. > > *Spacing

Re: Understanding spacing in Wiki edit

2018-05-25 Thread Arie van Wingerden
Hi Alex, think I found out why the spacing was different. *Spacing is BIGGER directly after a :{} code section than after a line of text.* So I just put a line of text after the last piece of code before a new "section" (underlined line). Maybe there is a way to change that behavior, because

Re: Understanding spacing in Wiki edit

2018-05-25 Thread Alexander Burger
Hi Arie, > I can't get spacing between lines as I want it. > Tried with just empty lines and also with &{n}. Strange, why should this not work? "&{n}" is fine. > I'd like to have exactly one blank line before each underlined line. > https://picolisp.com/34809/7667136248745052~?pce-de-function

Understanding spacing in Wiki edit

2018-05-25 Thread Arie van Wingerden
Hi Alex, I can't get spacing between lines as I want it. Tried with just empty lines and also with &{n}. I'd like to have exactly one blank line before each underlined line. https://picolisp.com/34809/7667136248745052~?pce-de-function Any idea? (I will update later with latest remarks) Thx,