mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| statusStores | ||
| commandsService.ts | ||
| eventBus.ts | ||
| lazyElementObserver.ts | ||
| noteStatusService.ts | ||
| selectorService.ts | ||
| settingsService.ts | ||
| statusKeyHelpers.ts | ||
| statusStoreManager.ts | ||