Skip to content

Fix "Add status to current note" command and implement Quick Status Commands#26

Merged
soler1212 merged 3 commits intomasterfrom
feature/commands-integration
May 25, 2025
Merged

Fix "Add status to current note" command and implement Quick Status Commands#26
soler1212 merged 3 commits intomasterfrom
feature/commands-integration

Conversation

@soler1212
Copy link
Copy Markdown
Member

Bug Fix

  • Fixed "Add status to current note" command that was failing silently when multiple statuses mode was disabled
  • Command now properly handles both single status mode (replace) and multiple status mode (add)
  • Added proper mode parameter to dropdown opening logic

New Feature: Quick Status Commands

  • Added "Quick status commands" setting to select which statuses get dedicated commands
  • Generates "Set status to {status}" commands for selected statuses
  • Generates "Toggle status {status}" commands when multiple statuses mode is enabled
  • Commands are dynamically registered/unregistered when settings change
  • Settings UI automatically updates when templates or custom statuses change
    image
    image

@soler1212 soler1212 self-assigned this May 25, 2025
@soler1212 soler1212 added bug Something isn't working enhancement New feature or request labels May 25, 2025
@soler1212 soler1212 merged commit ffe01a9 into master May 25, 2025
@soler1212 soler1212 added this to the v1.0.14 milestone Jul 20, 2025
@soler1212 soler1212 deleted the feature/commands-integration branch July 20, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Add status to current note command + Disable multiple statuses don't work correctly.

1 participant