obsidian-sample-plugin
obsidian-sample-plugin copied to clipboard
Since GitHub renamed its default branch name to `main`, the default branch of this repository could also be `main`, since all newly created projects have the default name `main` but...
In order to be able to guard custom obsidian plugins with unit tests, it'd be great if the sample plugin would already contain an initial Jest Unit Test and the...
Following the instructions in the README, if we run `yarn version [major | minor | patch` Yarn will do a number of things, including create a git tag with the...
Update link to plugin guidelines
Adds the option for people who use this template to push version tags to automate (nearly) every part of a standard Obsidian release. When pushing a valid tag, e.g. `1.2.3`...
The plugin checklist recommends that plugin developers "[Consider organizing your code base using folders](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines#Consider+organizing+your+code+base+using+folders)": > If your plugin uses more than one .ts file, consider organizing them into folders to...
Update the esbuild config to output the compiled files into a separate folder. The version script now runs the build script which copies the manifest.json file into the output folder.