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

New variables {{obsidian_api_version}} and {{shell_commands_plugin_version}}

Open Taitava opened this issue 1 year ago • 1 comments

Promoting and renaming variables

The following variables were previously available in debug mode only.

  • {{obsidian_api:version}} --> {{obsidian_api_version}} with optional :major / :minor / :patch arguments.
  • {{shell_commands_plugin:plugin-version}} --> {{shell_commands_plugin_version:plugin}} with optional :major / :minor / :patch arguments.
  • {{shell_commands_plugin:settings-version}} --> {{shell_commands_plugin_version:settings}} with optional :major / :minor / :patch arguments.

These variables will be made always available, i.e. they do not require debug mode anymore, in SC 0.22.0.

Originally posted by @Taitava in https://github.com/Taitava/obsidian-shellcommands/discussions/29#discussioncomment-8196598

TODO:

  • [x] Implement the changes.
  • [x] Write documentation.
  • [x] Add to CHANGELOG.md

Taitava avatar Jan 21 '24 09:01 Taitava

Done. Will be released in 0.22.0.

Taitava avatar Jan 21 '24 17:01 Taitava

This is now released.

Taitava avatar May 05 '24 15:05 Taitava