Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliveryh/obsidian-emoji-toolbar
An Obsidian plugin to quickly add emojis into your notes
https://github.com/oliveryh/obsidian-emoji-toolbar
obsidian obsidian-md obsidian-plugin
Last synced: 3 months ago
JSON representation
An Obsidian plugin to quickly add emojis into your notes
- Host: GitHub
- URL: https://github.com/oliveryh/obsidian-emoji-toolbar
- Owner: oliveryh
- License: bsd-3-clause
- Created: 2020-11-29T13:07:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T20:54:41.000Z (over 1 year ago)
- Last Synced: 2024-06-22T20:20:12.689Z (5 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: CSS
- Homepage:
- Size: 4.23 MB
- Stars: 190
- Watchers: 2
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - oliveryh/obsidian-emoji-toolbar - An Obsidian plugin to quickly add emojis into your notes (CSS)
README
# Emoji Toolbar - Obsidian Plugin
This plugin for [Obsidian](https://obsidian.md/) allows you to quickly search for and add emojis to your editor.
![Emoji Toolbar Plugin](https://raw.githubusercontent.com/oliveryh/obsidian-emoji-toolbar/main/demo/demo.gif)
## Usage
After enabling the plugin, you'll find a new hot key setting called `Emoji Toolbar: Open emoji picker`. Set this to whatever you like. Once clicked it will allow you to search through a list of emojis.
Start typing a word to filter through the list. You can insert the emoji into the editor by either clicking on it, or use the arrow keys and then press enter to insert the emoji.
## Features
- Skin Tone Support
- Fuzzy / Semantic Search Matches
- Select Recently Used Emoji
- Twitter emoji formatting for preview and insert modal for improved emoji support. This can be toggled on/off in the Emoji Toolbar settings tab.## Install
### Within Obsidian
1. Click Settings | Third Party Plugins
2. Ensure that Safe mode is turned off
3. Click on Community plugins "Browse"
4. Look for Emoji# Thanks
- A big thanks to liamcain for producing the [obsidian-react-starter](https://github.com/obsidian-community/obsidian-react-starter
) which the basis of v0.3.0+ is made from
- Also to [Emoji Mart](https://github.com/missive/emoji-mart
)