Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 719 Bytes

File metadata and controls

23 lines (14 loc) · 719 Bytes

Emoji Picker Sample

This is picker sample that show you how to use slash command and position popup ui :)

Demo

demo

API

npm version

Logseq.App
  • registerSlashCommand: (tag: string, action: BlockCommandCallback | Array<SlashCommandAction>) => boolean
  • getEditingCursorPosition: () => Promise<BlockCursorPosition | null>

Running the Sample

  • npm install && npm run build in terminal to install dependencies
  • navigate to the plugins dashboard: tp
  • click Load unpacked plugin button in Logseq Desktop client
  • select this sample directory to load it