Setup
NoteSmith is an Obsidian plugin that helps you revise your notes using the OpenAI API. This guide walks you through installing the plugin and getting it ready to use.
๐งฉ 1. Install NoteSmithโ
There are two ways to install the plugin: from the Obsidian Community Plugins browser, or manually from GitHub.
โ Recommended: Community Plugins (after approval)โ
- Open Settings โ Community Plugins in Obsidian
- Click Browse and search for
NoteSmith
- Click Install, then Enable
Can't find it yet? You can install manually below while the plugin is awaiting community approval.
๐ ๏ธ Manual Installationโ
-
Download the latest release from GitHub: ๐ Releases on GitHub
-
Unzip the
.zip
file and copy the folder into:
<your-vault>/.obsidian/plugins/notesmith
- Go to Settings โ Community Plugins โ Installed Plugins, and enable NoteSmith
๐ 2. Get Your OpenAI API Keyโ
NoteSmith requires access to the OpenAI API to function.
- Go to https://platform.openai.com/account/api-keys
- Click + Create new secret key
- Copy the key (starts with
sk-...
)
๐งพ 3. Configure Plugin Settingsโ
Once the plugin is enabled:
- Go to Settings โ NoteSmith
- Paste your OpenAI API key into the API Key field
- (Optional) Adjust the model name (
gpt-4
,gpt-3.5-turbo
, etc.) - Set the base API URL if you're using a proxy or a non-OpenAI-compatible provider
๐ก You can also define your own prompts and edit styles in this settings screen โ see the Usage guide.
โ You're Ready!โ
You can now run AI-powered refinements on any note using the command palette or right-click menu. Head over to the Usage guide to learn how to use it effectively.