{{#unless (or (eq noteType "handout") (eq noteType "media") (eq noteType "pin"))}}
{{!-- Color Selection --}}
{{#if (eq noteType "sticky")}}
{{#each stickyTints}}
{{/each}}
{{/if}}
{{#each inkColors}}
{{/each}}
{{!-- Font Settings --}}
{{/unless}} {{!-- Linked Object field --}}
{{#if linkedObject}} {{else}} No object linked. Drag and drop here to link. {{/if}}
{{#if linkedObject}} {{/if}}
{{!-- Media Audio Path --}} {{#if (eq noteType "media")}}

Old tape recording (High-pass filter).

{{/if}} {{!-- Show Image Path field for photo notes and handouts --}} {{#if (or (eq noteType "photo") (eq noteType "handout"))}}
{{else}} {{/if}} {{!-- Connections Section --}} {{#if connections.length}}
{{#each connections}}
{{this.displayNumber}}: {{this.targetLabel}}
{{/each}}
{{/if}}