|
||
---|---|---|
.github/workflows | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
README.md | ||
esbuild.config.mjs | ||
manifest.json | ||
package-lock.json | ||
package.json | ||
styles.css | ||
tsconfig.json | ||
version-bump.mjs | ||
versions.json |
README.md
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