Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaochunqi/logseq-github-tools
https://github.com/zhaochunqi/logseq-github-tools
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhaochunqi/logseq-github-tools
- Owner: zhaochunqi
- Created: 2023-05-07T11:42:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-07T11:45:15.000Z (over 1 year ago)
- Last Synced: 2024-11-12T07:10:56.276Z (2 months ago)
- Language: TypeScript
- Size: 983 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Logseq Plugin Template React 🚀
## Features
- Plug-and-play boilerplate with properly defined GitHub action defaults
- Develop with HMR, empowered by lightning-fast Vite ⚡ with [vite-logseq-plugin](https://github.com/pengx17/vite-plugin-logseq)
- TailwindCSS for styling
- Pnpm## How to get started
1. Clone the repository or use the button "Use this template" on GitHub to create your own version of the repository 🔨
2. Make sure you have pnpm installed, [install](https://pnpm.io/installation) if necessary 🛠
3. Execute `pnpm install` 📦
4. Change the plugin-name in `package.json` to your liking. Adapt both the package-name and the plugin-id at the bottom of the `package.json`. Make sure that they are not conflicting with plugins you already installed. 📝
5. Execute `pnpm build` to build the plugin 🚧
6. Enable developer-mode in Logseq, go to plugins, select "Load unpacked plugin" 🔌
7. Select the directory of your plugin (not the `/dist`-directory, but the directory which includes your package.json) 📂
8. Enjoy! 🎉