tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.15k stars 80 forks source link

Inconsistent rendering between edit mode and read mode #205

Closed N0rdskog closed 1 year ago

N0rdskog commented 2 years ago

Advanced tables doesn't render the proper visual when Obsidian is set in "read mode", as opposed to edit mode.

Steps to reproduce the behavior:

  1. Make a table
  2. Put text in the line over the table
  3. Set Obsidian to "read mode"
  4. See error

Expected behavior I expect the same visual as the one I automatically get in edit mode after I move the cursor away from the table.

Desktop (please complete the following information):

888iee commented 2 years ago

I have the same issue. OS: [Win11 21H2 Build 22000.856] Obsidian Version: [0.15.9] Advanced Tables Version: [0.17.3]

Altairys38 commented 2 years ago

Have the same issue

hyukkyukang commented 2 years ago

Have the same issue

OS: [OSX 13.0] Obsidian Version: [1.0.0] Advanced Tables Version: [0.17.3]

cmcknight commented 1 year ago

My workaround was to put in a single blank line before the table, but that's a workaround, not a fix.

tgrosinger commented 1 year ago

In markdown there should always be a blank line before tables. That should prevent this issue.