Skip to content

Commit

Permalink
Use markdown tables for the images
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet authored Jan 3, 2024
1 parent 530cd24 commit e0c317e
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,9 @@

Custom [HACS] plugin that allows you to rearrange, hide, and add menu items to the sidebar in [Home Assistant].

<table>
<tr>
<th width="25%">Default sidebar</th>
<th width="25%">Hide some items</th>
<th width="25%">Add new items</th>
<th width="25%">Reorder items</th>
</tr>
<tr>
<td>
<img src="https://raw.githubusercontent.com/elchininet/custom-sidebar/master/images/default-sidebar.png" alt="default sidebar" />
</td>
<td>
<img src="https://raw.githubusercontent.com/elchininet/custom-sidebar/master/images/hide-items.png" alt="hide items" />
</td>
<td>
<img src="https://raw.githubusercontent.com/elchininet/custom-sidebar/master/images/new-items.png" alt="new items" />
</td>
<td>
<img src="https://raw.githubusercontent.com/elchininet/custom-sidebar/master/images/reorder-items.png" alt="reorder items" />
</td>
</tr>
</table>
| Default sidebar | Hide some items | Add new items | Reorder items |
| --------------- | --------------- | ------------- | ------------- |
| ![default sidebar](/images/default-sidebar.png) | ![default sidebar](/images/hide-items.png) | ![default sidebar](/images/new-items.png) | ![default sidebar](/images/reorder-items.png) |

This is a refactor of [custom-sidebar-v2] by @galloween, which is now archived. Inspired in the [original Custom Sidebar] plugin by @Villhellm (R.I.P.).

Expand Down Expand Up @@ -218,4 +199,4 @@ Then you can modify them as the regular ones:
[example sidebar-order.json]: https://raw.githubusercontent.com/elchininet/custom-sidebar/master/sidebar-order.json
[target property]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target
[user-agent]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent
[Home Assistant's Iframe Panel feature]: https://www.home-assistant.io/integrations/panel_iframe/
[Home Assistant's Iframe Panel feature]: https://www.home-assistant.io/integrations/panel_iframe/

0 comments on commit e0c317e

Please sign in to comment.