liamcain / obsidian-lapel

🤵 Dress up your editor. Obsidian plugin to show the heading level in the gutter.
MIT License
101 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 2 days ago

lethefrost commented 7 months 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 6 months ago

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

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

liamcain commented 2 days ago

Thanks! Fixed in 0.1.5