labnotes/plugins
Thomas Quinot 6c97f116a5 Initial blog setup
..
backtick_code_block.rb Support octopress-hooks and octopress-date-format
blockquote.rb Striped whitespace from titles in blockquote plugin
category_generator.rb Should use << for string concatenation in Ruby
code_block.rb Support octopress-hooks and octopress-date-format
config_tag.rb Improved: config_tag plugin is much more flexible now and can be used by other plugins directly through the config_tag method
emoji.rb Initial blog setup
gist_tag.rb fix script_url_for url bug
haml.rb Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
image_tag.rb Fixes img tag properties
include_array.rb allow select and order of sidebar components to be configurable in jekyll's _config.yml
include_code.rb Support octopress-hooks and octopress-date-format
jsfiddle.rb removing border from iframe in jsFiddle plugin
octopress_filters.rb Added poster="" to list of things expand urls should work on.
pullquote.rb updated plugins to work with latest version of Liquid
pygments_code.rb Support octopress-hooks and octopress-date-format
raw.rb Support octopress-hooks and octopress-date-format
render_partial.rb 1. Vastly improved backtick code blocks and added support for Textile
rubypants.rb Added RubyPants (the ruby port of John Gruber's smarty pants) to intelligently replace primes with smart quotes in the pullquote plugin, fixes
titlecase.rb Improved, I think, the Titlecase plugin
video_tag.rb refactor videos regex to be less insane