local_offer
{{relatedBy}} Notes
close
@for(n of data.notes; track n) {
{{n[1].name}}
@if(n[1].properties?.skIcon) {
} @else {
local_offer
}
@if(n[1].properties.draft) {
Draft
}
@if(n[1].group) {
Date:
{{n[1].timestamp?.slice(0,10)}}
} @if(n[1].group) {
Group:
{{n[1].group}}
}
Description:
@if(n[1].mimeType?.includes('markdown')) {
} @else {
}
@if(n[1].authors && n[1].authors.length!=0) {
Author:
{{n[1].authors[0]?.name}}
}
@if(n[1].url) {
open_in_new
}
@if(!n[1].properties.readOnly) {
edit
delete
}
}
local_offer
ADD