422 B
422 B
Obsidian Sample Plugin
This is a modified version of https://github.com/obsidianmd/obsidian-sample-plugin.
*.ts
files are put in thesrc
directory- The plugin class definition and settings-related code are separated into
main.ts
andsettings.ts
- Release GitHub action is already there
- Don't forget to go to
Settings > Actions > General > Workflow permissions
and turn onRead and write permissions
- Don't forget to go to