About 5 results
https://luminary.blog/techs/standard-site-atproto · 29 May 2026
How I wired oz.akan.io into Standard.site — a newsletter gated for subscribers and closed to AI crawlers, publishing to an open network anyway, on its own terms.
https://matteogassend.com/articles/markdown-editor · 2 Oct 2023
import Stackblitz from '../../components/mdx/Stackblitz.astro' As you have probably guessed from the previous articles in this series (go read them if you haven't, btw), the main thing when building a markdown publishing webapp, is the markdown editor its...
https://matteogassend.com/articles/end-to-end-sveltekit · 25 Sep 2023
Introduction Now that Magiedit is kind of done (except for user experience, I guess), I figured I had to tackle the security / sync of notes; at the beginning of this project, I thought I could store everything locally (first versions did not even have au...
https://matteogassend.com/articles/publishing-articles-to-multiple-platforms-with-decorators-and-interfaces · 18 Sep 2023
I have been working on magiedit for a while now, and a few days ago I finally merged the pull request implementing one of the main ideas I had when I started building this tool; publishing an article to different platforms at once. For now, the only suppor...
https://matteogassend.com/articles/file-uploads-with-sveltekit-and-cloudflare-cover · 12 Sep 2023
I am currently building magiedit, a markdown editor that also allows publishing to different platforms (like Hashnode and Dev.to) and decided to add some shortcuts/commands to make my life simpler (since I am building this tool primarily for myself xD), in...