Name
@if(inptitle.invalid && (inptitle.dirty || inptitle.touched)) {
Please enter a title for the note
}
@if(app.config.resources.notes.groupNameEdit) {
Group Name
}
@if(data.note.mimeType.includes('markdown')) {
Description
} @else { @defer{
} }
Link to additional content
@if(icon?.svgIcon?.length) {
} @else {
{{icon?.name}}
}
@for(i of poiIcons; track i.id) {
{{i.name}}
}
Show all symbols
Format
Markdown
HTML
@if(data.position) {
Lat:
{{data.note.position.latitude}}
Lon:
{{data.note.position.longitude}}
}