GitXplorerGitXplorer
r

obsidian-share-via-notepad-tab-plugin

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
357b73b1a17964eefd133356deab648452dd89e0

Project: Automated the branch and tag push steps

rrevolter committed 6 months ago
Verified
6ffad2557550f5470eefa3a7cb7c14cf7176e9e2

1.0.2

rrevolter committed 6 months ago
Verified
d8a3f5ba80d89ce082bf127704a71c76314b46bb

Docs: Added missing branch push step to the releasing instructions

rrevolter committed 6 months ago
Verified
9456eba186a07d8114c069f5ddb55a197565d9f6

Project: Fixed release action crash

rrevolter committed 6 months ago
Verified
701c655537afeb25e0c08363d31be2d84544df94

1.0.1

rrevolter committed 6 months ago
Verified
17733d44df9001296bfda7465dc10a8cd17eecb1

Replaced command error notice with hiding the command itself

rrevolter committed 6 months ago

README

The README file for this repository.

Obsidian Share via Notepad Tab Plugin

Obsidian plugin downloads badge

This is a plugin to share Obsidian (https://obsidian.md) notes via Notepad Tab (https://notepadtab.com).

Usage

  1. Create or select a note.
  2. Open the Command palette (https://help.obsidian.md/Plugins/Command+palette).
  3. Search for the Share via Notepad Tab: Current note command.
  4. 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