evantravers / obsidian-bible-references

0 stars 1 forks source link

Obsidian Sample Plugin

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.

Note: The Obsidian API is still in early alpha and is subject to change at any time!

This sample plugin demonstrates some of the basic functionality the plugin API can do.

First time developing plugins?

Quick starting guide for new plugin devs:

Releasing new releases

Adding your plugin to the community plugin list

How to use

Manually installing the plugin

API Documentation

See https://github.com/obsidianmd/obsidian-api