Compose tips
Allowed HTML tags: <em> <strong> <cite> <blockquote cite> <ul type> <ol start type> <li><br><hr><sup><sub>
- Insert view filter allows to embed views using tags. The tag syntax is relatively simple: [view:name=display=args=limit:number]
- For example [view:tracker=page=1] says, embed a view named "tracker", use the "page" display, and supply the argument "1".
- The display, args, and limit parameters can be omitted. If the display is left empty, the view\'s default display is used. If the limit is left empty, the view display\'s settings are used. Use 0 to show all results.
- Multiple arguments are separated with slash. The args format is the same as used in the URL (or view preview screen).
- [view:my_view]
- [view:my_view=my_display]
- [view:my_view=my_display=arg1/arg2/arg3=limit:number]
- [view:my_view==arg1/arg2/arg3]
- [view:my_view===limit:0]
- Parses markdown and converts it to HTML. [More Info]
- Legacy Drupal 7 no-op filter retained for migrated text formats.