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
351 stars 11 forks source link

Output channel: Ask after execution #134

Closed Taitava closed 2 years ago

Taitava commented 2 years ago

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

  • [x] A modal (= popup window). Very prominent, and requires a click for it to go away. Can contain quite a lot of text: many lines, long lines. Not the fastest one to use, as - like I mentioned - it needs a click or a keypress to close the modal. Should have the ability to copy the output to the clipboard. Edit 2022-01-01: Will also support editing the output text and then selecting an output channel for it (to clipboard, to file, or to status bar).
Taitava commented 2 years ago

Looks like something already, I think. 🙂

kuva

The textarea is writable, so a user can clean up or otherwise modify output before inserting it to a file, copying to clipboard or whatever.

If a shell command's alias contains variables, the modal's title shows only the variable names, not parsed values.

Taitava commented 2 years ago

Released.