Commit graph

12 commits

Author SHA1 Message Date
Aleix Soler
d7ba7dd7cc feat: add support for default status on new notes
- Added 'defaultStatusForNewNotes' setting to PluginSettings.
- Added a dropdown in Behaviour settings to select the default status.
- Implemented a 'create' event listener in main.tsx to automatically apply the default status to new markdown files if they don't have any status.
- Included the new setting in the 'workflow' synchronization group.
- Fixed mixed spaces/tabs in pluginSettings.ts.
2026-03-18 19:38:17 +01:00
Aleix Soler
f97bca5fa9 feat: implement granular selective synchronization and non-Markdown status sync
- Expand sync categories to include templates, custom statuses, colors, UI, workflow, storage, and features
- Add support for syncing non-Markdown status data to a vault-based JSON file
- Update NonMarkdownStatusStore to handle vault-based storage and real-time updates
- Enhance Synchronization UI with granular group selection and data sync options
- Add safety checks to prevent TypeErrors during settings initialization and migration
2026-03-18 12:35:49 +01:00
Aleix Soler
c3659363e8 chore: clean-up 2025-11-21 16:02:23 +01:00
Aleix Soler
bad92c6344 feat: gate dashboard and grouped status view behind experimental settings 2025-11-21 15:46:13 +01:00
Aleix Soler
ee94f6b13c feat: extension to non-markdown files 2025-11-21 12:51:08 +01:00
Aleix Soler
8ae9942ea8 feat: add setting to toggle status overview popup 2025-11-17 18:01:05 +01:00
Aleix Soler
75a07a6ca5 feat: integrate toolbar v1 2025-08-06 21:08:40 +02:00
Aleix Soler
de5f03c7c2 chore: improve view icons 2025-07-20 20:54:02 +02:00
Aleix Soler
ec817fee96 chore: improve text messages 2025-07-20 20:52:10 +02:00
Aleix Soler
77442bec67 refactor: rename groupped to grouped 2025-07-16 17:52:30 +02:00
Aleix Soler
cb4fda7bf1 refactor: vanillajs to react 2025-07-15 17:30:17 +02:00
Aleix Soler
1cf9f29f23 refactor: js components to react 2025-06-15 17:37:20 +02:00
Renamed from main.ts (Browse further)