labnotes/plugins
Brandon Mathis a2bc6f9762 1. Added image tag plugin
2. Removed figure tag plugin
3. Renamed custom_filters to octopress_filters
4. Added styles to support new image tag plugin
..
blockquote.rb blockquote plugin now allows for source attribution with out a link, see docs
category_generator.rb Finally a nice solution for mapping relative urls
code_block.rb improved documentation on codeblock plugin
compass_compiler.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.
gist_tag.rb updated gist_tag.rb to use <div>s to get around RDiscount's foolishness
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 1. Added image tag plugin
include_code.rb 1. Added condition to full_url filter to allow it to be used as a root_url appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter
octopress_filters.rb 1. Added image tag plugin
pullquote.rb fixed error in pullquote plugin
pygments_cache_patch.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.
render_partial.rb Render partial now automatically stirps out yaml front matter
sitemap_generator.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.
titlecase.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.