Skip to content
Compare
Choose a tag to compare
  • Fixed wrong IDs when adding commands from settings
  • Commands no longer need a reload when edited or deleted

Thank you @pjeby for the PR.

Compare
Choose a tag to compare
  • Setting to display notice when command runs (#4)

Bugfix: Hotkeys persist after editing (#3)

Compare
Choose a tag to compare

Bugfix: Commands with {{meta:}} now do not run and display a notice when the key does not exist in the metadata.

Compare
Choose a tag to compare

Bugfix: fixed commands without {{fileName}} not working correctly.

Compare
Choose a tag to compare
  • Add {{line}} placeholder (Issue #1 )
  • {{fileName}}, {{fileText}}, and {{meta:}} don't run and show a notice when they cannot be run on the given file

Bugfixes:

  • Fixed {{fileName}} and {{fileText}} not working from preview mode
Compare
Choose a tag to compare
  • Metadata placeholder added
  • Support for duplicate command names

Bug fixes:

  • Save Command button is now centered
  • Add Command modal no longer displays values entered when it was previously opened
Compare
Choose a tag to compare
  • Added CSS to style icon picker, icons now display side-by side with text
  • Icons display next to commands in setting tab, when available
  • Updated README
  • Addressed Pjeby's code review

Bugs:

  • Fixed edit not working properly from the same modal the command was created in
  • Icons update in modal to reflect selection
Compare
Choose a tag to compare
  • Added command editing
  • Added icon support
  • Cleaned up UI for deleting commands
Compare
Choose a tag to compare
  • Added the {{selection}} placeholder
  • Commands with file-related placeholders are now hidden when there is no active file
  • Cleaned up unused URI.js dependency
  • Cleaned up remnants of PLUGIN_NAME in settings tab
Compare
Choose a tag to compare

Added {{fileName}} and {{fileText}} placeholders.