Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
336 stars 11 forks source link

Globally default values for variables #298

Closed Taitava closed 1 year ago

Taitava commented 1 year ago

Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/285

Currently default values for {{variables}} can only be defined on a per shell command basis. Make it possible to define default values so that they apply to all shell commands that do not have their own default value defined.

Taitava commented 1 year ago

The code should be done now. Tests and documentation is still needed.

Taitava commented 1 year ago

Tests are done and the feature will be released in 0.18.0. I'll write the documentation soon after release.

Taitava commented 1 year ago

Released and documentation written.