WIP: Multiple notes support

Add support for migrating old buffer file to new library.

Add support for changing location for the notes library.

Replace theme toggle in status bar with a dropdown in Appearance settings.

Improve New Note and Update Note dialogs.

Implement UI for confirming note delete (the actualal deltion is still to be implemented).
This commit is contained in:
Jonatan Heyman
2024-09-10 13:34:23 +02:00
parent 7bbe1f8a7c
commit aefe44fd2a
24 changed files with 341 additions and 269 deletions

View File

@ -1,5 +1,5 @@
import { test, expect } from '@playwright/test';
import { NoteFormat } from '../src/editor/note-format.js';
import { NoteFormat } from '../src/common/note-format.js';
export function pageErrorGetter(page) {
let messages = [];