mirror of
https://github.com/heyman/heynote.git
synced 2025-08-16 09:38:04 +02:00
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:
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user