[nodebb-plugin-emoji-extended] Emoji Extended (reworked)
-
@frissdiegurke i just forked cubi plugin
-
@frissdiegurke Hmm... so it won't work if repo is cloned using
git clone
unless you compile the less files yourself. -
@pichalite said in [nodebb-plugin-emoji-extended] Emoji Extended (reworked):
@frissdiegurke Hmm... so it won't work if repo is cloned using
git clone
unless you compile the less files yourself.Yes. Repositories should be used for source code only (at least this is my understanding of best practice) Everything else belongs into package manager scope or release files.
-
@frissdiegurke said in [nodebb-plugin-emoji-extended] Emoji Extended (reworked):
@pichalite said in [nodebb-plugin-emoji-extended] Emoji Extended (reworked):
@frissdiegurke Hmm... so it won't work if repo is cloned using
git clone
unless you compile the less files yourself.Yes. Repositories should be used for source code only (at least this is my understanding of best practice) Everything else belongs into package manager scope or release files.
in my opinion source and npm should be same files but i´m just amateur so..
don't understand why css over less anyways
i have limited time so i just publish git repos to npm through circleCI to keep them updated -
i wanted to create a new emoji set but instructions are very scarce on how to set up nodebb-grunt et al.
could you give me a quick rundown on what i need to do @frissdiegurke ? -
@leovoel For the creation of a set you don't need to use nodebb-grunt. Just for development on existing packages maintained by me.
You just need to call the register function of emoji-extended; See https://github.com/NodeBB-Community/nodebb-plugin-emoji-extended/blob/master/sets/README.md for details.If you still want to use nodebb-grunt I've talked a bit about the setup with @rbeer here.
-
i made a set for twitter's twemoji
GitHub - leovoel/nodebb-plugin-emoji-twemoji: Twitter emoji set for NodeBB.
Twitter emoji set for NodeBB. Contribute to leovoel/nodebb-plugin-emoji-twemoji development by creating an account on GitHub.
GitHub (github.com)
working okay here on two installs, but feel free to point out any problems if you hit any
-
hi,
I want to keep the same order as http://emojione.com/. The Emoji & Also categories should be order from Top used to less used.
Could we re-order it on plugin dashboard?
-