With version 2026.1.0, creating a new note fails with the following error:
Code Notes:INSERT INTO favorite_leaf( name, code, parent_id, type, created, modified, url, line, sorted)VALUES( ?, ?, ?, ?, ?, ?, ?, ?, ?)
Reason: [SQLITE_CONSTRAINT_NOTNULL] A NOT NULL constraint failed (NOT NULL constraint failed: favorite_leaf.fts_rowid)
With version
2026.1.0, creating a new note fails with the following error: