This is a plugin to share Obsidian (https://obsidian.md) notes via Notepad Tab (https://notepadtab.com).
- Create or select a note.
- Open the
Command palette
(https://help.obsidian.md/Plugins/Command+palette). - Search for the
Share via Notepad Tab: Current note
command. - Press Enter.
- Go to settings/actions.
- Enable
Read and write permissions
underWorkflow permissions
. - Click
Save
.
- Install
Node.js
by following the instructions from https://docs.npmjs.com/downloading-and-installing-node-js-and-npm. - Install the
Node.js
dependencies by runningnpm install
npm run dev
- Run
npm version <major/minor/patch>
. - Optionally add release notes to the created GitHub draft release.
- Publish the GitHub draft release.
- Follow the official instructions.