774 B
774 B
Obsidian Plugin Template
This template repo is intended to back most of my Obsidian plugins. It is a fork of Obsidian Sample Plugin.
Excerpts from the original README.md:
This is a sample plugin for Obsidian (https://obsidian.md).
This project uses Typescript to provide type checking and documentation. The repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does.
Changes by me:
- Getting started guide from original README.md is now in GUIDE.md
- Replaced
npm
withpnpm
. - Turned hoisting off for all packages. Experimental and may have to allow for some packages later.
- Personalized manifest.json.