It is a web based text editor which allows user to add text with basic styling features, images, hyperlinks and memes.
App Link: https://minimal-text-editor.netlify.app/
- ReactJS
- Vanilla CSS
- Tiptap Editor API (https://github.com/ueberdosis/tiptap)
- Tenor API (https://tenor.com/gifapi/documentation)
- Netlify
- To add bold style text click on
B
button and start typing, toggling the button will remove the bold styling. - To add italic style text click on
I
button and start typing, toggling the button will remove the italic styling. - To add underline style text click on
U
button and start typing, toggling the button will remove the underling styling. - To add/remove hyperlink click on
link
icon, a modal will open and you need to enter the Hyperlink. For Reference : https://suyashportfolio.netlify.app use the given URL. - To add a image click on
image
icon, a modal will open and you need to upload the image URL. For Reference : https://res.cloudinary.com/project-assets/image/upload/v1628833080/1_vzkju0.jpg use the given image URL. - To add meme type "{{favouriteMemer_meme}}" e.g.{{cat_meme}}, click on
Add Meme
button, meme will get added to the editor. - To rearrange the images just drag and drop the image to change its sequence.
- To remove any image or meme just enter
delete
orbackspace
button on keyboard.