feat plugin KaomojiPicker: removed kaomoji experiment with extra touch - #4567
ShiroKazane wants to merge 18 commits into
Conversation
5fac601 to
bc7de53
Compare
Right.. It will be difficult to add icons for each Kaomoji category (⊙_⊙) I didn't think of that. Maybe just add icons for Favourites & Recent and don't add icons for the rest |
mhm mhm, i'd do that (๑>ᴗ<๑) |
|
the Kaomoji tab itself,
Manage Kaomoji,
can be Exported,
Add Kaomoji (Simple, very user friendly)
Import Kaomoji (Advanced) or even json (example taken from kaomoji-json by 6), [
{
"annotation": "ふぁっきゅー",
"face": "凸(`Д´*)"
},
{
"annotation": "ふーん",
"face": "(´_ゝ`)フーン"
},
{
"annotation": "いよーう",
"face": "イョ━━━━(=゚ω゚)人(゚ω゚=)━━━━ゥ"
},
]it support any json as long it was id first then kaomoji, well only kaomoji also work, {
"cat": [
"ฅ^>⩊<^ฅ"
]
}as for the export it was under this format, {
"category": [
{
"id": "kaomoji-id",
"value": "the-kaomoji"
}
]
}
there some thing that i supposed continue, like maybe edit Kaomoji, and Delete All Kaomoji (,,¬﹏¬,,) |
5416d3e to
4f6b7b6
Compare
4f6b7b6 to
4251441
Compare
|
ready for review, shud've |









Describe your Changes
Adds a Kaomoji tab into Expression Picker,
Still had some thing to do, including autocomplete and maybe UI / UX polish.
Screenshots (if applicable)
Kaomoji tab itself, it had Favorite, Recent (default cap 16, can be changed *while i write this i was thinking about maximum caps), Custom and some Built-in categories
could add custom Kaomoji *might change placeholder
categories for better management. could create, rename and delete them
custom Kaomoji and it's Category *might change custom category position to above Misc (uncategorized / unavailable category Kaomoji)
favorite kaomoji through context menu
settings
TODO
Small thing
Functionality
Checklist before submitting