From e0c317eb77c32db6e8989eb8476ce18411787277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira?= Date: Wed, 3 Jan 2024 14:05:25 +0100 Subject: [PATCH] Use markdown tables for the images --- README.md | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index b98b5f0..300e781 100644 --- a/README.md +++ b/README.md @@ -4,28 +4,9 @@ Custom [HACS] plugin that allows you to rearrange, hide, and add menu items to the sidebar in [Home Assistant]. - - - - - - - - - - - - - -
Default sidebarHide some itemsAdd new itemsReorder items
- default sidebar - - hide items - - new items - - reorder items -
+| 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.). @@ -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/ \ No newline at end of file +[Home Assistant's Iframe Panel feature]: https://www.home-assistant.io/integrations/panel_iframe/