Is there a way to configure the default filter for page parts? I’d like
to default it to Markdown (one less thing for editors to worry about).
I’m sure I could edit the Radiant source to force it, but this should be
a configuration variable, not hard coded.
Thanks!
–
Will G.
Find out why this email is 5 sentences or less at http://five.sentec.es/
Will G. wrote:
Is there a way to configure the default filter for page parts? I’d like
to default it to Markdown (one less thing for editors to worry about).
I’m sure I could edit the Radiant source to force it, but this should be
a configuration variable, not hard coded.
Unfortunately, there is not support for this right now. You could write
a simple extension that would do this.
–
John L.
http://wiseheartdesign.com
John W. Long wrote:
Unfortunately, there is not support for this right now. You could
write
a simple extension that would do this.
–
John L.
http://wiseheartdesign.com
Looks like I’ll be doing that, then. I’ll post the code when I’m done.
Thanks!
–
Will G.
Find out why this email is 5 sentences or less at http://five.sentec.es/
Maybe you can use the DefaultPageParts for your root page specifying
filter in the config parts.
Take a look here:
http://darcs.bigchieflabs.com/radiant/extensions/default_page_parts/rdoc/
That looks like it will do what I’m looking for/ Perhaps I’ll give it a
try!
Thanks!
Andrea F. wrote:
Maybe you can use the DefaultPageParts for your root page specifying
filter in the config parts.
Take a look here:
http://darcs.bigchieflabs.com/radiant/extensions/default_page_parts/rdoc/
–
Will G.
Find out why this email is 5 sentences or less at http://five.sentec.es/