(all-tags _)emoji tags # return all known tags
emoji tags # return all known tags
(filter-by-alias alias)filter emojis by alias
filter emojis by alias
(filter-by-description description)filter emojis by description
filter emojis by description
(find-by-slack-emoji slack-emoji)Take an emoji in the Slack format, e.g. :smile: and return the emoji object
Take an emoji in the Slack format, e.g. :smile: and return the emoji object
(get-all-emojis)get all emoji java objects
get all emoji java objects
(list-emojis {[_ info-flag] :match})emoji list [-i] # list all known emojis
[-i (info)] is optional, if set will return the unicode as well as a vector of its aliases
emoji list [-i] # list all known emojis [-i (info)] is optional, if set will return the unicode as well as a vector of its aliases
(parse-all-emojis)create sequence of emojis
create sequence of emojis
(search {[_ info-flag description] :match})emoji search [-i] <query> # search emojis by their description
[-i (info)] is optional, if set will return the unicode as well as a vector of its aliases
emoji search [-i] <query> # search emojis by their description [-i (info)] is optional, if set will return the unicode as well as a vector of its aliases
(search-by-alias {[_ alias] :match})emoji alias <query> # query an emoji by its alias (meant to return 1 emoji)
emoji alias <query> # query an emoji by its alias (meant to return 1 emoji)
(search-by-tag {[_ info-flag tag] :match})emoji tag <query> # query emojis by their tag
[-i (info)] is optional, if set will return the unicode as well as a vector of its aliases
emoji tag <query> # query emojis by their tag [-i (info)] is optional, if set will return the unicode as well as a vector of its aliases
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |