Icon Helper #16
Replies: 11 comments 28 replies
-
Dillinger is using strict markdown, whereas GitHub lets you use image tags. Unfortunately, there’s not really any other solution in native markdown that lets you specify a size for an image. If your images are all the same size now as part of your workflow, I can just back this out and make it use markdown as before. Do you have a development environment, btw? I mean, can you host web files on your local host? Or run a php script? |
Beta Was this translation helpful? Give feedback.
-
btw, this is a quick and dirty way to test the icons the library. Havent given it a thought for a decluttering, out auto-entities yet. Maybe thats not possible. Anyways, would be cool if the icon helper could also blurb this? Thinking about adding a tooltip with the icon name:
|
Beta Was this translation helpful? Give feedback.
-
this is even better:
or with entities:
so that would leave us with the need for a list of names only ;-) |
Beta Was this translation helpful? Give feedback.
-
Good stuff. I’d hoped it would. Without a server to persist these things, it’s probably a good idea to copy your input JSON over the sample.json in docs. In the future, we could read that file on startup. |
Beta Was this translation helpful? Give feedback.
-
Oh! Good stuff. Thanks!
…On Mon, 16 May 2022 at 15:28, Marius ***@***.***> wrote:
I already have done that, its here
https://github.com/Mariusthvdb/custom-icons/blob/main/docs/json/custom-icons.json
—
Reply to this email directly, view it on GitHub
<#16 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASZDGHLH53CPY3NM2ZTKR3VKJLQRANCNFSM5V5P7T4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Right. Updated with new UX. Now we are using a tabbed layout in the helper Tab 1: Input JSON and column choice. I also put the buttons to the top of each section, so that you don't have to scroll quite so far. |
Beta Was this translation helpful? Give feedback.
-
Hey Andy, Hope you're doing well! took me some time to update several icons, and today was forced because HA dev deleted 2 icons I used myself ;-) so, Ive added these to the repo and resources already and launched an update. what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
-
Well, I mean the helper. I load that, then click Get from repo, and then it just doesnt see the lines I added to the .json file. Ive just c&p it manually, and then it does build the table, but I now see it doest load the icons properly for those (and cooker-hood-alt).. Must be my memory failing me here... |
Beta Was this translation helpful? Give feedback.
-
Does the URL of the helper still tell you the asset its trying to load for the external libraries, eg: If it does, its that cdn link that's wrong. You can change it to any publicly accessible version of your script, eg: |
Beta Was this translation helpful? Give feedback.
-
yeah, right ;-) hehe on the cheat sheet, I have this link
is that |
Beta Was this translation helpful? Give feedback.
-
Perfect. Thanks. I’ll take a look
…On Fri, 22 Jul 2022 at 12:03, Marius ***@***.***> wrote:
On the move now so just a quick reply:
https://mariusthvdb.github.io/custom-icons/docs/build/helper.html
—
Reply to this email directly, view it on GitHub
<#16 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASZDGA6FAQYYUXU77Y62QTVVJ5XLANCNFSM5V5P7T4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
on the icon helper: In my setup, the icons are not filled out, nor does the html code in Dillinger show anything but the link
I take it thats because I am editing it locally, and within the repo?
or am I not doing things as they are supposed to....
the `repo does show correctly:
Beta Was this translation helpful? Give feedback.
All reactions