NicoNekoru / obsidan-advanced-table-xt

Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Apache License 2.0
92 stars 3 forks source link

Cannot escape tilde(~) #41

Closed NoNap closed 6 months ago

NoNap commented 9 months ago

When I use a tilde(~) it shows up as invisible in reading view. I presume this is due to the usage of it for class names.

group 2 ~ .class1

Unfortunately, when I try to escape the tilde it still doesn't appear in reading view.

Source:

| \~/example/ | of | desired | result |

Result of desired result
NicoNekoru commented 9 months ago

Can you provide an example table that isn't working? For me it seems that \ is working for escape tilde.

image
NoNap commented 9 months ago

Sorry, lost track of time. Example table of what I tried below.

The source of the fifth entry row is what I wanted, but I figured I'd demonstrate the various ways the tilde can't be escaped.

example

NicoNekoru commented 6 months ago

Should be fixed