Compose tips
input formats:- Full HTML:
- Web page addresses and e-mail addresses turn into links automatically.
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
- TinyMCE:
- Linking Nodes To Other Nodes
You can link nodes to other nodes using the following syntax:
[node:node_id,title="val2"]
Some examples:
[node:123]
[node:123,title="original"]
Currently available parameters:
Allowed parameters for blog nodes: title Allowed parameters for poll nodes: title Allowed parameters for accolade nodes: Allowed parameters for book nodes: title Allowed parameters for feed nodes: title Allowed parameters for image nodes: Allowed parameters for page nodes: title Allowed parameters for webform nodes: title Site admin: If there are properties of a node that you want to allow your users to modify when referring to them, you can specify those in the filter configuration.
- Linking Nodes To Other Nodes