mgmeyers / obsidian-indentation-guides

GNU General Public License v3.0
44 stars 0 forks source link

Add support for Legacy Editor #9

Open kepano opened 2 years ago

kepano commented 2 years ago

While the legacy editor hasn't been completely phased out, it seems useful for this plugin to support it.

Here's the code I use in Minimal

.cm-hmd-list-indent > .cm-tab {
  display:inline-block;
}
.cm-hmd-list-indent > .cm-tab:after {
  content:" ";
  display:block;
  width:1px;
  position:absolute;
  top:1px;
  border-right:1px solid var(--background-modifier-border);
  height:100%;
}