Hello again!

this blog post is made with the new editor!

So far I can upload images:

image preview
style text with multiple options

have it positioned

however I want

make some lists:

  • just
  • like
  • this
  • one

and also I can add some code :)

this is a random snippet from the codebase:

1
import { StaticImageData } from "next/image";
2
3
export type ImageType = {
4
src: StaticImageData;
5
width: number;
6
height: number;
7
alt: string;
8
};
this was a lot of effort to make, this post is just a writeup of the features, I will go over the development process in the next post