Re: [Radiant] Re: best code syntax highlighting solution

2010-12-12 Thread john muhl
gem install radiant-kramdown_filter-extension gem install coderay then in config/environment.rb ... require 'radius' require 'coderay' # add this line ... config.gem 'will_paginate', :version => '~> 2.3.11' config.gem 'radiant-kramdown_filter-extension' # add this line ... then restart radiant a

Re: [Radiant] Re: best code syntax highlighting solution

2010-12-12 Thread Fima Leshinsky
So looks like there are two radiant extensions below that allow you to leverage the coderay gem: https://github.com/phallstrom/code_ray https://github.com/alno/radiant-code-extension I'm inclined to use the the 2nd one since it supports other syntax highlighters beyond coderay. What are your thoug

Re: [Radiant] Re: best code syntax highlighting solution

2010-12-12 Thread Fima Leshinsky
don't mind me - I'm just going to update this thread as I figure more things out .. looks like there's a kramdown radiant filter :) http://ext.radiantcms.org/extensions/192-kramdown-filter now just need to figure out how to leverage the coderay gem :P