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:
- Clone the repository or download the latest release version from GitHub.
- Change the package.json file to your own plugin name.
- Replace the LICENSE file with your own license.
- Run
yarn devto run your plugin in the browser. - Run
yarn buildto build your plugin and load it in Logseq. - Push your changes to the main branch of your GitHub repository.
- 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.