Ahh, that's very cool! Though this is way off-topic from internal links (but I'm not sure where to bring this up, if there's a pillar repo somewhere) -- is there any way you can implement multi-line annotations? (and multi-line list items, for that matter). Using either an open/close syntax, or Markdown style (where if the next line begins with 4 spaces, it's counted as a continuation of the previous line. I bump into this a lot, with the PBE book. Working on a large text file using GitHub for version control kind of neccesitates hard line breaks at 80 chars. (Otherwise it's very awkward to see diffs, since long lines require scrolling horizontally). Regular Pillar paragraphs can be hard-wrapped at 80 chars no problem. But annotation lines or list item lines cannot. So one is stuck either avoiding them altogether (and emulating them using bold / italic / etc), or having to deal with the difficulty with diffs. So, any chance to make them multi-line capable? Thanks again! On Thursday, April 9, 2015, Cyril Ferlicot <cyril.ferlicot@gmail.com> wrote:
Hi. With Damien we're working on the creation of Annotation and Transformers.
Now you can use this Annotation's tag : ${inputFile:myFile.pillar}$ on your file to include your myFile.pillar.
That still can change a bit, i'm working on it and i still need to do the tests.
On 7 April 2015 at 18:40, Dmitri Zagidulin <dmitri@zagidulin.net <javascript:_e(%7B%7D,'cvml','dmitri@zagidulin.net');>> wrote:
Thanks, Cyril!
We bumped into the internal link (with label) limitation, too, in Updated Pharo by Example ( https://github.com/SquareBracketAssociates/UpdatedPharoByExample/issues/10#i... ).
So, +1 interest to that feature, here :)
On Tue, Apr 7, 2015 at 11:03 AM, Cyril Ferlicot <cyril.ferlicot@gmail.com <javascript:_e(%7B%7D,'cvml','cyril.ferlicot@gmail.com');>> wrote:
Hi ! Inter-File link are on the TODO list of pillar. Currently you can't. I'm working on Pillar now, if i add inter-file link i'll say it to you !
On 7 April 2015 at 16:45, Peter Uhnák <i.uhnak@gmail.com <javascript:_e(%7B%7D,'cvml','i.uhnak@gmail.com');>> wrote:
Hi,
how does one add an internal link? I have chapter 'Framework' (and file 'Framework/Framework.pillar') and 'Palette' (and file 'Palette/Palette.pillar')
Can I in Framework.pillar write something like *Palette/Palette* to create a link? Currently it fails at
*** Warning: PRReferenceNotFound: Can't find anchor named 'Palette/Palette'
Thanks, Peter
-- Cheers Cyril Ferlicot
-- Cheers Cyril Ferlicot