#meta

This page lists all templates currently available in your space. You can also navigate to them via the . More information on templates can be found Templates

New Page

These Page Templates are available through the command:

template where hooks.newPage render [[Library/Core/Query/Template]]


Snippets

These can be used as Snippets via Slash Commands:

{{#each {
   template
   where hooks.snippet
   order by hooks.snippet.slashCommand
}}}
* [[{{ref}}|/{{hooks.snippet.slashCommand}}]] {{description}}
{{/each}}


Widgets

Widgets can either be automatically attached to the top or bottom of pages (matching certain criteria) or used inline via Live Templates.

Top

template
where hooks.top
order by order
render [[Library/Core/Query/Template]]


Bottom

template
where hooks.bottom
order by order
render [[Library/Core/Query/Template]]


Inline

Use with Live Templates#Include to render useful things in your pages:

template
where name =~ /\/Widget\// and not hooks.top and not hooks.bottom
order by order
render [[Library/Core/Query/Template]]