[Radiant] how to show the radius tag in the content

2008-09-24 Thread Jasper Kooij
How do I show the radius tag in the copy of the page? I've entered this: precode r:meta:description / r:meta:keywords / /code/pre in my body copy in the admin but it always renders no matter which filter I use, even none. With textile I get the following html pemMeta Tags/em #8211; if

Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Sean Cribbs
Jasper, Because of (a limitation in) the way the Radius parser is implemented, you cannot put Radius tags in the page that will not be interpreted. Radius is also interpreted before any filter is run. If you want them to appear in the output as they would in the input, you must escape the

Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Sean Cribbs
I probably wasn't clear before... here's what your code snippet should look like: precode lt;r:meta:description /gt; lt;r:meta:keywords /gt; /code/pre Sean Jasper Kooij wrote: How do I show the radius tag in the copy of the page? I've entered this: precode r:meta:description /

Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Nathan Sutton
Couldn't you write a radiant tag to escape it? On Sep 24, 2008, at 4:21 PM, Sean Cribbs wrote: Jasper, Because of (a limitation in) the way the Radius parser is implemented, you cannot put Radius tags in the page that will not be interpreted. Radius is also interpreted before any filter

Re: [Radiant] how to show the radius tag in the content

2008-09-24 Thread Sean Cribbs
Nathan, No, that's exactly my point -- at least, not with the current implementation. Sean Nathan Sutton wrote: Couldn't you write a radiant tag to escape it? On Sep 24, 2008, at 4:21 PM, Sean Cribbs wrote: Jasper, Because of (a limitation in) the way the Radius parser is implemented,

[Radiant] Re: how to show the radius tag in the content

2008-09-24 Thread Jasper Kooij
Hi Sean, That escaping worked with the markdown filter including redoing the images code from textile to markdown. http://www.jasperkooij.com/100-days-ruby-on-rails/day-1-installing/ Thanks Jasper -- Posted via http://www.ruby-forum.com/. ___

Re: [Radiant] Re: how to show the radius tag in the content

2008-09-24 Thread Nathan Sutton
fyi, your site looks jacked-up in safari: http://skitch.com/nsutton/shkd/jacked-up On Sep 24, 2008, at 4:48 PM, Jasper Kooij wrote: Hi Sean, That escaping worked with the markdown filter including redoing the images code from textile to markdown.

Re: [Radiant] video demo maybe for documentation?

2008-09-24 Thread Mohit Sindhwani
Jasper Kooij wrote: I've done a little demo on converting a html design into a working website in under 15 minutes. http://www.jasperkooij.com/100-days-ruby-on-rails/day-2-doing-a-demo Can I add this to the Theme section in the Summer Reboot? Feedback? Jasper Awesome! (haven't seen the