Bookmarks

@if (saving()) { Saving... }
@if (searchTerm()) { }
@if (loading()) {
} @else if (error()) {
Error: {{ error() }}
} @else if (isEmpty()) {

No bookmarks yet

Use the bookmark icon in the note toolbar to add one.

Drop items here
} @else {
@if (!dragDisabled) {
Drop here to move to root
} @for (node of displayItems(); track node.ctime) { } @if (displayItems().length === 0) {

No bookmarks to display.

}
}
@if (conflictInfo()) {

Conflict Detected

The bookmarks file has been modified externally. What would you like to do?

}