Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table features no longer work #53

Open
keriefie opened this issue Feb 16, 2024 · 5 comments
Open

Table features no longer work #53

keriefie opened this issue Feb 16, 2024 · 5 comments

Comments

@keriefie
Copy link

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

@tjg23
Copy link

tjg23 commented Feb 16, 2024

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 |
```

@keriefie
Copy link
Author

I see, thanks!

@skyfighteer
Copy link

skyfighteer commented Apr 10, 2024

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

@keriefie
Copy link
Author

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.

@skyfighteer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants