Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Jul 7, 2024
1 parent 3c01226 commit 4ce46b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ The list below are the commands available in this plugin.

<!-- start-commands-and-functions -->
- **AI: Summarize Note and open summary**: Uses a built-in prompt to ask the LLM for a summary of either the entire note, or the selected
text. Opens the resulting summary in a temporary right pane.
text. Opens the resulting summary in a temporary right pane.
- **AI: Insert Summary**: Uses a built-in prompt to ask the LLM for a summary of either the entire note, or the selected
text. Inserts the summary at the cursor's position.
- **AI: Call OpenAI with Note as context**: Prompts the user for a custom prompt to send to the LLM. If the user has text selected, the selected text is used as the note content.
text. Inserts the summary at the cursor's position.
- **AI: Call OpenAI with Note as context**: Prompts the user for a custom prompt to send to the LLM. If the user has text selected, the selected text is used as the note content.
If the user has no text selected, the entire note is used as the note content.
The response is streamed to the cursor position.
- **AI: Generate tags for note**: Asks the LLM to generate tags for the current note.
Expand Down Expand Up @@ -317,7 +317,7 @@ For in-development code from the main branch:
For the latest "release" code, mostly also still in development for now:

```yaml
- ghr:justyns/silverbullet-ai/0.0.11
- ghr:justyns/silverbullet-ai/0.1.0
```

You can also use the `Plugs: Add` command and enter the above url to install.
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For in-development code from the main branch:
For the latest "release" code, mostly also still in development for now:
```yaml
- ghr:justyns/silverbullet-ai/0.0.11
- ghr:justyns/silverbullet-ai/0.1.0
```
You can also use the `Plugs: Add` command and enter the above url to install.
Expand Down

0 comments on commit 4ce46b2

Please sign in to comment.