Skip to content

Latest commit

 

History

History

logseq-emoji-picker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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