A Record of Implementing an In-Site Browser Memo Feature in Docusaurus
A guide to implementing a browser-based memo feature in Docusaurus using React, TypeScript, and localStorage, covering the spec and key technical points.
A guide to implementing a browser-based memo feature in Docusaurus using React, TypeScript, and localStorage, covering the spec and key technical points.
A guide to implementing a Stripe-powered support (donation) button in Docusaurus — frontend-only with no secret keys in the codebase.
A guide to adding URL sharing and UX improvements to the Docusaurus browser memo feature, using lz-string for URL-encoded memo sharing.
A guide to implementing a GitHub Star button in Docusaurus — a custom component that fetches star counts via the GitHub API without OAuth.