/logseq-emoji-shortcodes

A small plugin to add markdown support for emoji markup :smile:

Primary LanguageTypeScriptMIT LicenseMIT

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

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