Go to file Use this template
Ryota Ushio 283b6ecd8c
Update README.md
2023-11-24 23:55:31 +09:00
.github/workflows Add release workflow 2023-10-21 16:19:03 +09:00
src separate settings to another file 2023-10-21 16:17:56 +09:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
README.md Update README.md 2023-11-24 23:55:31 +09:00
esbuild.config.mjs Customized the orignal template so that it fits my needs more 2023-10-18 17:09:44 +09:00
manifest.json Customized the orignal template so that it fits my needs more 2023-10-18 17:09:44 +09:00
package-lock.json Customized the orignal template so that it fits my needs more 2023-10-18 17:09:44 +09:00
package.json Update package.json 2023-11-03 01:53:07 +09:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json Update tsconfig.json 2023-11-13 02:03:28 +09:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

README.md

Obsidian Sample Plugin

This is a modified version of https://github.com/obsidianmd/obsidian-sample-plugin.

  • *.ts files are put in the src directory
  • The plugin class definition and settings-related code are separated into main.ts and settings.ts
  • Release GitHub action is already there
    • Don't forget to go to Settings > Actions > General > Workflow permissions and turn on Read and write permissions