https://github.com/lee88688/logseq-drawio-plugin
embed and edit drawio in logseq
https://github.com/lee88688/logseq-drawio-plugin
drawio logseq logseq-plugin
Last synced: 5 months ago
JSON representation
embed and edit drawio in logseq
- Host: GitHub
- URL: https://github.com/lee88688/logseq-drawio-plugin
- Owner: lee88688
- License: mit
- Created: 2023-05-12T09:08:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:02:40.000Z (over 1 year ago)
- Last Synced: 2025-06-18T03:37:26.677Z (8 months ago)
- Topics: drawio, logseq, logseq-plugin
- Language: TypeScript
- Homepage:
- Size: 1020 KB
- Stars: 57
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Logseq Drawio Plugin
Using drawio diagrams in Logseq.

## Features
- Create drawio file
- Import exiting drawio file
- Preview in block and in maximize layout
- multiple drawio theme support
- dark mode support
- download drawio file in logseq, both in svg and drawio file
## How to get started
1. Clone the repository and submodule.
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! 🎉