<$list filter="[all[current]has[note]]">
<$navigator story="MySubStoryList" history="MySubHistoryList">
<hr>
Notes: {{!!note}}
<$list filter="[list[MySubStoryList]]" history="MySubHistoryList">
<div>
! <$button message="tm-close-tiddler" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> <$view field="title"/>
<$transclude/>
</div>
</$list>
</$navigator>
</$list>{{!!note}} present as a link without including square brackets in the field entry.It does not allow for multiple notes to be linked.Do you have a better way to do this, or a possible solution to the above problems?
Thank you very much for your time.