Nesting Qtags
One beautiful thing about Qtags, is that they can be nested one inside the other, leading the way to a completely new way of thinking inline development.
Since qtags support both [ ] brackets and { } braces, when nesting qtags it's always a good idea to alternate bracket type, for better readability.
Nesting Qtags: examples
Example 1 - creating a custom tooltip
Given a node having name 'apple' and title 'Apple', those nested qtags:
[LINK|title=An Apple|tooltip=This is a link to the node "{TITLE:apple}"!:apple]
Will display a link to 'apple', where its hover tooltip will be "This is a link to the node Apple!".
See it Live: Apple
- More examples are coming soon! -