GitXplorerGitXplorer
r

obsidian-sample-plugin

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
60b82fac90c1033ed0fd90dd4e6eb223a3aa869c

Project: Automated the branch and tag push steps

rrevolter committed 6 months ago
Verified
a6380445b3d2e3b4cfaec6add62c1d4c4fc8dbe8

Docs: Added missing branch push step to the releasing instructions

rrevolter committed 6 months ago
Verified
b04c7fc6715d4b948e54a9ff999509a7c8c5f8e8

Docs: Added submitting instructions

rrevolter committed 6 months ago
Verified
624a47cb8c74ca6993b23eb895ede8bcd61d69c1

Docs: Added missing tag push step to the releasing instructions

rrevolter committed 6 months ago
Verified
5bf6916097801443e3795599616b9a3759e640c1

Docs: Added setup instructions

rrevolter committed 6 months ago
Verified
8455f32886c68b9c914c7bfb9e80c30a0d20e17b

Docs: Fixed inconsistent list

rrevolter committed 6 months ago

README

The README file for this repository.

Obsidian Sample Plugin

Obsidian plugin downloads badge

This is a sample plugin for Obsidian (https://obsidian.md).

Usage

  1. Open the Command palette (https://help.obsidian.md/Plugins/Command+palette).
  2. Search for the Sample command.
  3. Press Enter.

Contributing

Setup

  1. Go to settings/actions.
  2. Enable Read and write permissions under Workflow permissions.
  3. Click Save.

Installation

  1. Install Node.js by following the instructions from https://docs.npmjs.com/downloading-and-installing-node-js-and-npm.
  2. Install the Node.js dependencies by running
    npm install

Usage

npm run dev

Releasing

  1. Run npm version <major/minor/patch>.
  2. Optionally add release notes to the created GitHub draft release.
  3. Publish the GitHub draft release.

Submitting

  1. Follow the official instructions.

License

MIT