obsidian-shellcommands icon indicating copy to clipboard operation
obsidian-shellcommands copied to clipboard

Internal: Refactor shell commands to use the Model/Instance system

Open Taitava opened this issue 2 years ago • 0 comments

Currently Prompts, Custom variables, Custom shells and Output wrappers use Model/Instance classes for handling their configuration objects and settings user interface. As shell commands were created before I made this modelling system, they have so far been outside this system, but now I'm bringing them in.

This refactoring should not have much visible changes to users.

  • The content of shell command deletion modal will change a bit.

Taitava avatar Jul 26 '23 14:07 Taitava