cannibalox / logseq-plugin-samples

Logseq plugin samples for beginner 🌱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logseq Plugin Samples

This repository contains sample code illustrating the Logseq Plugin API. You can read, play with or adapt from these samples to create your own plugins.

Prerequisites

You need to have node and npm(or yarn) installed on your system to run the examples. Then install the latest Logseq Desktop App from here.

Usage

  • git clone https://github.com/logseq/logseq-plugin-samples
  • open Logseq Desktop client and turn on Developer mode in user settings panel
  • open the toolbar dot menus and navigate to plugins page
  • read the README file of the sample you want to load, then determine if it should be rebuilt (npm install && npm run build)
  • click Load unpacked package button, then select the sample directory to load it

Getting Started

License

MIT

About

Logseq plugin samples for beginner 🌱

License:MIT License


Languages

Language:CSS 96.0%Language:JavaScript 1.5%Language:TypeScript 0.9%Language:Mustache 0.6%Language:HTML 0.4%Language:Svelte 0.3%Language:Vue 0.3%