obsidian-lapel icon indicating copy to clipboard operation
obsidian-lapel copied to clipboard

Will insert a gutter at the beginning of the current editing table cell from Obsidian v.1.5.*

Open lethefrost opened this issue 1 year ago • 1 comments

The plugins lapel and obsidian42-strange-new-worlds both insert a gutter to a cell, so the current workaround is to make sure both are turned off if you want to remove the gutter. Waiting for a fix. Thank you for developing and maintaining this plugin! ❤️

lethefrost avatar Nov 30 '23 17:11 lethefrost

A quick fix is to add this line to your CSS snippets:

.table-cell-wrapper .cm-gutters { display: none !important; }

rotane avatar Jan 09 '24 11:01 rotane

Thanks! Fixed in 0.1.5

liamcain avatar Jul 17 '24 18:07 liamcain