mirror of
https://github.com/woodchen-ink/obsidian-publish-to-discourse.git
synced 2025-07-16 21:03:33 +08:00
368 B
368 B
Discourse Sync Plugin
How to use
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.
Manually installing the plugin
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/your-plugin-id/
.