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. |
||
|---|---|---|
| .. | ||
| BehaviourSettings.tsx | ||
| CustomStatusItem.tsx | ||
| CustomStatusSettings.tsx | ||
| FrontmatterMappingsSettings.tsx | ||
| IconSelectionField.tsx | ||
| index.tsx | ||
| LucideIconModal.tsx | ||
| LucideIconPicker.tsx | ||
| NoStatusesMessage.tsx | ||
| QuickCommandsSettings.tsx | ||
| SettingItem.tsx | ||
| StatusGroup.tsx | ||
| SynchronizationSettings.tsx | ||
| TemplateEditorModal.tsx | ||
| TemplateItem.tsx | ||
| TemplateSettings.tsx | ||
| UISettings.tsx | ||