Every repository with this icon (
Every repository with this icon (
tree 060a1bbc7f8ee72a07c8e01a61c656e5ce670ff9
parent 82cb81fa23f6c589e69ff84e8b7a9af170286949
The Tags extension allows you to configure the style of tagging between 2 options: simple or complex strings.
== Simple Tagging
By default you may add tags to a page in a string such as "this that other". That string will be parsed and turned into 3 separate tags.
== Complex Tagging
You may set Radiant::Config['tags.complex_strings'] = true to allow you to enter more
complex tags for your pages.
When this setting is true the tags are delimited by a semi-colon, allowing you to enter
a string of tags such as "My Summer Vacation (2008); Entertainment/Nonsense; Miscellaneous 2.0".
The result of that string will return 3 tags: My Summer Vacation (2008),
Entertainment/Nonsense and 'Miscellaneous 2.0'
== Making the choice
You'll need to restart the application server after changing this setting. Please keep in mind that any changes to this setting may affect any tags you currently have in the database. It is recommended that you choose either Simple or Complex, but that you do not switch after creating your tags.
== Tag Clouds
Some styles are provided in tags.css for the <r:tag_cloud>. To use it, add this to your layout:







