I am definitely willing to accept help in developing this project (issues, pull requests, etc).
The Gradle task browserWebpack
is the main task to create a build suitable for use in Obsidian.
./gradlew browserWebpack
will create the distribution files for use in Obsidian- symlink the
build/distributions
to the Obsidian plugins folder.- e.g.
ln -s ~/projects/obsidian-kotlin-plugin/build/distrubitions /vault_location/.obsidian/plugins/kotlin-plugin
- e.g.
- Safe Mode needs to be off in Obsidian
- Refresh
Installed plugins
underCommunity plugins
- Enable
Kotlin Sample Plugin
When creating a new build, disable and re-enable the plugin under Installed plugins
to pull in any changes.