emojicodes
emojicodes copied to clipboard
An extension to use emoji codes in your Sphinx documentation! π
Currently, emojis are only supported in .rst. It would be great to be able to use the tool for .md files as well
As of https://github.com/sphinx-contrib/emojicodes/pull/22, there is support for black and white emojis, but the Symbola font does not display all emojis properly (i.e.: modifiers are not applied). It would be great...
I just stumbled upon this :) I felt like this is the best place where Iβd βnote for myselfβ that something like OpenMoji exists... π https://openmoji.org/ We could add support...
Implements and closes https://github.com/sphinx-contrib/emojicodes/issues/13. Doesn't make the tests pass, because I was unable to debug the following problems: ``` /Users/honza/Projects/emojicodes/docs/source/index.rst:5: WARNING: Inline emphasis start-string without end-string. /Users/honza/Projects/emojicodes/docs/source/index.rst:5: WARNING: Inline emphasis...
I would suggest: ``` doc8 README.rst doc8 docs/source/ make -C docs html SPHINXOPTS="-W -E" make -C docs linkcheck ``` I think it would be great to be able to run...
A very simple test should check for emoji codes in the table. In example: - :blush: - :rainbow_flag: (reportedly broken before 961a266e16db1087721cdee29729b193fe5e1b6b) - :snowflake: (it may have been broken too...
I'm using the tarball from PyPI (https://files.pythonhosted.org/packages/source/s/sphinxemoji/sphinxemoji-0.3.1.tar.gz) and it contains a test that always fails (`assert 0`). How did that test made it into PyPI? I can't see it here...