Browse Source

update readme to contain sort_tags and bootstrapify

winlu 10 years ago
parent
commit
680c41c95c
1 changed files with 6 additions and 2 deletions
  1. 6 2
      Readme.rst

+ 6 - 2
Readme.rst

@@ -43,9 +43,11 @@ Asset management          Use the Webassets module to manage assets such as CSS
 Better code samples       Wraps all `table` blocks with a class attribute `.codehilitetable` in an additional `div` of class `.hilitewrapper`. It thus permits to style codeblocks better, especially to make them scrollable.
 Better code samples       Wraps all `table` blocks with a class attribute `.codehilitetable` in an additional `div` of class `.hilitewrapper`. It thus permits to style codeblocks better, especially to make them scrollable.
                     
                     
 Better figures/samples    Adds a `style="width: ???px; height: auto;"` attribute to any `<img>` tags in the content
 Better figures/samples    Adds a `style="width: ???px; height: auto;"` attribute to any `<img>` tags in the content
-           
+
+bootstrapify              Automatically add bootstraps default classes to your content, usefull for md generated tables
+
 CJK auto spacing          Inserts spaces between Chinese/Japanese/Korean characters and English words
 CJK auto spacing          Inserts spaces between Chinese/Japanese/Korean characters and English words
-                
+
 Clean summary             Cleans your summary of excess images
 Clean summary             Cleans your summary of excess images
 
 
 Code include              Includes Pygments highlighted code in reStructuredText
 Code include              Includes Pygments highlighted code in reStructuredText
@@ -134,6 +136,8 @@ Simple footnotes          Adds footnotes to blog posts
 
 
 Sitemap                   Generates plain-text or XML sitemaps
 Sitemap                   Generates plain-text or XML sitemaps
 
 
+sort_tags                 Provides `tags_sorted_by_article_length` to templates, which contains all tags, sorted by how many articles it contains first, and alphabetically second.
+
 Static comments           Allows you to add static comments to an article
 Static comments           Allows you to add static comments to an article
 
 
 Subcategory               Adds support for subcategories
 Subcategory               Adds support for subcategories