Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use markdown tables for the images #5

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/