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

Fix layout glitches that came via Obsidian 0.16.0 #264

Closed Taitava closed 1 year ago

Taitava commented 2 years ago

kuva

  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 Red graphite here, which is outdated, not updated for Obsidian 0.16.0. kuva Edit 2022-11-20: The "border" is actually a box-shadow CSS property. I'll remove it completely.

2. Automatic height calculation for shell command textarea fields make the fields too small when there are multiple rows. Edit 2022-11-20: Does not happen anymore, so I won't do anything for this.

I don't consider these as bugs, because they resulted from external changes.

I will target this for SC 0.17.0 instead of SC 0.16.0, because Obsidian 0.16.0 is still an insider build, so it's not available to all users of SC.


  1. This modal is too narrow in width (all tabs should be on one row): kuva
Taitava commented 1 year ago

Updated Red graphite

Red graphite has been updated to support Obsidian 1.0.x (= basically the same as Obsidian 0.16.x) a while ago. That update changed the layout a bit:

kuva

kuva

Red graphite version: 1.0.1.

So:

  1. Tabs have now a borderline...

This still occurs.

  1. Automatic height calculation for shell command textarea fields make the fields too small when there are multiple rows.

This seems not to happen anymore, so I will not do anything for this.

  1. This modal is too narrow in width (all tabs should be on one row):

Will need to fix the width.

New glitch

  1. Also now the background color under tab buttons is wrong. I need to make it to be the same as the surrounding background color.
Taitava commented 1 year ago

All problems are now fixed. Will be released in 0.17.0.

Taitava commented 1 year ago

Released now.