Jarkko Linnanvirta

Results 53 issues of Jarkko Linnanvirta

This is not an actual bug of SC, but rather a change that came when Obsidian introduced tabs in `0.16.0` (republished as `1.0.0`). If Output channel is "Open files" and...

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/64 Currently, I'm just testing if I can come up with an implementation for this. I'm reading #128 to get some implementation ideas: https://github.com/Taitava/obsidian-shellcommands/pull/128/files?diff=unified&w=0. Now this issue...

For now, the Sort field always has a value of zero unless the user has performed some drag&drop actions. Usually this works good, as new blocks appear after old ones...

**a)** This works: ```Markdown ![Alt text](/path/to/img.jpg) ``` **b)** This doesn't: ```Markdown [id]: /path/to/img.jpg ![Alt text][id] ``` The difference is that **a** gets an absolute url when parsed, whereas the path...

type/bug
affects/v3
change/patch
effort/medium
impact/medium

Hi, this idea just came to mind. I often need to reload my plugin even if I haven't changed its source code. For example, I might change my plugin's settings...

[`Common.ts`](https://github.com/Taitava/obsidian-shellcommands/blob/8d030a23540d587a85bd0dfe2e08c8e6b6b955ab/src/Common.ts) will be split to the following new files: - `commonFileSystem.ts` - `commonIndependent.ts`: Only for functions that do not need to import anything from other files. - `commonObsidian.ts`: For functions...

refactoring

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/393 > | Event name in UI | Event code in `data.json` | `{{event_type}}` | `{{event_type:category}}` | > | ---- | ---- | ---- | ---- |...

enhancement

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/319 TODO: - [x] Implement the thing. - [x] Add to CHANGELOG.md. - [x] Write documentation. - [x] Create tests. - [ ] Prolong cooldown time (optional...

enhancement

![kuva](https://github.com/Taitava/obsidian-shellcommands/assets/13002142/2275e528-42f2-4d2b-9271-493fb7199da8) I've typed `echo "Hello World!"` already, but the preview text shows just `echo "Hello "`, which was a point when I closed and reopened the settings modal for bug...

bug
affects/0.20.x
affects/0.21.x

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/328 https://github.com/Taitava/obsidian-shellcommands/discussions/328#discussioncomment-8264772 TODO: - [ ] Implement the feature. - [ ] Add to CHANGELOG.md.

enhancement