Jarkko Linnanvirta

Results 53 issues of Jarkko Linnanvirta

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/274 Currently, this issue stands here just for a preliminary commit that can later be used as a basis for the actual feature. No milestone is yet...

enhancement
ideas-from-others

These broke during the SS4 upgrade. SS3 did not escape HTML by default, but SS4 does (generally a good thing), but for these actions, escaping needs to be turned off.

Hi @unclecheese I understand you might be busy with other projects :). As there are quite many old, open issues and a few pull request (i.e. [one created by me...

Each panel could have a setting to define how often the panel content would be automatically refreshed using ajax. This would be off by default, so it would not interfere...

Hi, could it be possible to remove CMS from the dependencies in `composer.json`? I would like to use this module in a project that does not need a CMS at...

Example code: ``` public function getBetterButtonsActions() { $fields = parent::getBetterButtonsActions(); $my_action = BetterButtonCustomAction::create('MyAction', 'My Action'); $my_action = $my_action->performDisabledTransformation(); $fields->push($my_action); return $fields; } ``` The button appears to be still clickable....

So I use a BetterButtonNestedForm and when I open it via a button, make some changes to the field values and submit the form, my custom action gets executed correctly...

Hi, I'm not sure if this issue is caused by this plugin, or the graph view core plugin itself. I have a pinned panel that contains a global graph view....

bug

My screenshots are in Finnish, but I guess they can still show the idea. I have the _Dangling links_ panel open here: ![kuva](https://user-images.githubusercontent.com/13002142/173243898-29dc3ed2-2180-48ea-b825-e57962977f7a.png) If I hover over the first _Väri_...

enhancement

Consider the following text: ``` [[Cats]] like to play a lot. On the other hand, [[cats]] also tend to sleep a lot. ```` This causes the list of dangling links...

bug