Bloop Editor is a simpler yet powerful text editor with AI support.
The left pane displays text. The right pane renders that text as if it was an HTML file. It also also shows the results of queries sent to AI.
Ctrl + B: Bloop! This keystroke sends the contents of the left pane to AI and displays the output on the right pane. You will be able to observe any changes thanks to the real-time difference highlighter. Press "accept" to replace the input on the left with the output that was just produced. Press "cancel" to discard the output.
Highlight + Ctrl + B: If text is highlighted in the left pane when you press Ctrl + B, only the highlighted text gets sent to GPT4. If you click "accept", only the highlighted text on the left is replaced. This feature is extremely handy for asking GPT4 to edit specific parts of your code.
Ctrl + S: Saves the content of the left pane and renders it as HTML in the right pane.
Ctrl + P: Applies linting to the HTML content in the left hand pane.
Enter: When viewing the result of an AI query, replaces the current text on the left with the result of the AI query.
Shift + Enter: When viewing the result of an AI query, appends the result of the AI query to the current text on the left.
Escape: When viewing the result of an AI query, cancels the AI query and returns to the original text on the left.
Ctrl + P: Applies linting to the HTML content in the left hand pane.
To cancel you subscription to Bloop Editor, please email support@bloopeditor.com.
We are always grateful for feedback, feature suggestions and especially bug reports. Please do not hesitate to email support@bloopeditor.com for any of these concerns.
We hope you enjoy using Bloop Editor!
The Bloop Editor Team