Skip to content

Commit

Permalink
Merge pull request OrionBrowser#3 from janpeeters70/main
Browse files Browse the repository at this point in the history
Added 'Discuss document or page' button and added Community Buttons section to README.md
  • Loading branch information
vprelovac authored Oct 17, 2023
2 parents efe6aa9 + 16ab624 commit 4523667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ You will need to input your OpenAI API key in the code for these to work. When y
- [Summarize](https://github.com/OrionBrowser/ProgrammableButtons/raw/main/buttons/Summarize.plist): Uses OpenAI API to produce summary of the page. Make sure to replace apiKey in the code after importing. This is just a proof of concept and will not work with all pages. For a more robust summarization API, consider using [Universal Summarizer](https://kagi.com/summarizer).
- [Stock Analysis](https://github.com/OrionBrowser/ProgrammableButtons/raw/main/buttons/Unbiased%20News.plist): Uses OpenAI API to produce stock analysis based on the content of the page. Works best on financial sites like seekingalpha.com. Make sure to replace apiKey in the code after importing.

### Community Buttons
Community members are welcome to contribute their own programmable buttons in the [Community Buttons folder](https://github.com/OrionBrowser/ProgrammableButtons/tree/main/community_buttons/).

Currently available are:
- [Copy page link as Markdown](https://github.com/OrionBrowser/ProgrammableButtons/blob/main/community_buttons/Copy%20page%20link%20as%20Markdown.plist): Copies the page link as a Markdown link.
- [Discuss document or page](https://github.com/OrionBrowser/ProgrammableButtons/blob/main/community_buttons/Discuss%20doc%20or%20page.plist): Ask questions or discuss a document or page via AI chat.

## Demo

Cick the thumbnail to watch the video.
Expand Down
Binary file added community_buttons/Discuss doc or page.plist
Binary file not shown.

0 comments on commit 4523667

Please sign in to comment.