Doesn't work well with 1.5.0's new markdown table editor
huyz opened this issue · 3 comments
huyz commented
laphylee commented
+1
MarcosDantasdeSantana commented
I think one way to approach this issue, is removing the relative line number inside tables, because there is no use in have relative number inside tables.
huyz commented
My current workaround is to disable gutters in the built-in Obsidian table editor by creating a CSS snippet.
table.table-editor .cm-gutters {
display: none;
}
I just don't know yet if there will be collateral damage. We'll see…