columnSize Attribute duplicated, when resizing column

Steps to reproduce

When I use a base with inline syntax and resize a column, the columnSize Attribute in the YAML is duplication each time I do that. (See Additional Information)

Because of the wrongful syntax, the base does not work anymore, until I manually remove the duplicated lines.

Did you follow the troubleshooting guide? [Y/N]

No

Expected result

Only one version of the columnSize Attribute

Actual result

An additional Attribute every time I resize a column.

Environment

SYSTEM INFO:
Obsidian version: v1.9.2
Installer version: v1.8.9
Operating system: Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:27 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6041 24.5.0
Login status: logged in
Language: de
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: dark
Community theme: Obsidian Nord v0.2.0
Snippets enabled: 2
Restricted mode: off
Plugins installed: 32
Plugins enabled: 25
1: Dataview v0.5.68
2: Commander v0.5.4
3: Calendar v1.5.10
4: Style Settings v1.0.9
5: Templater v2.12.1
6: Editor Syntax Highlight v0.1.3
7: Metadata Menu v0.8.9
8: Actions URI v1.8.1
9: Supercharged Links v0.12.1
10: Folder notes v1.7.35
11: Periodic Notes v0.0.17
12: Reveal Active File Button v2.0.3
13: Editing Toolbar v3.1.16
14: File Explorer Note Count v1.2.3
15: Mononote v1.2.2
16: Remember cursor position v1.0.9
17: Iconize v2.14.7
18: Omnisearch v1.27.1
19: Doubleshift v2.2.1
20: Bible Linker v1.5.14
21: QuickAdd v1.13.3
22: Projects v1.17.4
23: Paste URL into selection v1.7.0
24: Linter v1.29.2
25: Text Format v3.1.0

RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

filters:
  and:
    - type.contains(link("Entdeckung"))
properties:
  file.name:
    displayName: Entdeckung
  note.area:
    displayName: Bereich
  note.topic:
    displayName: Thema
  note.day:
    displayName: Tag
views:
  - type: table
    name: Entdeckungen
    order:
      - file.name
      - area
      - topic
      - day
    sort:
      - column: note.day
        direction: DESC
    columnSize:
      file.name: 505
      note.area: 139
      note.topic: 257
      note.day: 94
   columnSize:
      file.name: 505
      note.area: 139
      note.topic: 185
      note.day: 94
   columnSize:
      file.name: 505
      note.area: 191
      note.topic: 185
      note.day: 94
   columnSize:
      file.name: 505
      note.area: 191
      note.topic: 185
   columnSize:
      file.name: 505
      note.area: 121
      note.topic: 185
   columnSize:
      file.name: 505
      note.area: 121
   columnSize:
      note.area: 121

Duplicate of:

1 Like