Start Your Own Beehiiv Newsletter

Spotter

Hubspot Education in Just 5 Minutes Per Week

Each Issue of Spotter has:• 1 Tip: something useful that will save you time• 1 Trap: a common issue and how to solve it• 1 Try: an under-appreciated tool or feature worth looking into

Trusted by Subscribers from Companies Like:

Testimonials

"My favourite newsletter about HubSpot" - Akram, Developer @ Cefla

(function () { const btn = document.getElementById("copy-ai-md"); const ta = document.getElementById("ai-md"); const status = document.getElementById("copy-ai-md-status"); function setStatus(msg) { if (status) status.textContent = msg; } btn.addEventListener("click", async function () { const text = (ta && ta.value ? ta.value : "").trim(); if (!text) return setStatus("No markdown found."); try { await navigator.clipboard.writeText(text); setStatus("Copied."); setTimeout(() => setStatus(""), 2000); } catch (e) { ta.style.position = "static"; ta.style.left = "0"; ta.style.top = "0"; ta.focus(); ta.select(); setStatus("Select all + copy."); } }); })();