At the simplest level, it is a generic pattern matcher that searches for specific patterns, or tags, and replaces them with something else. However, instead of replacing these patterns with static text, you can replace them with variables, functions, and even PHP code.
Some of the features that InScript provides are:
- Dynamic variables, which can be used in many places and are automatically updated
- Disable WordPress texturize functions across the whole blog, individual posts, or even individual words
- Conversely, enable texturize, textile, markdown, or any formatting on individual posts or words
- Embed well-defined scripts inside posts and any other part of WordPress, without modifying the theme
The embedded scripts are very powerful, and allow you to do things like:
- Insert post & author information
- Add HTTP meta-values and make them post-specific
- Customise the appearance of words, paragraphs, or posts
- Change date formats on individual sections
- Insert highlighted code
- Insert custom PHP code
- Add custom stylesheets for specific posts
Because of the extensible nature of the plugin, you can add scriptlets (mini-plugins) that provide extra features and yet use the same InScript framework.
The plugin is simple to install:
- Download
inscript.zip
- Unzip
- Upload
inscript
directory to your /wp-content/plugins
directory
- Go to the plugin management page and enable the plugin
- Configure the options from the
Options/Inscript
page
You can find full details of installing a plugin on the
plugin installation page.