devonthesofa_obsidian-note-.../core
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
..
statusStores feat: add manual non-Markdown data export/import to vault 2026-03-18 12:43:18 +01:00
commandsService.ts refactor: centralize frontmatter key handling and expose per-key status reads 2025-11-21 18:42:55 +01:00
eventBus.ts feat: extension to non-markdown files 2025-11-21 12:51:08 +01:00
lazyElementObserver.ts refactor: vanillajs to react 2025-07-15 17:30:17 +02:00
noteStatusService.ts feat: redesign status hover popup with per-tag groups and accurate data feed 2025-11-21 19:11:48 +01:00
selectorService.ts refactor: vanillajs to react 2025-07-15 17:30:17 +02:00
settingsService.ts feat: add support for default status on new notes 2026-03-18 19:38:17 +01:00
statusKeyHelpers.ts refactor: centralize frontmatter key handling and expose per-key status reads 2025-11-21 18:42:55 +01:00
statusStoreManager.ts feat: add manual non-Markdown data export/import to vault 2026-03-18 12:43:18 +01:00