Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Esse extension #3245

Merged
merged 38 commits into from
Oct 16, 2022
Merged

Added Esse extension #3245

merged 38 commits into from
Oct 16, 2022

Conversation

rben01
Copy link
Contributor

@rben01 rben01 commented Oct 15, 2022

Description

Added extension to interface with the Esse app (requires downloading the app from https://github.com/amebalabs/Esse/releases). This extension simply exposes all of Esse's built-in text transformations, allowing them to act on the clipboard contents.

Screencast

esse.mp4

Checklist

rben01 and others added 30 commits July 5, 2022 11:24
Added check for duplicate URLs as well
Improved actions
Added preference to prefill from clipboard
Implemented default saved site
Improved action panel logic
Implemented editing deletion of saved sites
…(due to not being re-rendered, due to changes occuring in its props but not its state and its parent not having a chance to rerender it)
Added favicon to ManageSavedSites
Removed explicity noop action
Minor URL validation, checking for template string
…48dc03525cf1ed33622a8'

git-subtree-dir: extensions/any-website-search
git-subtree-mainline: 5826229
git-subtree-split: 2724ccc
…ing the query to search suggestions

Fixed bug in preference names not matching what was expected by JS
@raycastbot raycastbot added the new extension Label for PRs with new extensions label Oct 15, 2022
@raycastbot
Copy link
Collaborator

Congratulation on your new Raycast extension! 🚀

We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store.

Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi 👋

Looks good to me, approved 🔥

@raycastbot
Copy link
Collaborator

Published to the Raycast Store:
https://raycast.com/bert/esse-actions

slavarazum pushed a commit to slavarazum/extensions that referenced this pull request Nov 18, 2022
* Initital commit (?? lol wut)

* Coalesced clipboard and text updates into one use of useState

* Organized esse actions into categories

* Put reading the clipboard in a useEffect to avoid redundant re-renders
Minor cleanup

* Updated icon

* Initial commit

* Refreshed site dropdown after adding new site
Added check for duplicate URLs as well
Improved actions
Added preference to prefill from clipboard

* Implemented actually opening a search in a browser
Implemented default saved site
Improved action panel logic

* Cleaned up code
Implemented editing deletion of saved sites

* Fixed bug where ManageSavedSites wouldnt update when edits were made (due to not being re-rendered, due to changes occuring in its props but not its state and its parent not having a chance to rerender it)

* Implemented correct updating of default sites

* Added default list of saved sites when json file is missing
Added favicon to ManageSavedSites
Removed explicity noop action
Minor URL validation, checking for template string

* Added deletion as top-level command in ManageSavedSites
Renamed extension

* Renamed some stuff, updated strings in package.json
Added icon

* Added readme

* Added site title to delete action title

* Added icon and screenshots

* Added ability to respect bangs in query by stripping them before passing the query to search suggestions
Fixed bug in preference names not matching what was expected by JS

* Changed extension name in package-lock.json

* Made key of first item in search suggestions stable to avoid filckering action in bottom bar

* Added "bang" setting to readme

* Updated title of editing panel when editing vs. adding a site

* Fixed bug where selected search suggestion wasn't used at all!

* Added DuckDuckGo and "none" as search suggestions providers

* Updated readme with new settings

* Added markdown lint ignore directives to readme

* Minor improvements to readme

* Added error view for when Esse is not installed

* Added screenshots

* Updated packages in package.json
Updated readme

* Removed unused useNavigation

* Fixed in accordance with linters

* Update CHANGELOG.md

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new extension Label for PRs with new extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants