Hi Alex,
checked the source and *did* find one thing missing :-)
> ("$" # CSS style
> (<div> (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;
> 2{PicoLisp Documentation}}
>
Which is not present on this page:
https://picolisp.com/wiki/?help
I really think this is a very important piece of markup ;-)
If you'd like, I'll add it, but maybe you'd like to do it, to keep that doc
consistent!
TIA,
Arie
2018-05-25 19:48 GMT+02:00 Alexander Burger <[email protected]>:
> 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
>
>
> > *Is this https://picolisp.com/wiki/?help <https://picolisp.com/wiki/?
> help>
> > all the information on editing the Wiki?*
>
> Yes. Except you go for the direct way and look at the sources in
> https://software-lab.de/wiki.tgz
>
> > It seems I miss quite some info (e.g. about centering, colors etc.)
>
> There ain't any :)
>
> ♪♫ Alex
>
>
> > 2018-05-25 18:08 GMT+02:00 Alexander Burger <[email protected]>:
> >
> > > 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
> > >
> > > terminal program like :{Termux} with :{vim} or :{emacs},
> > >
> > > 2. As a block
> > >
> > > a single file :{App.l}. This file contains:
> > > :{
> > > "Hello World"
> > >
> > > (menu "Hello World!"
> > > (<h1> "center blue" "Hello World!") )
> > > }
> > > The first line gives the App's name, and the :{menu} expression
> > > displays a
> > >
> > > Thus, just between your versions :)
> > > ♪♫ Alex
> > >
> > > --
> > > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
> > >
>
> --
> UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
>