Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liamcain/obsidian-lapel

🤵 Dress up your editor. Obsidian plugin to show the heading level in the gutter.
https://github.com/liamcain/obsidian-lapel

obsidian-md obsidian-plugin

Last synced: 13 days ago
JSON representation

🤵 Dress up your editor. Obsidian plugin to show the heading level in the gutter.

Awesome Lists containing this project

README

        

# Lapel 🤵

Dress up your editor. **Lapel** shows a marker next to each heading to quickly distinguish between heading levels

![lapel-overview](https://user-images.githubusercontent.com/693981/158259622-e6d550d1-95ee-4fe4-82e7-490fe234b430.png)

## ⚙️ Features

- Shows the heading level in the editor gutter (e.g. h1, h2, h3, etc.)
- Menu for quickly switching the heading level

## 💅 Customization

Each heading level can be targeted separately with CSS for easy customization. For example, if you want all H6s to look like burger menus, simply change the heading marker:

```css
.cm-heading-marker[data-level="6"] {
--heading-marker: "☰";
}
```

## Say Thanks 🙏

If you like this plugin and would like to buy me a coffee, you can!

[BuyMeACoffee](https://www.buymeacoffee.com/liamcain)

Like my work and want to see more like it? You can sponsor me.

[![GitHub Sponsors](https://img.shields.io/github/sponsors/liamcain?style=social)](https://github.com/sponsors/liamcain)