Skip to content

Commit

Permalink
📝 add v1.1.0 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
taterboom committed Nov 8, 2023
1 parent 64e1d0d commit afa7ced
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 5 deletions.
Binary file added website/public/assets/docs/1-1-0_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/public/assets/docs/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion website/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@ import { Video, Image, Text2, Space } from "@/components/DocComponents"

# CHANGELOG

## 🔥 1.0.0 - Available for Bard AI
## 🔥 1.1.0 - Enabled Websites

_2023-11-08_

Previously, the PromptSnippets extension activates on all websites by default, which some users found to be annoying.
Most users only use PromptSnippets on websites like ChatGPT, Poe, and similar platforms.

Now, PromptSnippets is only enabled by default on chat.openai.com, poe.com, and bard.google.com.
You can expand the list of enabled websites by accessing the "Enabled Websites" option in the settings panel of the extension.

<Image s="1-1-0_1" width={470} height={247} />

[See more](/docs/settings#enabled-websites)

## 1.0.0 - Available for Bard AI

_2023-10-31_

Expand Down
34 changes: 30 additions & 4 deletions website/src/pages/docs/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,33 @@ import { Image } from "@/components/DocComponents"

<Image s="settings" width={353} height={417}></Image>

- Enable
- Variables input mode
- Wrapper symbol
- Trigger symbol
## Enabled Websites

PromptSnippets is only enabled by default on

- \*.openai.com
- poe.com
- bard.google.com

You can expand the list of enabled websites by accessing the "Enabled Websites" option in the settings panel of the extension.

Follow this format:

- One link per line.
- Use wildcards to match multiple or all locations, Such as \*.openai.com, or just \* for all websites.

There is an inidicator on the right hand of the settings item. If current tab is in the enabled websites list, the indicator will be green, otherwise it will be red.

## Variables input mode

Support `Tab` / `Popup` Input mode, [see more](/docs/create-snippets#input-mode).

## Wrapper symbol

the wrapper symbol is used to wrap the [variable](/docs/create-snippets#variable-snippets) in snippets.
The default is `{{ }}`, you can change it to any symbol you like. Notice that there is an empty space between the two symbols.

## Trigger symbol

Trigger symbol is used to trigger the snippet popup when you type in the input box.
The default is `/`.

0 comments on commit afa7ced

Please sign in to comment.