Emoji Mart as a tauri app, click on an emoji to copy it to the clipboard!
If you want a feature, please contribute, it's easy.
I could imagine the following features:
- press a modifier key to copy
:emoji_code:instead of the emoji itself. - settings to change appearance, basically the settings that are on the website of emoji mart: https://missiveapp.com/open/emoji-mart
- button to clear frequently used emojis
- design a nice icon, i'm not sure if we can use the
🏪emoji image from apple (or from another emoji set) for this? - feel free to open issues to discuss other features
I needed something to try out tauri, then I saw @Darthagnon's idea to package emoji mart as an desktop app: missive/emoji-mart#787.
# setup - install the dependencies
yarn
# dev - for developing and testing your changes
yarn tauri dev
# build - for production and create packages/installer
yarn tauri build- increase the version number in
package.json,src-tauri/tauri.conf.jsonandsrc-tauri/Cargo.toml - make a pr to push to the
releasebranch - tag the release on the release branch
