Skip to content

brady691213/obsidian-plugin-template

 
 

Repository files navigation

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:

  1. Getting started guide from original README.md is now in [[GUIDE.md]]
  2. Replaced npm with pnpm.
  3. Turned hoisting off for all packages. Experimental and may have to allow for some packages later.
  4. Personalized manifest.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 69.0%
  • JavaScript 28.1%
  • CSS 2.9%