A Chrome extension that provides smart text substitution in Notion with an elegant suggestion bubble interface.
- Automatically detects patterns like "- >" and suggests replacements like "→"
- Clean, minimal suggestion bubble appears near your text
- Easy one-click application or Tab key to accept suggestions
- Customizable substitution dictionary
- Recent substitutions tracking
- Seamless integration with Notion's interface
Pattern | Replacement |
---|---|
- > | → |
-- > | -→ |
<< | « |
>> | » |
<- | ← |
<-> | ↔ |
:) | 😊 |
:( | 😔 |
(c) | © |
(tm) | ™ |
+- | ± |
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- The extension will now be installed and active for Notion pages
- Navigate to any Notion page
- Start typing in a text block
- When you type a pattern like "- >", a suggestion bubble will appear
- Click "Apply" or press Tab to accept the suggestion
- The pattern will be replaced with the corresponding symbol (e.g., "→")
You can add, edit, or remove substitution patterns through the extension popup:
- Click the extension icon in your browser toolbar
- Use the "Substitutions" tab to manage your patterns
- Add new patterns with the form at the bottom
- Remove patterns by clicking the "✕" button
MIT License