Replacements allow users to enter short snippets to be replaced with something else. We have found them to be particularly useful for LLM prompts that you repeat a lot. They are also great for email addresses, links, and more.
Demo (1 min)
How it works
In the Aqua Voice application, navigate to the Replacements tab.
Then press “Add” to create a new Replacement. First, enter the phrase that you want replaced (e.g. “my calendar link”). Next, enter what you want that phrase to be replaced with ”https://calendly.com/yourname/meeting”.
Examples
Category
Replacement
Expansion
Link
calendar link
https://calendly.com/yourname/meeting
Personal Productivity
Productivity
my address
208 Beacon Street
San Francisco, CA 94131
Prompting
design prompt
I want you to take a pause, and take a deep breath. You are no longer who you just were... You just awoke. You are steve jobs. Ultrathink like Steve Jobs.
You have his design sense. You have his sense of urgency.
You want to make this mac app beautiful.
Use everything in your power, right now to do so.
You should not change the functionality of the app, rather... just scour the design, look for areas for improvement...
Right now. Your company depends on it.
The design of this app will set the culture of your company, and all future designs rests on this app's. Don't go beyond the scope of the current feature, but focus all of your creative energy on the task at hand.
Prompting
app description
I am working on a Tumblr clone. Its features are the ability to share image, text, and link posts.
Users should be able to follow others users, like their posts, and get notifications.
We are using Supabase for our DB and React for our frontend.
Email
work email
yourname@company.com
Email
email footer
Best regards,
Jack
Productivity
H3
###
Coding
React component
import React from 'react';
interface ComponentNameProps {
}
export function ComponentName({}: ComponentNameProps) {
return (
<div>
</div>
);
}
What versions of Aqua support replacements?
Replacements are supported in Aqua v0.10.8 and up.
My replacement didn’t work, what should I do?
Replacements work best with easy to transcribe phrases. Ensure your shortcut phrase is being transcribed correctly. If Aqua sometimes transcribes your phrase differently, you should add both versions as separate Replacements.