2022-03-28 15:03:21 +02:00
|
|
|
#+title: :ui emoji
|
|
|
|
#+subtitle: 💩
|
|
|
|
#+created: September 30, 2020
|
|
|
|
#+since: 21.12.0
|
2021-10-16 01:29:57 +02:00
|
|
|
|
|
|
|
* Description :unfold:
|
2023-09-02 11:44:48 -05:00
|
|
|
This module can redisplay ASCII/GitHub emoticon strings as corresponding Unicode
|
|
|
|
emoji. In addition, a completion command is provided to insert these strings as
|
|
|
|
well as the typical Unicode representations.
|
|
|
|
|
|
|
|
Note: Emacs 29 provides [[https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1#n884][native support]] for inserting Unicode emojis. This module
|
|
|
|
only remains useful if you want ASCII/GitHub emoticon string
|
|
|
|
insertion/conversion or need PNG/ASCII emoji rendering on a system with limited
|
|
|
|
font configuration.
|
2020-09-30 00:31:14 -07:00
|
|
|
|
|
|
|
** Maintainers
|
2021-10-16 01:29:57 +02:00
|
|
|
*This module needs a maintainer.* [[doom-contrib-maintainer:][Become a maintainer?]]
|
2020-09-30 00:31:14 -07:00
|
|
|
|
2021-10-16 01:29:57 +02:00
|
|
|
** Module flags
|
|
|
|
- +ascii ::
|
|
|
|
Include plain text emojis like =:)=.
|
|
|
|
- +github ::
|
|
|
|
Include Github-style emojis like =:smile:=.
|
|
|
|
- +unicode ::
|
|
|
|
Include unicode emojis like 🙂.
|
2020-09-30 00:31:14 -07:00
|
|
|
|
2021-10-16 01:29:57 +02:00
|
|
|
** Packages
|
2022-09-26 02:19:42 +08:00
|
|
|
- [[doom-package:emojify]]
|
2020-09-30 00:31:14 -07:00
|
|
|
|
2021-10-16 01:29:57 +02:00
|
|
|
** Hacks
|
|
|
|
/No hacks documented for this module./
|
|
|
|
|
|
|
|
** TODO Changelog
|
|
|
|
# This section will be machine generated. Don't edit it by hand.
|
|
|
|
/This module does not have a changelog yet./
|
2020-09-30 00:31:14 -07:00
|
|
|
|
2021-10-16 01:29:57 +02:00
|
|
|
* Installation
|
|
|
|
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
2020-09-30 00:31:14 -07:00
|
|
|
|
2021-10-16 01:29:57 +02:00
|
|
|
From the [[https://github.com/iqbalansari/emacs-emojify/blob/master/README.org#requirements][emojify requirements]] docs:
|
|
|
|
#+begin_quote
|
2020-09-30 00:31:14 -07:00
|
|
|
The [[https://github.com/iqbalansari/emacs-emojify][emojify]] package requires Emacs *v24.3* and above. Emacs should be compiled
|
|
|
|
with support for *PNG* images to display emojis as images. It is *recommended*
|
|
|
|
that Emacs is compiled with *ImageMagick* support. ~emojify~ will use it to
|
|
|
|
resize emojis if needed, additionally imagemagick is used to set background
|
|
|
|
color for emojis to workaround the bug described in [[https://github.com/iqbalansari/emacs-emojify/issues/7][issue 7]]. However these are
|
|
|
|
*completely optional*.
|
|
|
|
|
|
|
|
PNG support might require some additional steps to on Windows, you might find
|
|
|
|
[[http://stackoverflow.com/questions/2650041/emacs-under-windows-and-png-files][this]] stackoverflow answer helpful.
|
2021-10-16 01:29:57 +02:00
|
|
|
#+end_quote
|
2020-09-30 00:31:14 -07:00
|
|
|
|
2021-10-16 01:29:57 +02:00
|
|
|
* TODO Usage
|
|
|
|
#+begin_quote
|
2023-09-16 20:19:11 +02:00
|
|
|
This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]
|
2021-10-16 01:29:57 +02:00
|
|
|
#+end_quote
|
2020-09-30 00:31:14 -07:00
|
|
|
|
|
|
|
* TODO Configuration
|
2021-10-16 01:29:57 +02:00
|
|
|
#+begin_quote
|
2023-09-16 20:19:11 +02:00
|
|
|
This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]]
|
2021-10-16 01:29:57 +02:00
|
|
|
#+end_quote
|
|
|
|
|
|
|
|
* Troubleshooting
|
|
|
|
/There are no known problems with this module./ [[doom-report:][Report one?]]
|
|
|
|
|
|
|
|
* Frequently asked questions
|
|
|
|
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
|
2020-09-30 00:31:14 -07:00
|
|
|
|
2021-10-16 01:29:57 +02:00
|
|
|
* TODO Appendix
|
|
|
|
#+begin_quote
|
2023-09-16 20:19:11 +02:00
|
|
|
This module has no appendix yet. [[doom-contrib-module:][Write one?]]
|
2021-10-16 01:29:57 +02:00
|
|
|
#+end_quote
|