Logseq Plugin React Boilerplate screenshot

Logseq Plugin React Boilerplate

Author Avatar Theme by Haydenull
Updated: 27 May 2024
31 Stars

logseq-plugin-react-boilerplate with vite react typescript tailwindcss antd

Categories

Overview:

logseq-plugin-react-boilerplate is a template that allows users to create their own plugins for Logseq, a note-taking and knowledge management tool. It provides a starting point for building plugins using React, Vite, TypeScript, Tailwind CSS, and Ant Design. The latest release version is available on GitHub, and it is licensed under an unspecified license.

Features:

  • React: Built using the React library.
  • Vite: Utilizes Vite as the build tool.
  • TypeScript: Written in TypeScript for enhanced type-checking and tooling support.
  • Tailwind CSS: Includes Tailwind CSS for streamlined styling.
  • Ant Design: Utilizes the Ant Design component library for UI elements.

Installation:

To install the logseq-plugin-react-boilerplate, follow these steps:

  1. Clone the repository or download the latest release version from GitHub.
  2. Change the package.json file to your own plugin name.
  3. Replace the LICENSE file with your own license.
  4. Run yarn dev to run your plugin in the browser.
  5. Run yarn build to build your plugin and load it in Logseq.
  6. Push your changes to the main branch of your GitHub repository.
  7. GitHub CI will automatically create a new release for your plugin.

Summary:

logseq-plugin-react-boilerplate is a template that enables users to create their own plugins for Logseq using React, Vite, TypeScript, Tailwind CSS, and Ant Design. By following the provided installation guide, users can easily set up their development environment and build custom plugins for Logseq.