obsidian-shellcommands
obsidian-shellcommands copied to clipboard
Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
Quote from me in: https://github.com/Taitava/obsidian-shellcommands/discussions/244#discussioncomment-3211841 > I think this is what you meant. Make it possible to configure text snippets that could be used as wrappers for output. E.g. the...
### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/260
### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/57 Originally posted by **Taitava** September 30, 2021 - `{{file_content}}`: Give the whole content, including YAML. Belongs to the same family with `{{file_name}}` and `{{file_path}}`. --- Also:...
### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/268 Originally posted by **Taitava** September 11, 2022 When creating tests for `{{file_content}}` and `{{note_content}}` variables, I noticed that at least Windows PowerShell has some (unknown) max...
### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/57 Get's the current note's content without YAML frontmatter.
### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/57 Originally posted by **Taitava** September 30, 2021 - `{{yaml_content}}`: Give only YAML. --- TODO: - [ ] Create `{{yaml_content}}` variable - [ ] Create `{{event_yaml_content}}` variable...
 1. Tabs have now a borderline. The borders are not bad completely, but the bottom border is too thick. This is of course dependent on the theme. I'm using...
Some new variables depend on Obsidian API methods that return JavaScript `Promise`s instead of direct values. One of these variables is #77 `{{note_content}}`. I'm not going into much details here...
I'm not going to go into much details here and so this might be cryptic, but this change should present absolutely no visible changes for users. Just a couple of...
(This should not affect endusers.) Useful commits from [Obsidian Sample plugin](https://github.com/obsidianmd/obsidian-sample-plugin): 1. [ ] [Update sample plugin to use ESBuild.](https://github.com/obsidianmd/obsidian-sample-plugin/commit/3afc9d78ab809784d8ccf6d17e94c1509330e217#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519) 2. [ ] [Use ESBuild API instead of passing command...