emojicodes icon indicating copy to clipboard operation
emojicodes copied to clipboard

An extension to use emoji codes in your Sphinx documentation! 😍

Results 7 emojicodes issues
Sort by recently updated
recently updated
newest added

Currently, emojis are only supported in .rst. It would be great to be able to use the tool for .md files as well

enhancement
help wanted
good first issue
hacktoberfest

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...

enhancement
help wanted
good first issue
hacktoberfest

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...

enhancement
help wanted
good first issue
hacktoberfest

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...

enhancement

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...

enhancement
help wanted
good first issue
hacktoberfest

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...

enhancement
help wanted
good first issue
hacktoberfest

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...

enhancement
question