On Fri, Jan 12, 2007 at 04:17:11PM -0800, Martin Fick wrote:
> --- [EMAIL PROTECTED] wrote:
> > On Fri, 12 Jan 2007, Patrick R. Michaud wrote:
> > 
> > > On Fri, Jan 12, 2007 at 12:44:00PM -0800, Martin
> > Fick wrote:
> > >>>> * Headlines. Another wiki had an example for
> > the
> > >>> equivalent of:
> > >>>>        ! Level 1 [[#anchor]]   - heading with an
> > anchor
> > >>>
> > >>> PmWikiPhilosophy #3.  :-)
> > >>>
> > >>
> > >> ...A feature that I have many times thought would
> > be
> > >> very useful,
> > >
> > > What was the markup used?
> > 
> > [[##anchor]]?
> > 
> 
> I've never seen the markup, I just said that I've
> wanted one. :)
> 
> I imagine something like:
> 
>  ![[#]] Level 1 Heading
> 
> might be nice.  

I was thinking perhaps  

    !!# Level 2 Heading.

But another approach might be to have something that says "make an
anchor from this text, and display the text".  Then it would
be useful for all sorts of things.  Unfortunately [[#text]] is
already taken, but maybe:

    !![[##Level 2 Heading]].

which is equivalent to

    !![[#Level2Heading]]Level 2 Heading.

This could then be used in lists and other items as well, so that

    ** [[##Here is my bullet point]] with extra text
    ## [[##Here is another item]] for us to read.

would be the same as writing

    ** [[#HereIsMyBulletPoint]]Here is my bullet point with extra text
    ## [[#HereIsAnotherItem]]Here is another item for us to read.

Definitely work thinking about...

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to