avatarDan Pfeifer

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2236

Abstract

was an issue remaining. The document used dark theme and the content in the external page used white background.</p><p id="0afe"><b>Hack 2: </b>Use dark-reader to automatically generate css for your external page</p><p id="f222">You can use <a href="https://darkreader.org/">dark-reader</a> to automatically apply dark style to your page. There are two options. First is to use dark-reader in your project via npm and apply dark theme automatically. For my case, this was a bit overkill and I choose the second option. Second option is to generate and export css file corresponding to dark theme of your external page and then adding that style-sheet to our <code>iframe</code>.</p><p id="df41">First install the <a href="https://darkreader.org/">dark-reader</a> add-on/extension to your browser. I have done it on Firefox. Then open your external page in that browser and enable the dark-mode in dark-reader add-on.</p><figure id="54a0"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*akq4Mmrutw6XTVdZMY9VBQ.png"><figcaption>dark-reader add-on in Mozilla Firefox</figcaption></figure><p id="ded5">When you enable dark-mode, the dark-reader has generated and applied appropriate styling to make your page dark-themed. It works great. You can also tweak around and set brightness, and contrast as well as use developer tools to further customize the design. Once you are happy with the design, click on the dark-reader browser-action button to open the popup menu and click on settings.</p><figure id="af34"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*B_-rTeDGalYJ-Ci6nyyapg.png"><figcaption></figcaption></figure><p id="0ea2">This will open up the settings view as displayed below.</p><figure id="bac9"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*dqdeQaWkTj38obrpRLEoVg.png"><figcaption></figcaption></figure><p id="1b63">Click on Manage settings and then on <b>Export Dynamic Theme</b>.</p><figure id="504a"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*eoK7sNZcYxZF-xWQ3NjEIg.png"><figcaption></figcaption></figure><p id="2bb4">Great job! This will download a css file that you can add to your page to apply the styles for dark theme. Hmmm… So far so g

Options

ood. I believe most of you would do the rest of the stuff on your own, but for the sake of completeness let us add a few lines of code to the event-listeners that we created in Hack1.</p><p id="2a64">Save the css file that was downloaded by the dark-reader as <code>dark-theme.css </code>in the <code>/public</code> directory of your Next.js app. Now, add following lines inside the <code>"load"</code> event-listener.</p><div id="d14f"><pre>const link <span class="hljs-operator">=</span> doc.createElement(<span class="hljs-string">"link"</span>)<span class="hljs-comment">;</span></pre></div><div id="e451"><pre><span class="hljs-attr">link.rel</span> = <span class="hljs-string">"stylesheet"</span><span class="hljs-comment">;</span></pre></div><div id="d811"><pre><span class="hljs-attr">link.href</span> = <span class="hljs-string">"/dark-theme.css"</span><span class="hljs-comment">;</span></pre></div><div id="214b"><pre>doc.head.appendChild(link)<span class="hljs-comment">;</span></pre></div><p id="caa5">Next time when you do this, you will be able to add existing HTML files to your project with custom themes in much lesser time than the time you spent reading this document.</p><p id="3a9a">Wish you all the best and happy coding!</p><p id="ad6f">Interested in building career in web development? Checkout E-degree in JS Frameworks</p><div id="2976" class="link-block"> <a href="https://www.eduonix.com/javascript-frameworks-mini-edegree/UHJvZHVjdC00NDExNjgw"> <div> <div> <h2>JavaScript Mini E-Degree: Master JS Frameworks To The Core!</h2> <div><h3>A perfect mini-e-degree suitable for everyone who wants to master JavaScript effectively without wasting any time…</h3></div> <div><p>www.eduonix.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*OBLf0FHe3Jrk8Lbg)"></div> </div> </div> </a> </div><p id="79c1">Or my course on <a href="https://www.udemy.com/course/react-and-next-js-with-typescript/?referralCode=7202184A1E57C3DCA8B2">React + Next.js with TypeScript</a>.</p></article></body>

The Trusty Gardener-Planting Peppers and Overall Garden Update

Finally, Some Rain-The Garden is Starting to Prosper

Transplanting Pepper Plants/Author Photos

Welcome back. Finally, we got a decent amount of rain. May and early June were extremely dry. For May we only received 1.8 inches. So far in June, we have gotten 3.4 inches. Over 3 or 4 days last week, we got 2.7 inches; a good soaking rain. Everything perked up; the lawn, flower gardens, and vegetable gardens.

In my last garden update, I wrote about planting heirloom tomatoes and gardening in smoking conditions caused by the Canadian wildfires:

Since then, the air quality has been better on most days, however, we still are getting some effects from the wildfires. Hopefully, the rain last week helped to control some of the fires.

Planting Peppers

On June 1st I transplanted my peppers (that I started from seed) into the garden. I don’t always start peppers from seed, but this year I decided to again. I kept it simple and started only 3 varieties; Bell, Hungarian Wax, and Mini Bell (Snack Pepper). I planted 8 each of the Bell and Mini Bell, and 4 of the Hungarian Wax. As I did for the tomatoes, I also used plastic mulch film for the peppers. Peppers love the heat, so the mulch film should help them grow along with suppressing weeds as well.

The Pepper Patch/Author Photos

A few days ago, I planted 4 more Mini Bells since I had some extra plants. At this point in the season, I am looking for space to fit in all my extra plants. Maybe I need another garden? Perhaps Auxiliary Garden #2!

Overall Garden Update

As I mentioned above, the rain last week has done wonders for the garden. This week is also bringing back warm temperatures so everything is thriving. Below are a few photos I took yesterday.

The Upper Garden/Author Photos

Next Steps

I still have to plant carrots and perhaps some pole beans. I also have to work on the sunflowers which are coming nicely. I need to thin them and move some to create my sunflower patch. More on that in future articles.

This week I will start to add grass clippings to sections of the garden to prevent weeds and to help with moisture control. I only used the mulching film for the tomatoes and peppers so grass clippings will help the other sections of the garden.

Stay tuned for more updates

Gardening
Vegetables
Outdoors
Homesteading
Organic
Recommended from ReadMedium