Skip to content

A small plugin to add markdown support for emoji markup 😄

License

Notifications You must be signed in to change notification settings

daviddavo/logseq-emoji-shortcodes

Repository files navigation

My other plugins

Logseq Emoji Shortcodes

demo video

If you 💜 what I'm doing - you can support my work 🍵

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 ":smile:", 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