logseq-emoji-shortcodes

A small plugin to add markdown support for emoji markup

MIT License

Stars
4

My other plugins

Logseq Emoji Shortcodes

Features

Choose if you want to modify your notes or not:

  • Slash command to transcribe from shortcode to the Unicode emoji
    • Modifies your notes but you can read them without having the plugin installed.
  • Markdown rendering to show shortcodes without modifying your notes
    • Just write something like :smile: and it will show you "😄", depending on your installed font

You can check the full list of emojis and its slugs here

@chriscz also made a useful reference guide and script to update it! Please check it out

How to develop

  1. Clone the repository
  2. Make sure you have pnpm installed, install if necessary 🛠
  3. Execute pnpm install 📦
  4. Execute pnpm build to build the plugin 🚧
  5. Enable developer-mode in Logseq, go to plugins, select "Load unpacked plugin" 🔌
  6. Select the directory of your plugin (not the /dist-directory, but the directory which includes your package.json) 📂
  7. Enjoy! 🎉

Acknowledgments