From oliver@ollieman.net Wed Aug 2 19:39:15 2006 From: Oliver Taylor To: textmate@lists.macromates.com Subject: [TxMt] mirroring transformed tab-stops Date: Wed, 02 Aug 2006 12:39:08 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5699889985401012539==" --===============5699889985401012539== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I'm using the standard heading snippet to automatically add an ID to a heading, like this:

${1:Some Title}

But now I want to mirror the transformed ID value in a permalink later in the snippet like this: [...]

${1:Some Title} h3> > > But now I want to mirror the transformed ID value in a permalink > later in the snippet like this: > > [...] Is there a way to mirror transformed tab-stops? No, but you can repeat the transformation:

${1:Some Title}