Fix note sync reliability and Unicode filename support

- Fixed critical bug where notes with empty category had malformed IDs (leading slash)
- Added URL encoding for Czech and Unicode characters in WebDAV paths
- Fixed filename sanitization to preserve Unicode characters (only remove filesystem-unsafe chars)
- Updated note preview to show first non-empty line after title instead of repeating title
- Adjusted default column widths for better proportions (increased window width to 1300px)
- Protection mechanism now works correctly with proper note ID matching
This commit is contained in:
drelich
2026-03-31 09:55:44 +02:00
parent 525413a08a
commit 12b50c2304
5 changed files with 144 additions and 28 deletions

View File

@@ -13,9 +13,9 @@
"windows": [
{
"title": "Nextcloud Notes",
"width": 1200,
"width": 1300,
"height": 800,
"minWidth": 900,
"minWidth": 800,
"minHeight": 600,
"devtools": true
}