obsidan-advanced-table-xt icon indicating copy to clipboard operation
obsidan-advanced-table-xt copied to clipboard

Table features no longer work

Open keriefie opened this issue 1 year ago • 5 comments

image

With obsidian's new table editing this plugin has stopped working. Inputting the symbols does not change the table, even on unfocus. The raw text is still the same, but the features have stopped working.

image

keriefie avatar Feb 16 '24 10:02 keriefie

The implementation of the new table editor involves putting the tables inside a new class of wrapper <div> which is probably why this isn't applying correctly. As a (hopefully temporary) workaround, after creating the table you can wrap it in a code block with the language "sheet" eg:

```sheet
| Header | - | text | < |
| ---- | - | ---- | --- |
| Header | - | text | text |
| Header | - | text | text |
```

tjg23 avatar Feb 16 '24 20:02 tjg23

I see, thanks!

keriefie avatar Feb 17 '24 17:02 keriefie

This issue is only present in edit mode; the merge looks fine in reader mode.

skyfighteer avatar Apr 10 '24 11:04 skyfighteer

Ah I didn't notice this because I've never used reader mode, but that's nice. Although I don't know if that really fixes the issue, I want to see the merged cells without having to use reader mode.

keriefie avatar Apr 10 '24 13:04 keriefie

I agree, it should be the same in edit mode.

skyfighteer avatar Apr 10 '24 18:04 skyfighteer