jeffalo @jeffalo

hey everyone, i just upgraded the editor to use the tiptap typography plugin

this means that when you type something like (c) it gets converted to ©, you can press backspace to undo if you don’t like it.

you can find the full list of changes in the typography plugin documentation https://tiptap.dev/api/extensions/typography

Oct 3, 2021, 8:38 AM
20
View all

comments

Highlighted comment

Yes it really works! @jeffalo this site is very good! From where did you learned JS. I want to learn too!

i learned just from experimenting in the javascript console in chrome devtools, and googling things i didn’t understand.

my preferred way of learning a new skill is just to experiment, and keep trying :)

Cool! Thank you!