Commit Graph

3 Commits

Author SHA1 Message Date
drelich
489f2f847d Update app name to 'Nextcloud Notes'
- Changed productName from 'nextcloud-notes-tauri' to 'Nextcloud Notes'
- Updated identifier to 'com.davidrelich.nextcloud-notes'
- App will now show as 'Nextcloud Notes' in macOS Applications
- DMG and .app bundle will use proper name
2026-03-17 00:29:39 +01:00
drelich
835643d690 Update app icon to official Nextcloud Notes icon
- Downloaded official Nextcloud Notes favicon
- Generated all required icon sizes for Tauri (macOS, Windows, Store)
- Replaced placeholder icons with branded Nextcloud Notes icon
- Icon sizes: 32x32, 128x128, 256x256, .icns, .ico, and Windows Store logos
2026-03-17 00:01:12 +01:00
drelich
2ad076c052 Initial commit: Nextcloud Notes Tauri app with WYSIWYG editor
Features:
- WYSIWYG markdown editor with TipTap
- Manual save with unsaved changes indicator
- Auto-title derivation from first line (with manual override)
- Manual sync button with visual feedback
- Auto-sync every 5 minutes
- Full formatting toolbar (bold, italic, headings, lists, code)
- Note creation, editing, deletion
- Search and favorites filter
- Cross-platform desktop app built with Tauri + React + TypeScript
2026-03-16 23:49:51 +01:00