null
  • TypeScript 73.3%
  • JavaScript 18.6%
  • HTML 7%
  • CSS 1.1%
Find a file
2024-06-25 09:17:20 +10:00
.github/workflows chore(deps): update pnpm/action-setup action to v2.4.0 2023-07-26 14:15:41 +00:00
src formatting 2024-06-25 09:17:20 +10:00
.eslintrc.json chore: update template 2021-08-30 13:28:56 +08:00
.gitignore init 2021-05-24 15:43:08 +08:00
CHANGELOG.md chore(release): 2.1.1 [skip ci] 2022-03-24 05:08:29 +00:00
index.html update 2021-06-05 22:18:04 +08:00
logo.svg init 2021-05-24 15:43:08 +08:00
package-lock.json initial 2024-05-09 00:53:30 +10:00
package.json initial 2024-05-09 00:53:30 +10:00
pnpm-lock.yaml initial 2024-05-09 00:53:30 +10:00
postcss.config.js fix: cleanup implementations 2022-06-29 18:37:06 +08:00
readme.md docs: add getting started 2023-01-21 19:29:57 +01:00
release.config.js chore: update deps 2022-04-22 23:23:19 +08:00
renovate.json up 2021-09-08 15:57:27 +08:00
tailwind.config.js fix: cleanup implementations 2022-06-29 18:37:06 +08:00
tsconfig.json fix: build 2021-09-03 15:23:03 +08:00
vite.config.ts fix: cleanup implementations 2022-06-29 18:37:06 +08:00

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
  • 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 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! 🎉