{"id":20515074,"url":"https://github.com/vimkat/notes-sametime-emojis","last_synced_at":"2025-10-14T12:07:53.640Z","repository":{"id":131809600,"uuid":"134607094","full_name":"vimkat/notes-sametime-emojis","owner":"vimkat","description":"Emoji palettes to be used in IBM's Notes/Sametime instant messaging service","archived":false,"fork":false,"pushed_at":"2018-08-30T17:41:25.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T12:07:49.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vimkat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-23T17:57:06.000Z","updated_at":"2024-11-18T08:10:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"473b852c-5aa1-4118-9219-fad60ccbe542","html_url":"https://github.com/vimkat/notes-sametime-emojis","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vimkat/notes-sametime-emojis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkat%2Fnotes-sametime-emojis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkat%2Fnotes-sametime-emojis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkat%2Fnotes-sametime-emojis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkat%2Fnotes-sametime-emojis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimkat","download_url":"https://codeload.github.com/vimkat/notes-sametime-emojis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkat%2Fnotes-sametime-emojis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019414,"owners_count":26086575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T21:19:36.149Z","updated_at":"2025-10-14T12:07:53.625Z","avatar_url":"https://github.com/vimkat.png","language":"JavaScript","readme":"Notes Sametime Emojis\n=====================\n\nSince Sametime doesn't have full support for UTF-8 emojis and only ships with a very \"basic\" emoticon palette, I\ndecided to create one myself.\n\nCurrently these emoji sets are supported:\n\n- Apple\n- Google\n- Twitter\n- Facebook\n\nIf you miss your favourite set, feel free to submit a pull request and add the ones you like.\n\n\nInstallation\n------------\n\nTo download the emoji palette, just head to the releases section and download the set you want to use.\n\nInstallation is pretty straight forward. Just follow these steps:\n\n1. Extract the archive you've downloaded somewhere where you can find it again. In it, you'll find more ZIPs.\n   I've split up the whole set into multiple smaller palettes grouped by category to make it more useable inside\n   Notes since there are a lot of single images (one for each emoji) and Notes apperently can't handle that...\n2. Open IBM Notes and head to _File → Preferences_.\n3. Go to the section _Sametime → Emoticon Palette_.\n4. Create a new palette for each ZIP inside the archive you've downloaded, click _Import_ and select the corresponding\n   ZIP file.\n5. Enjoy! 🎉\n\n\nBuild it yourself\n-----------------\n\nIf you want to have the emojis in a specific size (currently you can download only a 16px and 32px variant) you can\nbuild the palettes yourself. All you need is a standard Node.JS environment. Just clone the repository, edit the\n`main.js` file and modify `targetConfiguration.targets` to your likings.\n\n``` js\n// Target Configuration.\nconst targetConfiguration = {\n  folder: path.join(__dirname, 'build'),\n  targets: [\n    // Specify the targets to build here!\n  ],\n}\n```\n\nEach target object contains of the following two values. You can adjust the size however you like (keep in mind that\nthe original images are 32x32 in size, so choosing something bigger than that worsens the  quality of the resulting\nimages).\n\n``` js\n{\n  set: 'apple|google|twitter|facebook',\n  size: 32,\n}\n```\n\nTo build all targets, just run the following command:\n\n``` bash\n$ npm run-script build\n```\n\n\nContribute\n----------\n\nIf you haven't noticed already, the code is far from perfect and everything but optimized. Since this was just a quick\nproject I haven't put too much attention to that. If you'd like to help with this, feel free to submit a pull request.\n\n\n------------------------------------------------------------------------------------------------------------------------\n\nCopyright (C) Nils Weber // Licensed under MIT\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimkat%2Fnotes-sametime-emojis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimkat%2Fnotes-sametime-emojis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimkat%2Fnotes-sametime-emojis/lists"}