liamcain / obsidian-lapel

🤵 Dress up your editor. Obsidian plugin to show the heading level in the gutter.
MIT License
114 stars 4 forks source link

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

Closed lethefrost closed 4 months ago

lethefrost commented 1 year ago

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! ❤️

rotane commented 11 months ago

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

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

liamcain commented 4 months ago

Thanks! Fixed in 0.1.5