We are presented are django app which allows us to store text notes that can contain special placeholders which will be replaced by emoji images after uploading the note. For example
:grinning_face:
will be resolved to an image file name 1F600.png. The possible emoji keys that can be used …
read more