obsidan-advanced-table-xt
obsidan-advanced-table-xt copied to clipboard
Table features no longer work
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.
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 |
```
I see, thanks!
This issue is only present in edit mode; the merge looks fine in reader mode.
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.
I agree, it should be the same in edit mode.