Insert Link
  • Section
  • Attachment
  • Search
{{#if showSections}}
    {{#each candidates.pages as |p|}}
  • {{#ui/ui-selection selected=p.selected}} {{p.title}} {{/ui/ui-selection}}
  • {{/each}}
{{/if}} {{#if showAttachments}}
    {{#each candidates.attachments as |a|}}
  • {{#ui/ui-selection selected=a.selected}} {{ a.title }} {{/ui/ui-selection}}
  • {{/each}}
{{/if}} {{#if showSearch}}
For content or attachments
{{focus-input id="content-linker-search" type="input" value=keywords placeholder="keyword search" autocomplete="off"}}
{{#unless hasMatches}} Nothing found. {{/unless}}
    {{#each matches.documents as |m|}}
  • {{#ui/ui-selection selected=m.selected}} {{m.title}}
    {{m.context}} {{/ui/ui-selection}}
  • {{/each}} {{#each matches.pages as |m|}}
  • {{#ui/ui-selection selected=m.selected}} {{m.title}}
    {{m.context}} {{/ui/ui-selection}}
  • {{/each}} {{#each matches.attachments as |a|}}
  • {{#ui/ui-selection selected=a.selected}} {{ a.title }} {{/ui/ui-selection}}
  • {{/each}}
{{/if}}