pbel78

Results 5 comments of pbel78

I had the same issue. My extension ID was mqtt => didn't worked. With Dale's example it did work. So at the end I change the ID of my blocks...

Hi Dale. Thanks for the fast reply. But honestly I don't get it yet: As I understand all the files would need to be in the folder your-scratch-extension => but...

Ok. Sorry for answering my own questions but I guess somebody else might need that one as well: you can use util.yield. That is a Scratch function which keeps the...

I tried exactly that: Stored custom.css into docs/asssets/stylesheets/custom.css In mkdocs.yml: extra_css: - assets/stylesheets/custom.css In custom.css: @media print { article h1, article h2, article h3 { border-bottom-color: green !important; text-align: left...