Insert Link
  • Section
  • Attachment
  • Search
{{#if showSections}}

Link to content within this document

{{ui/ui-list-picker items=candidates.pages nameField='title' singleSelect=true onSelect=(action 'setSelection')}}
{{/if}} {{#if showAttachments}}

Link to an attachment within this document

    {{#each candidates.attachments as |item|}}
  • {{item.title}}
    {{#if item.selected}} check {{/if}}
  • {{/each}}
{{/if}} {{#if showSearch}}
{{focus-input id="content-linker-search" type="input" class="form-control" value=keywords placeholder="keyword search" autocomplete="off"}} Document name, content, attachment name
{{#unless hasMatches}} Nothing found. {{/unless}}
    {{#each matches.documents as |item|}}
  • {{item.title}}
    {{item.context}}
    {{#if item.selected}} check {{/if}}
  • {{/each}} {{#each matches.pages as |item|}}
  • {{item.title}}
    {{item.context}}
    {{#if item.selected}} check {{/if}}
  • {{/each}} {{#each matches.attachments as |item|}}
  • {{item.title}}
    {{#if item.selected}} check {{/if}}
  • {{/each}}
{{/if}}