kkartch0 / obsidian-gospel-study

An Obsidian plugin that allows for automatic importing and linking of scripture verses and other paragraphs such as those from a conference talk.
1 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

You can simplify the version bump process by running npm version patch, npm version minor or npm version major after updating minAppVersion manually in manifest.json. The command will bump version in manifest.json and package.json, and add the entry for the new version to versions.json

Adding your plugin to the community plugin list

How to use

Manually installing the plugin

Improve code quality with eslint (optional)

API Documentation

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